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 b6b4e9c [IMAGING-312] Corrected handling of ExtraSamples tag new 0fb5942 [IMAGING-285] Correction for rational number computations new 1221a2c [IMAGING-285] 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 + .../commons/imaging/common/ByteConversions.java | 45 ++++++--- .../commons/imaging/common/RationalNumber.java | 107 +++++++++++++++++++-- .../formats/tiff/fieldtypes/FieldTypeRational.java | 9 +- .../formats/tiff/taginfos/TagInfoRational.java | 2 +- .../formats/tiff/taginfos/TagInfoRationals.java | 2 +- .../formats/tiff/taginfos/TagInfoSRational.java | 2 +- .../formats/tiff/taginfos/TagInfoSRationals.java | 2 +- .../commons/imaging/common/RationalNumberTest.java | 15 +++ .../formats/tiff/TiffReadWriteTagsTest.java | 19 +++- 10 files changed, 177 insertions(+), 29 deletions(-)