@spark-apps/piclet 1.0.0 → 1.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -42,13 +42,13 @@
42
42
  <tr>
43
43
  <td align="center"><img src="src/icons/makeicon.ico" width="48" alt="Make Icon"></td>
44
44
  <td><strong>Make Icon</strong><br>Convert images to ICO with multiple resolutions (256, 128, 64, 48, 32, 16)</td>
45
- <td>PNG</td>
45
+ <td>PNG, GIF*</td>
46
46
  <td>CLI, GUI, Web</td>
47
47
  </tr>
48
48
  <tr>
49
49
  <td align="center"><img src="src/icons/removebg.ico" width="48" alt="Remove BG"></td>
50
50
  <td><strong>Remove Background</strong><br>Remove solid backgrounds with configurable fuzz tolerance</td>
51
- <td>PNG</td>
51
+ <td>PNG, GIF</td>
52
52
  <td>CLI, GUI, Web</td>
53
53
  </tr>
54
54
  <tr>
@@ -60,18 +60,39 @@
60
60
  <tr>
61
61
  <td align="center"><img src="src/icons/iconpack.ico" width="48" alt="Icon Pack"></td>
62
62
  <td><strong>Icon Pack</strong><br>Generate complete icon sets for Web, Android, and iOS</td>
63
- <td>PNG, JPG</td>
63
+ <td>PNG, JPG, GIF*</td>
64
64
  <td>CLI, GUI, Web</td>
65
65
  </tr>
66
66
  <tr>
67
67
  <td align="center"><img src="src/icons/storepack.ico" width="48" alt="Store Assets"></td>
68
68
  <td><strong>Store Assets</strong><br>Generate graphics for Steam, itch.io, Unity Asset Store, and app stores</td>
69
- <td>PNG, JPG</td>
69
+ <td>PNG, JPG, GIF</td>
70
70
  <td>GUI, Web</td>
71
71
  </tr>
72
+ <tr>
73
+ <td align="center"><img src="src/icons/banana.ico" width="48" alt="Extract Frames"></td>
74
+ <td><strong>Extract Frames</strong><br>Extract individual frames from animated GIFs</td>
75
+ <td>GIF</td>
76
+ <td>CLI, GUI</td>
77
+ </tr>
72
78
  </tbody>
73
79
  </table>
74
80
 
81
+ <sub>*For GIFs, uses selected frame or first frame</sub>
82
+
83
+ ### Animated GIF Support
84
+
85
+ When you load an animated GIF in the GUI, PicLet provides:
86
+
87
+ - **Frame Strip** - Vertical panel showing all frames as thumbnails
88
+ - **Frame Selection** - Click any frame to preview and apply tools to it
89
+ - **Animation Playback** - Play/pause with adjustable speed (0.5x to 3x)
90
+ - **Live Preview** - See tool effects applied to all frames in real-time
91
+ - **Flexible Export**:
92
+ - **Single Frame** - Export selected frame as PNG
93
+ - **All Frames** - Export all frames as individual PNGs
94
+ - **Processed GIF** - Export as animated GIF with all effects applied
95
+
75
96
  ---
76
97
 
77
98
  ## Get Started
@@ -129,6 +150,9 @@ piclet iconpack app-icon.png
129
150
 
130
151
  # Open GUI with store assets preset
131
152
  piclet storepack image.png
153
+
154
+ # Extract frames from animated GIF
155
+ piclet frames animation.gif
132
156
  ```
133
157
 
134
158
  <div align="center">
@@ -170,11 +194,12 @@ When you run `piclet iconpack`, it generates:
170
194
  ## Support & Contributions
171
195
 
172
196
  ⭐ Star the repo and I power up like Mario!<br>
173
- ☕ Devs run on [coffee][coffee-link].<br>
174
197
  🤝 [Contributions][fork-link] are welcome.
175
198
 
199
+ <a href="https://buymeacoffee.com/spark88" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" width="180"></a>
200
+
176
201
  ---
177
202
 
178
203
  <div align="center">
179
- <sub>Released under MIT License | <a href="./PRIVACY.md">Privacy Policy</a></sub>
204
+ <sub>Released under <a href="./LICENSE">AGPL-3.0 License</a> | <a href="./PRIVACY.md">Privacy Policy</a> | Powered by <a href="https://imagemagick.org">ImageMagick</a></sub>
180
205
  </div>