Terminal
Homebrew
FFMPEG
Making gifs
ffmpeg \
-i yourFile.mov \
-r 15 \
-vf scale=512:-1 \
-ss 00:00:03 -to 00:00:06 \
yourFile.gif
#hq
ffmpeg -i demo.mov -vf "fps=15,scale=800:-1:flags=lanczos,split[s0][s1];[s0]palettegen[p];[s1][p]paletteuse" -loop 0 output.gif
ImageMagick
Documentation
Compression
Change file format
Your EPS file is in CMYK colorspace. You need to convert it to sRGB before processing it
PNG to JPG
EPS to PNG
Extract alpha from PNG
Extract alpha from white
Extract color from image
Converting images to black or a fill color
HtTrack
Ultimate Mac environment setup
Homebrew
Atom setup
Get all DMG
Change screenshot directory
Last updated
Was this helpful?