Opened 12 years ago

Closed 11 years ago

#115 closed task (fixed)

Document new parameter in TIFF conversion

Reported by: Dimitar Misev Owned by: Peter Baumann
Priority: major Milestone: 8.4
Component: manuals_and_examples Version: 8.3
Keywords: Cc:
Complexity: Medium

Description (last modified by Dimitar Misev)

When importing multiband (multisample) TIFF images, it may be necessary to explicitly specify the sample type, as the corresponding tag TIFFTAG_SAMPLEFORMAT may be wrong, or not set at all.

To explicitly set the sample type, a sampletype parameter can be passed to the TIFF converter. Example:

insert into multiband_coll values (octet) inv_tiff($1, "sampletype=octet")

if the samples of the image to be imported are of type octet.

Change History (3)

comment:1 by Dimitar Misev, 12 years ago

Description: modified (diff)

comment:2 by Peter Baumann, 11 years ago

Milestone: 8.4

comment:3 by Peter Baumann, 11 years ago

Resolution: fixed
Status: newclosed

don in v8.4.

Note: See TracTickets for help on using tickets.