Thumbnailer for GIMP XCF files.
- gimp (3.x)
- perl
sudo apt install gimp perlmkdir -p $HOME/.local/share/thumbnailers
cp bin/xcf-thumbnailer.pl $HOME/bin/
cp share/xcf.thumbnailer $HOME/.local/share/thumbnailers/Note
$HOME/bin can be replaced with any directory in your $PATH
(e.g. ~/.local/bin or /usr/local/bin).
This thumbnailer launches GIMP for each XCF file, so generating thumbnails for large collections of XCF files may be slow.
The previous version for GIMP 2.x is available in the
gimp2-legacy/ directory.