https://github.com/lincerely/quicklookazpainter
Quicklook preview generator for Azpainter data.
https://github.com/lincerely/quicklookazpainter
azpainter quicklook
Last synced: 2 months ago
JSON representation
Quicklook preview generator for Azpainter data.
- Host: GitHub
- URL: https://github.com/lincerely/quicklookazpainter
- Owner: lincerely
- License: gpl-3.0
- Created: 2023-01-23T01:25:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-23T22:17:15.000Z (over 2 years ago)
- Last Synced: 2025-02-26T18:11:18.645Z (3 months ago)
- Topics: azpainter, quicklook
- Language: C
- Homepage:
- Size: 346 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QuickLookAzpainter
Quicklook preview generator for Azpainter data.
Currently support `APD` version 3 and 4.
This program generates preview by extracting the embedded single picture image from the APD. This embedding should be enabled by default.
To check your settings, open menu "Setting > Environmental setting > Flags", make sure the flag "Do not write a single picture image when saving APD" is off.
## Install
### Install prebuilt binary
Download lastest release.zip from [Github's release page](https://github.com/lincerely/QuickLookAzpainter/releases).
Then, unzip it and open `install.command` (or right-click -> open, if it can't be opened because of unidentified developer).
### Build from source
Just build from Xcode, `QuickLookAzpainter.qlgenerator` would be copied to `~/Library/QuickLook/` automatically. After that, a bash script [add_dynUTI.sh](./add_dynUTI.sh) would run to determine appropriate dynamic UTI and added to the installed generator.
## Related Links
- [Azpainter Homepage](http://azsky2.html.xdomain.jp/soft/azpainter.html)
- [Hexfiend binary template for APD v4](https://github.com/lincerely/HexFiend_templates/blob/master/APDv4.tcl)
- [Azpainterb Hompage](http://azsky2.html.xdomain.jp/soft/azpainterb.html)## License
See [LICENSE](./LICENSE)