This is an automated email from the ASF dual-hosted git repository.

kinow pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git.


    from 6cf514e  Bump spotbugs from 4.4.0 to 4.4.1
     new 263ddde  [IMAGING-266] Read numeric data from GeoTIFFs
     new 4b923bb  [IMAGING-266] Add changelog

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |   3 +
 src/conf/spotbugs-exclude-filter.xml               |  18 ++
 .../imaging/formats/tiff/TiffDirectory.java        |  67 ++++--
 .../imaging/formats/tiff/TiffImageParser.java      | 118 ++++++----
 .../imaging/formats/tiff/TiffRasterData.java       | 163 +++++++------
 ...iffRasterData.java => TiffRasterDataFloat.java} | 130 +++++++----
 ...{TiffRasterData.java => TiffRasterDataInt.java} | 134 +++++++----
 .../{package-info.java => TiffRasterDataType.java} |  22 +-
 .../formats/tiff/constants/TiffTagConstants.java   |   2 +-
 .../formats/tiff/datareaders/DataReaderStrips.java |  84 ++++++-
 .../formats/tiff/datareaders/DataReaderTiled.java  |  82 ++++++-
 .../formats/tiff/datareaders/ImageDataReader.java  | 190 +++++++++++++--
 .../commons/imaging/TestImageReadException.java    |  24 +-
 .../commons/imaging/TestImageWriteException.java   |  68 +++---
 .../tiff/ExampleReadFloatingPointData.java         |   2 +-
 .../imaging/examples/tiff/SurveyTiffFile.java      |   3 +-
 .../formats/tiff/TiffFloatingPointReadTest.java    |   2 +-
 ...terDataTest.java => TiffRasterDataIntTest.java} |  91 ++++----
 .../imaging/formats/tiff/TiffRasterDataTest.java   |  55 ++++-
 .../formats/tiff/TiffRasterStatisticsTest.java     |   4 +-
 .../formats/tiff/TiffShortIntRoundTripTest.java    | 255 +++++++++++++++++++++
 21 files changed, 1130 insertions(+), 387 deletions(-)
 copy 
src/main/java/org/apache/commons/imaging/formats/tiff/{TiffRasterData.java => 
TiffRasterDataFloat.java} (59%)
 copy 
src/main/java/org/apache/commons/imaging/formats/tiff/{TiffRasterData.java => 
TiffRasterDataInt.java} (58%)
 copy src/main/java/org/apache/commons/imaging/formats/tiff/{package-info.java 
=> TiffRasterDataType.java} (61%)
 copy 
src/test/java/org/apache/commons/imaging/formats/tiff/{TiffRasterDataTest.java 
=> TiffRasterDataIntTest.java} (66%)
 create mode 100644 
src/test/java/org/apache/commons/imaging/formats/tiff/TiffShortIntRoundTripTest.java

Reply via email to