1
- ![ Gifcurry] ( https://i.imgur.com/9pS8Ibp .png )
1
+ ![ Gifcurry] ( https://i.imgur.com/KFZyEqq .png )
2
2
3
3
# Tell me about Gifcurry.
4
4
@@ -41,12 +41,13 @@ Can't find the perfect GIF for that reply-all email? Gifcurry.
41
41
Your README needs a GIF? Gifcurry.
42
42
That presentation slide could use some animation? Gifcurry.
43
43
Video doesn't auto play on iOS? Gifcurry.
44
+ Time to promote your indie game? Gifcurry.
44
45
45
46
Gifcurry comes in handy for all sorts of scenarios.
46
47
47
48
## What does the GUI look like?
48
49
49
- ![ Gifcurry GUI] ( https://i.imgur.com/IhB50O1 .gif )
50
+ ![ Gifcurry GUI] ( https://i.imgur.com/ByyCNuk .gif )
50
51
51
52
52
53
## How do I use the command line interface (CLI)?
@@ -64,11 +65,11 @@ TIME:
64
65
-d --duration-time=NUM How long the GIF lasts (in seconds) from the
65
66
start time.
66
67
OUTPUT FILE SIZE:
67
- -w --width-size =INT How wide the GIF needs to be. Height will
68
+ -w --width=INT How wide the GIF needs to be. Height will
68
69
scale to match.
69
- -q --quality=ITEM Controls how many colors are used and the
70
- frame rate .
71
- The options are High, Medium, and Low .
70
+ -f --fps=INT How many frames per second the output should
71
+ have .
72
+ -c --color-count=INT How many colors are used in the output .
72
73
CROP:
73
74
-L --left-crop=NUM The amount you wish to crop from the left.
74
75
-R --right-crop=NUM The amount you wish to crop from the right.
@@ -112,6 +113,8 @@ gifcurry_cli \
112
113
-d 1 \
113
114
-t ~/tmp/text-overlays.yaml \
114
115
-w 800 \
116
+ -f 15 \
117
+ -c 100 \
115
118
-q High \
116
119
-L 0.1 \
117
120
-R 0.1 \
@@ -133,7 +136,7 @@ gifcurry_cli \
133
136
▀▀▀▀▀▀▀
134
137
135
138
136
- Gifcurry 4 .0.0.0
139
+ Gifcurry 5 .0.0.0
137
140
(C) 2016 David Lettier
138
141
lettier.com
139
142
@@ -147,8 +150,9 @@ lettier.com
147
150
- Start Second: 150.000
148
151
- Duration Time: 1.000 seconds
149
152
- OUTPUT FILE SIZE:
150
- - Width Size: 800px
151
- - Quality: High
153
+ - Width: 800px
154
+ - FPS: 15
155
+ - Color Count: 100
152
156
- TEXT:
153
157
- Text: This is a test.
154
158
- Font:
@@ -158,7 +162,7 @@ lettier.com
158
162
- Stretch: Normal
159
163
- Weight: 800
160
164
- Time:
161
- - Start: 150.000 seconds
165
+ - Start Second : 150.000
162
166
- Duration: 20.000 seconds
163
167
- Translation:
164
168
- Origin: NorthWest
@@ -179,6 +183,7 @@ lettier.com
179
183
180
184
[INFO] Writing the temporary frames to: /home/.cache/gifcurry/gifcurry-frames30450
181
185
[INFO] Adding text...
186
+ [INFO] Converting the frames to the specified color count.
182
187
[INFO] Saving your video to: /home/tmp/test.webm
183
188
[INFO] All done.
184
189
```
@@ -193,23 +198,23 @@ To find the latest version of Gifcurry, head over to the
193
198
### I use Linux.
194
199
195
200
If you use Linux then the easiest way to grab a copy of Gifcurry is by downloading the
196
- [ AppImage] ( https://github.com/lettier/gifcurry/releases/download/4 .0.0.0/gifcurry-4 .0.0.0-x86_64.AppImage ) .
201
+ [ AppImage] ( https://github.com/lettier/gifcurry/releases/download/5 .0.0.0/gifcurry-5 .0.0.0-x86_64.AppImage ) .
197
202
After you download the
198
- [ AppImage] ( https://github.com/lettier/gifcurry/releases/download/4 .0.0.0/gifcurry-4 .0.0.0-x86_64.AppImage ) ,
203
+ [ AppImage] ( https://github.com/lettier/gifcurry/releases/download/5 .0.0.0/gifcurry-5 .0.0.0-x86_64.AppImage ) ,
199
204
right click on it, select permissions, and check the box near execute.
200
205
With that out of the way—you're all set—just double click on the AppImage
201
206
and the GUI will fire right up.
202
207
203
208
You can also download and install the
204
- [ AppImage] ( https://github.com/lettier/gifcurry/releases/download/4 .0.0.0/gifcurry-4 .0.0.0-x86_64.AppImage )
209
+ [ AppImage] ( https://github.com/lettier/gifcurry/releases/download/5 .0.0.0/gifcurry-5 .0.0.0-x86_64.AppImage )
205
210
using the handy
206
211
[ AppImage install script] ( https://raw.githubusercontent.com/lettier/gifcurry/master/packaging/linux/app-image/gifcurry-app-image-install.sh )
207
212
(right click and save link as).
208
213
Download the script, right click on it, select permissions, check the box near execute, and double click on it.
209
214
You should now see Gifcurry listed alongside your other installed programs.
210
215
211
216
If you want the CLI then download the
212
- [ prebuilt version] ( https://github.com/lettier/gifcurry/releases/download/4 .0.0.0/gifcurry-linux-4 .0.0.0.tar.gz )
217
+ [ prebuilt version] ( https://github.com/lettier/gifcurry/releases/download/5 .0.0.0/gifcurry-linux-5 .0.0.0.tar.gz )
213
218
for Linux, extract it, open up your terminal,
214
219
` cd ` to the bin folder, and then run ` gifcurry_cli -? ` .
215
220
As an added bonus, inside the bin directory is the GUI version
255
260
[ Gifcurry snap] ( https://snapcraft.io/gifcurry )
256
261
only comes with the GUI.
257
262
If you want the CLI, download the
258
- [ prebuilt version] ( https://github.com/lettier/gifcurry/releases/download/4 .0.0.0/gifcurry-linux-4 .0.0.0.tar.gz )
263
+ [ prebuilt version] ( https://github.com/lettier/gifcurry/releases/download/5 .0.0.0/gifcurry-linux-5 .0.0.0.tar.gz )
259
264
for Linux.
260
265
261
266
### I use Mac.
0 commit comments