Maybe add Aseprite file format support? #8783
Unanswered
ribbon-otter
asked this question in
Development
Replies: 1 comment 1 reply
|
Initial support was added and this will become available in the next release. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
ImageMagick version
7.1.2-23
Operating system, version and so on
Linux
Description
Would adding support for the Aseprite File format make sense? Aseprite is a formerly free-software image editor focused on pixel art (it's free software fork is LibreSprite), and the format seems to be used at least some for communication between software. For example, the Cute Framework uses aseprite files directly (link to Cute's implementation)
The spec for the aseprite file file format is here.
On the other hand, ImageMagick doesn't support the FLIC file format (which Aseprite is apparently similar to), and Aseprite is an animated format, so perhaps this format is outside ImageMagick's domain. Perhaps FFmpeg's libavcodec would be more appropriate (since it does support FLIC).
All reactions