Convert a multi layers psd into a merged layer tiff without visible modification

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Convert a multi layers psd into a merged layer tiff without visible modification

Post by magick »

No need. The compare shows that the pixels in the TIFF image are *exactly* those that are stored in the PSD file. Its possible that Photoshop is looking for certain attributes associated with the TIFF image. If you know exactly what Photoshop's requirements are, we could likely reproduce it with ImageMagick. But without knowing the voodoo of Photoshop, we have no further suggestions.
Post Reply