Collection preview
authorColin Clark <colin.clark@cclark.uk>
Wed, 18 Jul 2018 09:16:41 +0000 (10:16 +0100)
committerColin Clark <colin.clark@cclark.uk>
Wed, 18 Jul 2018 09:16:41 +0000 (10:16 +0100)
commit12ec3e9b4c4d37261175a44669e1a178726008f3
treec730742d93dc357de81df5d6aa3d7605aa6130df
parentd3e4730cfabbc340b94daff61e399dc20b59638e
Collection preview

If the folder containing collection files (usually
$HOME/.local/share/geeqie/collections) is opened, the image pane will
show a montage of the thumbnails (to a maximum of 20) of the images in
the selected collection.
Requires ImageMagick.

This is a simplistic implementation, and should be improved e.g.

Use collect-io.c to parse the collection file
Use cached thumbnails instead of re-creating
Use Geeqie to create the montage instead of using ImageMagick
src/Makefile.am
src/image-load.c
src/image_load_collection.c [new file with mode: 0644]
src/image_load_collection.h [new file with mode: 0644]
src/thumb.c
src/thumb_standard.c