How do I flatten TIFF layers?

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?".
Post Reply
jamiequint

How do I flatten TIFF layers?

Post by jamiequint »

I have a TIFF image with multiple layers, is it possible to flatten these layers with ImageMagick. From what I have read I have only figured out how to flatten multiple images together into a single image, but not how to do the same thing with layers within an image.

Should converting the image to another type (jpg, gif, etc) automatically do this?
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: How do I flatten TIFF layers?

Post by anthony »

layers are just extra images to IM. just -flatten them Otherwise Im tries to kepp them separate.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
Post Reply