Replies: 2 comments 1 reply
-
I suspect that your input image contains photoshop layers and they will not be written in the image. ImageMagick also tries it best to read the layers but not all information can be read. What happens when you set |
Beta Was this translation helpful? Give feedback.
-
Thanks, I tried setting WriteLayers on tiffWriteDefines and it still creates a single composite layer. Only difference from before is that now it labels the layer L1 instead of Background when viewing the file in photoshop. So it looks like perhaps there's no way to preserve the individual layers unless there are any other properties for tiffWriteDefines that could have an effect?
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to save a TIFF which has multiple layers. When the image is opened in Photoshop, each layer can been seen under the Layers heading. I can see each layer in a MagickImageCollection but if I try to write/save the image to a new location, the new image does not show each individual layer in Photoshop and instead shows a single composite 'Background' layer.
Is there a way to maintain multiple layers in a saved TIFF image?
Beta Was this translation helpful? Give feedback.
All reactions