Opened 13 years ago
Closed 12 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 )
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 , 13 years ago
Description: | modified (diff) |
---|
comment:2 by , 12 years ago
Milestone: | → 8.4 |
---|
comment:3 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
don in v8.4.