- This small Rust app can generate thumbnails for
.procreatedocuments. Procreateis a painting aplication for iPad..procreatedocuments are zip files which have a thumbnail generated at export inside aQuickLookdirectory.- This app just exposes that thumbnail for linux systems.
- Main thumbnailer code is made using rust.
- Additionally
procreate.xmlandprocreate.thumbnailerfiles are installed.
- Download the package and run
$ makepkg -siin the folder containingPKGBUILD. - Installs binary file in
/usr/share/bin. - Alternatively you can generate a tarball to distribute it, and install it using
$ pacman -U.
- Main rust app works for any distro.
procreate.xmlandprocreate.thumbnailerfiles need to be installed manually.
$ pacman -R procreate-thumbnailer
- Currently, there is no support for thumbnail size.
- I do not own
PROCREATEor its propietary file format. - Everything in this project is disributed under MIT lisence.
- Suggestions are welcome.