- 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.
- Now available as an AUR package.
$ yay -S procreate-thumbnailer-git
- I encourage you to go through the
PKGBUILDfirst.
- Download the
PKGBUILDfrom AUR
yay -G procreate-thumbnailer-git
and run:
$ makepkg -si
in the folder containing PKGBUILD.
- 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.
- Build the rust app with
$ cargo build
- Install in your path with cargo:
$ cargo install --path .
procreate.xmlandprocreate.thumbnailerfiles need to be installed manually.
$ pacman -R procreate-thumbnailer
- Currently, there is no support for thumbnail size.
- YOU MUST ENABLE THE FILE MANAGER TO SHOW PREVIEWS FOR "PROCREATE ARTWORK" FILES IN ITS SETTINGS.
- For example, in
dolphin (KDE)file manager:
Settings (Ctrl+Shift+,) > Interface > Previews > [✔️] Procreate Artwork
- AUR Link for the package
- Please find the
PKGBUILDfile in the AUR. - The
PKGBUILDfile previously in this repo is no longer supported (To avoid ambiguity).
- I do not own
PROCREATEor its propietary file format. - Everything in this project is disributed under MIT lisence.
- Suggestions are welcome.