[
prev
] [
prev-tail
] [
tail
] [
up
]
4.113
tiff2sdds
description:
tiff2sdds
converts a TIFF image into an SDDS file. Pixel values are read from the image and stored as integer data. Options permit selecting a single color channel and choosing between a single-column or multi-column layout.
examples:
tiff2sdds image.tif image.sdds
tiff2sdds photo.tif photo.sdds -redOnly -singleColumnMode
synopsis:
tiff2sdds input output [-redOnly] [-greenOnly] [-blueOnly] [-singleColumnMode]
files:
input
— source TIFF image.
output
— resulting SDDS file.
switches:
-redOnly
— convert only the red channel.
-greenOnly
— convert only the green channel.
-blueOnly
— convert only the blue channel.
-singleColumnMode
— write data in a single column with pixel coordinates stored as parameters.
see also:
sdds2tiff()
.
author:
R. Soliday, ANL/APS.
[
prev
] [
prev-tail
] [
front
] [
up
]