Help - Search - Members - Calendar
Full Version: Saving TIFF, Pixel Order, Interleaved, Per Channel
Luminous Landscape Forum > Raw & Post Processing, Printing > Digital Image Processing
paulbk
TIF Options save file dialog in Photoshop CS3 provides these options:
Pixel Order
-- Interleaved (RGBRGB)
-- Per Channel (RRGGBB)

What do they mean?
Does it matter which one I choose?

p
rdonson
QUOTE (paulbk @ Nov 22 2007, 07:17 PM)
TIF Options save file dialog in Photoshop CS3 provides these options:
Pixel Order
--  Interleaved (RGBRGB)
--  Per Channel (RRGGBB)

What do they mean?
Does it matter which one I choose?

p
*


It matters to some programs. If you print from QImage you'll want to use Interleaved.
allan67
QUOTE (paulbk @ Nov 23 2007, 12:17 AM)
TIF Options save file dialog in Photoshop CS3 provides these options:
Pixel Order
--  Interleaved (RGBRGB)
--  Per Channel (RRGGBB)

What do they mean?
Does it matter which one I choose?

p
*


Hello Paul,

The Interleaved order is considered to be more standard way and is recognised by all applications that accept TIFF files.

The Per Channel order allows for a bit faster writes and reads of files, as well as somewhat better compression. But it is not as widely supported by other programmes (like Qimage in the post above).

Normally, modern programmes should be able to read both versions without problem, as both are in the TIFF specification. If some programmes don't like one order or the other - this means that they are not fully compliant with TIFF specs. There's a thread here on LL discussing this with Jeff explaining this in more detail.

QUOTE (paulbk @ Nov 23 2007, 12:17 AM)
What do they mean?

*


The meaning of the pixel order is the way colour information is written in the file:
- interleaved - the FULL colour for EACH pixel is written in RGB seqence
- per channel - the red values for ALL pixels are written, then green values for ALL pixels, then blue values for ALL pixels

Regards,
Allan
paulbk
Thanks Ron and Allan for complete and readable answers.
p

QUOTE (allan67 @ Nov 23 2007, 04:25 AM)
Hello Paul,

The Interleaved order is considered to be more standard way and is recognised by all applications that accept TIFF files.

The Per Channel order allows for a bit faster writes and reads of files, as well as somewhat better compression. But it is not as widely supported by other programmes (like Qimage in the post above).

Normally, modern programmes should be able to read both versions without problem, as both are in the TIFF specification. If some programmes don't like one order or the other - this means that they are not fully compliant with TIFF specs. There's a thread here on LL discussing this with Jeff explaining this in more detail.
The meaning of the pixel order is the way colour information is written in the file:
- interleaved - the FULL colour for EACH pixel is written in RGB seqence
- per channel - the red values for ALL pixels are written, then green values for ALL pixels, then blue values for ALL pixels

Regards,
Allan
*
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.