@@ -28,7 +28,7 @@ Is Gifcurry another Electron app? No way! Gifcurry is 100% #electronfree.
28
28
No need to download more RAM, Gifcurry is light as a feather.
29
29
Run it all day, run it all year—you'll never notice.
30
30
31
- I know what your 're thinkin', "Gifcurry is just FFMpeg and ImageMagick," but you'd be wrong.
31
+ I know what you 're thinkin', "Gifcurry is just FFMpeg and ImageMagick," but you'd be wrong.
32
32
Gifcurry hides all the goofy details so you can concentrate on what matters—the almighty GIF.
33
33
Making GIFs with Gifcurry is fun so try it out!
34
34
@@ -39,6 +39,8 @@ Your template doesn't allow video in the hero image? Gifcurry.
39
39
No GIF of your favorite movie scene? Gifcurry.
40
40
Need a custom animated emoji for Slack? Gifcurry.
41
41
Have an idea of the perfect GIF to close out that email? Gifcurry.
42
+ Your README needs a GIF? Gifcurry.
43
+ Video doesn't auto play on iOS? Gifcurry.
42
44
43
45
Gifcurry comes in handy for all sorts of scenarios.
44
46
@@ -111,7 +113,7 @@ gifcurry_cli \
111
113
`'╙╙╙╙'``
112
114
113
115
114
- Gifcurry 3.0.0.0
116
+ Gifcurry 3.0.0.1
115
117
(C) 2016 David Lettier
116
118
lettier.com
117
119
@@ -155,31 +157,31 @@ Bottom Crop: 25.000
155
157
156
158
## How do I get a copy of Gifcurry?
157
159
158
- Gifcurry works on Linux, Mac, and probably Windows (left me know) .
160
+ Gifcurry works on Linux, Mac, and most likely Windows .
159
161
Make sure you have FFmpeg, GStreamer, ImageMagick, and GTK+ installed on your machine.
160
162
To find the latest version of Gifcurry, head over to the
161
163
[ releases page] ( https://github.com/lettier/gifcurry/releases ) .
162
164
163
165
### I use Linux.
164
166
165
167
If you use Linux then the easiest way to grab a copy of Gifcurry is by downloading the
166
- [ AppImage] ( https://github.com/lettier/gifcurry/releases/download/3.0.0.0 /gifcurry-3.0.0.0 -x86_64.AppImage ) .
168
+ [ AppImage] ( https://github.com/lettier/gifcurry/releases/download/3.0.0.1 /gifcurry-3.0.0.1 -x86_64.AppImage ) .
167
169
After you download the
168
- [ AppImage] ( https://github.com/lettier/gifcurry/releases/download/3.0.0.0 /gifcurry-3.0.0.0 -x86_64.AppImage ) ,
170
+ [ AppImage] ( https://github.com/lettier/gifcurry/releases/download/3.0.0.1 /gifcurry-3.0.0.1 -x86_64.AppImage ) ,
169
171
right click on it, select permissions, and check the box near execute.
170
172
With that out of the way—you're all set—just double click on the AppImage
171
173
and the GUI will fire right up.
172
174
173
175
You can also download and install the
174
- [ AppImage] ( https://github.com/lettier/gifcurry/releases/download/3.0.0.0 /gifcurry-3.0.0.0 -x86_64.AppImage )
176
+ [ AppImage] ( https://github.com/lettier/gifcurry/releases/download/3.0.0.1 /gifcurry-3.0.0.1 -x86_64.AppImage )
175
177
using the handy
176
178
[ AppImage install script] ( https://raw.githubusercontent.com/lettier/gifcurry/master/packaging/linux/app-image/gifcurry-app-image-install.sh )
177
179
(right click and save link as).
178
180
Download the script, right click on it, select permissions, check the box near execute, and double click on it.
179
181
You should now see Gifcurry listed alongside your other installed programs.
180
182
181
183
If you want the CLI then download the
182
- [ prebuilt version] ( https://github.com/lettier/gifcurry/releases/download/3.0.0.0 /gifcurry-linux-3.0.0.0 .tar.gz )
184
+ [ prebuilt version] ( https://github.com/lettier/gifcurry/releases/download/3.0.0.1 /gifcurry-linux-3.0.0.1 .tar.gz )
183
185
for Linux, extract it, open up your terminal,
184
186
` cd ` to the bin folder, and then run ` gifcurry_cli -? ` .
185
187
As an added bonus, inside the bin directory is the GUI version
@@ -191,17 +193,14 @@ If you'd rather install Gifcurry via pacman then copy the following into your te
191
193
192
194
``` bash
193
195
cd
194
- # Install git.
195
196
sudo pacman -S git
196
- # Install Gifcurry.
197
- mkdir -p build_gifcurry
198
- cd build_gifcurry
197
+ mkdir -p build-gifcurry
198
+ cd build-gifcurry
199
199
git clone https://aur.archlinux.org/gifcurry.git
200
200
cd gifcurry
201
201
makepkg -sic
202
- # Run Gifcurry CLI and GUI.
203
202
cd
204
- rm -rf build_gifcurry
203
+ rm -rf build-gifcurry
205
204
gifcurry_cli -?
206
205
gifcurry_gui
207
206
```
@@ -228,94 +227,15 @@ The
228
227
[ Gifcurry snap] ( https://snapcraft.io/gifcurry )
229
228
only comes with the GUI.
230
229
If you want the CLI, download the
231
- [ prebuilt version] ( https://github.com/lettier/gifcurry/releases/download/3.0.0.0 /gifcurry-linux-3.0.0.0 .tar.gz )
230
+ [ prebuilt version] ( https://github.com/lettier/gifcurry/releases/download/3.0.0.1 /gifcurry-linux-3.0.0.1 .tar.gz )
232
231
for Linux.
233
232
234
233
### I use Mac.
235
234
236
- If you use Mac then you'll need to find the terminal.
237
- Open Spotlight, type ` Terminal ` , and press enter.
238
- You should see a window open that has black text
239
- on a white background.
240
-
241
- With the terminal open, copy the following into the terminal to install Homebrew.
242
-
243
- ``` bash
244
- /usr/bin/ruby -e " $( curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install) "
245
- brew update
246
- ```
247
-
248
- After installing Homebrew, you'll need to install the right dependencies.
249
-
250
- ``` bash
251
- xcode-select --install
252
- brew install \
253
- wget \
254
- git \
255
- libffi \
256
- libsvg \
257
- librsvg \
258
- libav \
259
- libogg \
260
- libvorbis \
261
- pkg-config \
262
- gobject-introspection \
263
- cairo \
264
- gdk-pixbuf \
265
- gsettings-desktop-schemas \
266
- gtk+3 \
267
- gtk-mac-integration \
268
- gnome-icon-theme \
269
- openh264 \
270
- theora \
271
- ffmpeg \
272
- imagemagick \
273
- ghostscript \
274
- gstreamer \
275
- gst-libav \
276
- gst-plugins-base \
277
- gst-plugins-good
278
- brew install --with-gtk+3 gst-plugins-bad
279
- wget -qO- https://get.haskellstack.org/ | sh -s - -f
280
- ```
281
-
282
- The next step is to download the Gifcurry source with a program called ` git ` .
283
- After downloading the source, change directory (` cd ` ) into the Gifcurry folder.
284
-
285
- ``` bash
286
- git clone https://github.com/lettier/gifcurry.git
287
- cd gifcurry/
288
- ```
289
-
290
- Now that you have the source, copy this into the terminal.
291
- It's scary lookin' but it is telling the program that builds
292
- Gifcurry where the ` libffi ` package configuration is.
293
-
294
- ``` bash
295
- LIBFFIPKGCONFIG=` find /usr/local/Cellar -path ' *libffi*' -type d -name ' pkgconfig' 2> /dev/null | tr ' \n' ' :' | sed ' s/:$//' `
296
- export PKG_CONFIG_PATH=$PKG_CONFIG_PATH :$LIBFFIPKGCONFIG
297
- ```
298
-
299
- We're almost there.
300
- With the ` stack ` program, install the Haskell specific dependencies and build Gifcurry.
301
-
302
- ``` bash
303
- stack setup
304
- stack install alex happy
305
- stack install gtk2hs-buildtools
306
- stack install hsc2hs
307
- stack install
308
- ```
309
-
310
- ` stack ` places the two Gifcurry programs into a special folder.
311
- Copy the following into the terminal to create two shortcuts on your desktop.
312
-
313
- ``` bash
314
- ln -s $HOME /.local/bin/gifcurry_cli $HOME /Desktop/gifcurry_cli
315
- ln -s $HOME /.local/bin/gifcurry_gui $HOME /Desktop/gifcurry_gui
316
- ```
317
-
318
- You can now click on ` gifcurry_gui ` from your desktop or run ` gifcurry_cli ` from the terminal.
235
+ Mac users can download and run the
236
+ [ Mac install script] ( https://raw.githubusercontent.com/lettier/gifcurry/master/packaging/mac/gifcurry-mac-install-script.command )
237
+ (hold down control, click the link, and select "Save Link As...").
238
+ After running the install script, a shortcut to both the Gifcurry GUI and CLI will be on your desktop.
319
239
320
240
### I'm a Haskell developer.
321
241
@@ -324,7 +244,7 @@ If you develop Haskell programs then the easiest way to build Gifcurry is with
324
244
Copy the following into your terminal.
325
245
326
246
``` bash
327
- git clone https://aur.archlinux.org /gifcurry.git
247
+ git clone https://github.com/lettier /gifcurry.git
328
248
cd gifcurry
329
249
stack setup
330
250
stack install alex happy
@@ -347,13 +267,13 @@ $HOME/.local/bin/gifcurry_gui
347
267
### To build Gifcurry.
348
268
349
269
* [ GObject Introspection] ( https://wiki.gnome.org/action/show/Projects/GObjectIntrospection )
350
- * [ Haskell] ( https://docs.haskellstack.org/en/stable/README/ )
270
+ * [ Haskell Stack ] ( https://docs.haskellstack.org/en/stable/README/ )
351
271
352
272
## What is the license?
353
273
354
274
For license information, see [ LICENSE] ( LICENSE ) .
355
275
356
276
## Who wrote Gifcurry?
357
277
358
- _ (C) 2016 David Lettier _
278
+ (C) 2016 David Lettier
359
279
[ lettier.com] ( http://www.lettier.com/ )
0 commit comments