Pages, Layers, Bands, Channels

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
MurrayW
Posts: 5
Joined: 2018-12-04T17:48:21-07:00
Authentication code: 1152

Pages, Layers, Bands, Channels

Post by MurrayW »

Hi all,

where can I find definitions of the terminology used for tiff, specifically, what is the difference between:

- multi-page
- multi-channel
- image bands
- image layers

regards
Murray
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Pages, Layers, Bands, Channels

Post by fmw42 »

Look in the TIFF specifications.

Channels correspond to red, green, blue for example.
Bands are one form of specifying how r,g,b values should be formatted in a channel -- eg. all red, then all green then all blue, rather that line interleaved or pixel interleaved.
Pages correspond to different images in the same file
Layers show how different images are mixed together to form one image.
Post Reply