Commit Graph

4 Commits (999d4167344faeb909161a5a26e4dae9472f7630)

Author SHA1 Message Date
Romain 7e6a3efaa1 feat(core): warn if zip binary is not found 4 years ago
Romain f30eddb6dd feat(options): new flags to selectively include photos / videos / raw photos
fixes #128
6 years ago
Romain 253a0b5fff fix(core): typo in the startup dependency check (gifsicle2) 6 years ago
Romain 0adef54dc8 feat(core): add support for static and animated GIFs
GraphicsMagick can’t process animated GIFs well unless all frames are coalesced, which creates very large files.
This means there is a new dependency on Gifsicle which is very good at working with animated GIFs.

- Thumbnails are still processed through GraphicsMagick (more options, e.g. centre-crop)
- Large previews of animated GIFs go through Gifsicle

The startup checks are updated to check for the Gifsicle binary.

Fixes #96.
6 years ago