Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#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 Dimitar Misev)

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 Dimitar Misev, 7 years ago

Complexity: MediumTrivial

comment:2 by Dimitar Misev, 7 years ago

Description: modified (diff)

comment:3 by bbell, 7 years ago

Resolution: fixed
Status: newclosed

comment:4 by bbell, 7 years ago

fixed in mimetypes.cc
added a tiff conversion test in test.sh

Note: See TracTickets for help on using tickets.