Is there any multi-layer format I can export to properly?
Posted: 2019-05-31T10:38:28-07:00
What I'm trying to do:
1. Take an image
2. Add a transparent layer
3. Give each one a layer name
4. Export to a multi-layer format
As far as I know, steps 3-4 are basically impossible in ImageMagick. You can try to export to PSD, but it's a mess that requires layer copying, explicit compression setting, and the results aren't particularly compatible across open source applications.
The other option is to export to TIFF. This is typically less of a pain, causes fewer issues, but labeling layers is a complete no-go. It seems less like a "layer output" and more like a "disparate images stacked together output".
As far as I have been able to search, ORA (OpenRaster) is not supported at all, and neither are the XCF/Krita extensions.
So just to make sure I'm not missing an obvious option, I just wanted to ask if steps 1-4 were available under any output options for Image Magick. Magick tends to be the "solution" mentioned whenever I search methods for outputting multi-layer images, and while I love using it for a lot of conversion processes, this does not seem to be a use case that it actually works for at the moment.
1. Take an image
2. Add a transparent layer
3. Give each one a layer name
4. Export to a multi-layer format
As far as I know, steps 3-4 are basically impossible in ImageMagick. You can try to export to PSD, but it's a mess that requires layer copying, explicit compression setting, and the results aren't particularly compatible across open source applications.
The other option is to export to TIFF. This is typically less of a pain, causes fewer issues, but labeling layers is a complete no-go. It seems less like a "layer output" and more like a "disparate images stacked together output".
As far as I have been able to search, ORA (OpenRaster) is not supported at all, and neither are the XCF/Krita extensions.
So just to make sure I'm not missing an obvious option, I just wanted to ask if steps 1-4 were available under any output options for Image Magick. Magick tends to be the "solution" mentioned whenever I search methods for outputting multi-layer images, and while I love using it for a lot of conversion processes, this does not seem to be a use case that it actually works for at the moment.