INR2TIFF (1I)     version 1.0.0, Inrimage 4.6.9     March 2022

User Intro    Prog Intro    Liste des commandes    Liste des manuels
Table of Contents


NAME

inr2tiff - converts a TIFF image in INRIMAGE image.

SYNOPSIS

inr2tiff [input-image | -] out-tiff-file [-ct=colortb_file_in] [-c=zip|lwz|packbits|jpeg] [-q %d]

DESCRIPTION

inr2tiff converts an Inrimage image into a TIFF image. Images with NDIMZ>1 are not converted excepted if NDIMZ=3; in this case, the image is converted to RGB (with a separate planar configuration). The option -ct= allows inr2tiff to store colormap (if exists) in a separate Inrimage image (with 3 256-line lenght).

A compressor mode may be choosen with the option -c= among 'zip', 'lwz', 'packbits', 'jpeg'. The 'packbits' is a RLE compression. The 'jpeg' rate compression may be parametrized with the -q option.

TODO

- inr2tiff can not yet convert image with several frames (NDIMZ>1).
- handle directories (see tiff2inr)

SEE ALSO

ifmt(1i) , tiff2inr(1i) , gif2inr(1i) , inr2gif(1i)
See Inrimage(1i) for a description of general options.