Resize multi-channel images

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
ericnd01
Posts: 2
Joined: 2015-08-14T16:08:36-07:00
Authentication code: 1151

Resize multi-channel images

Post by ericnd01 »

I am trying to resize TIFF and PSD files but retain all the channels. There could be as many as 25 channels. As I understand it, IM6 only supports up to 3+1 or 4+1 channels, and IM7 was supposed to resolve that (I believe). I've compiled IM7 on OSX (ImageMagick 7.0.0-0 Q16 x86_64) and trying to run the conversion via command-line, but really don't know where to begin. Is this even possible? Any help or direction would be greatly appreciated. Thank you.
Coaaal
Posts: 1
Joined: 2016-03-21T16:02:18-07:00
Authentication code: 1151

Re: Resize multi-channel images

Post by Coaaal »

Hello,
I am wondering if you ever got around to figuring out how to add additional channels to a tiff file?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Resize multi-channel images

Post by snibgo »

If you can upload a tiff with more than 5 channels, I can test it with a fairly recent v7.
snibgo's IM pages: im.snibgo.com
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Resize multi-channel images

Post by fmw42 »

Do you really mean "channels" and not "layers"? If so, you need to use IM 7, but I do not think it has any multichannel reader or writer, yet, built-in. It can store multiple channels internally. I could be wrong and will defer to the IM developers.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Resize multi-channel images

Post by magick »

ImageMagick V7 supports multi-channels but we have not enhanced any of the coders yet to take advantage of more than 5 channels. Doing so is on our radar but we have not had the time so far. As a reminder, the official release of ImageMagick V7 is April 30, 2016.
ericnd01
Posts: 2
Joined: 2015-08-14T16:08:36-07:00
Authentication code: 1151

Re: Resize multi-channel images

Post by ericnd01 »

Yes, channels not layers. We use the channels as selection masks in Photoshop as well as clipping/alpha masks in InDesign. I know that IM7 supports >5 channels. I'll keep an eye out for the updates. Thanks!
Post Reply