Changes between Initial Version and Version 1 of Ticket #5176


Ignore:
Timestamp:
Jul 30, 2013, 6:00:47 PM (11 years ago)
Author:
nflood
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5176 – Description

    initial v1  
    11When using Imagine to directly edit the pixel values, Imagine fails to recalculate the histogram correctly. GDAL can be used to write the histogram to an HFA file, but only if it is not already present. This patch adds a case to hfaopen.cpp to allow the histogram counts to be re-written after they have changed.
    22
    3 This patch is against the current 1.10.0 release, but was originally trialed against 1.9.0, and has been in use since July 2012 without further problems.
     3This patch is against the current 1.10.0 release, but was originally trialed against 1.9.0, and has been in use since July 2012 without further problems.
     4
     5Also added a patch against the current trunk, which is a few lines different than the 1.10.0 file. The trunk patch has not been operationally tested, but the file appears to be the same apart from a slight line number shift, and I would not anticipate any problem.