#1463 closed defect (fixed)
encode to format "tiff" doesn't work
Reported by: | Dimitar Misev | Owned by: | bbell |
---|---|---|---|
Priority: | major | Milestone: | 9.3 |
Component: | conversion | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Trivial |
Description (last modified by )
The following fails,
rasql -q 'select encode(m, "tiff") from test_grey as m' --out file
whereas using "gtiff" works fine. "tiff" should be translated to "gtiff" (in one of the sources in source:conversion, probably a good start is source:conversion/convfactory.cc)
Change History (4)
comment:1 by , 8 years ago
Complexity: | Medium → Trivial |
---|
comment:2 by , 8 years ago
Description: | modified (diff) |
---|
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:4 by , 8 years ago
Note:
See TracTickets
for help on using tickets.
fixed in mimetypes.cc
added a tiff conversion test in test.sh