Ticket #2121 (closed defect: fixed)

Opened 5 months ago

Last modified 4 months ago

[PATCH] gdalenhance fixes

Reported by: rouault Assigned to: warmerdam
Priority: normal Milestone: 1.5.1
Component: Utilities Version: 1.5.0 betas/RCs
Severity: normal Keywords: gdalenhance
Cc:

Description

The attached patch fixes the following issues : * (major) crash when doing "gdalenhance input.tif output.tif" without any other commandline option * (minor) unnecessary use of "-ot Byte" * (minor) unimplemented src_scale and dst_scale commandline options mismatch between usage and code

Attachments

gdal_svn_trunk_gdalenhance_fixes.patch (2.0 kB) - added by rouault on 12/27/07 16:23:46.

Change History

12/27/07 16:23:46 changed by rouault

  • attachment gdal_svn_trunk_gdalenhance_fixes.patch added.

12/31/07 11:19:15 changed by warmerdam

Even,

Feel free to go ahead with the patch. I'm afraid gdalenhance is still in a shambles and not fit for widespread use.

12/31/07 12:01:53 changed by rouault

  • status changed from new to closed.
  • resolution set to fixed.

Applied in trunk in r13467 and in branches/1.5 in r13468