Opened 13 years ago
Last modified 12 years ago
#115 closed task
Document new parameter in TIFF conversion — at Initial Version
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
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 inv_tiff($1, "sampletype=octet")
if the samples of the image to be imported are of type octet.
Note:
See TracTickets
for help on using tickets.