You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2019/12/20 10:12:09 UTC

[commons-imaging] branch master updated (3634e57 -> ea2ea87)

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 3634e57  Remove unnecessary array creation for varargs.
     add 16db2a8  [IMAGING-245]: Add disposal method to GIF metadata
     add 311b47e  [IMAGING-245]: add changes entry
     add ea2ea87  Merge branch 'pr-62'

No new revisions were added by this update.

Summary of changes:
 src/changes/changes.xml                            |   3 +
 .../imaging/formats/gif/DisposalMethod.java        |  64 +++++++++++++++++++++
 .../imaging/formats/gif/GifImageMetadataItem.java  |   9 ++-
 .../imaging/formats/gif/GifImageParser.java        |  27 ++++++++-
 .../data/images/gif/{3 => animated/1}/animated.gif | Bin
 .../data/images/gif/animated/2/no_disposal.gif     | Bin 0 -> 218 bytes
 ...Oregon Scientific DS6639 - DSC_0307 - small.gif | Bin
 src/test/data/images/gif/{ => single}/2/test.gif   | Bin
 .../commons/imaging/ImagingGuessFormatTest.java    |   2 +-
 .../commons/imaging/formats/gif/GifBaseTest.java   |  28 +++++++++
 .../commons/imaging/formats/gif/GifReadTest.java   |  57 ++++++++++++++++--
 11 files changed, 183 insertions(+), 7 deletions(-)
 create mode 100644 src/main/java/org/apache/commons/imaging/formats/gif/DisposalMethod.java
 rename src/test/data/images/gif/{3 => animated/1}/animated.gif (100%)
 create mode 100644 src/test/data/images/gif/animated/2/no_disposal.gif
 rename src/test/data/images/gif/{ => single}/1/Oregon Scientific DS6639 - DSC_0307 - small.gif (100%)
 rename src/test/data/images/gif/{ => single}/2/test.gif (100%)