ads/master
Commit: fa201df06edefd329610d210d67caba6802b1211
Parents: 8cf2b12
Author: Damjan Jovanovic
Authored: Tue Feb 20 06:39:57 2018 +0200
Committer: Damjan Jovanovic
Committed: Tue Feb 20 06:39:57 2018 +0200
--
.../imag
ing/commit/8cf2b128
Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/8cf2b128
Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/8cf2b128
Branch: refs/heads/master
Commit: 8cf2b128010edabf2e6afb2cf1063a2137f69385
Parents: 6228007
Author: Damjan Jovanovic
Authored:
Author: damjan
Date: Thu Feb 9 00:03:32 2017
New Revision: 1782282
URL: http://svn.apache.org/viewvc?rev=1782282&view=rev
Log:
Add support for writing 4 color PCX images, and clean up and simplify
the writing code.
Patch by: me
Modified:
commons/proper/imaging/trunk/src/main/java
Author: damjan
Date: Sun Feb 5 19:41:08 2017
New Revision: 1781791
URL: http://svn.apache.org/viewvc?rev=1781791&view=rev
Log:
Add support for writing 8 color PCX files.
Patch by: me
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/pcx/PcxWriter.
Author: damjan
Date: Sun Feb 5 17:07:51 2017
New Revision: 1781785
URL: http://svn.apache.org/viewvc?rev=1781785&view=rev
Log:
Allow giving PCX a hint as to the number of planes to use, and by default,
write 16 color images using 4 planes of 1 bit instead of 1 plane of 4 bits,
as GIMP and Ap
Author: damjan
Date: Sun Feb 5 14:50:40 2017
New Revision: 1781770
URL: http://svn.apache.org/viewvc?rev=1781770&view=rev
Log:
Allow PCX's RLE compression to span multiple lines when reading and
when writing. This should not only allow us to read such images, but also
compress the
Author: damjan
Date: Sun Jan 29 01:06:45 2017
New Revision: 1780761
URL: http://svn.apache.org/viewvc?rev=1780761&view=rev
Log:
Indentation fixes.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/xpm/XpmImageParser.java
Modified:
commons/pr
Author: damjan
Date: Sun Jan 29 00:41:19 2017
New Revision: 1780759
URL: http://svn.apache.org/viewvc?rev=1780759&view=rev
Log:
Fix a comment typo.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/BasicCParser.java
Modified:
commons/proper/ima
Author: damjan
Date: Sat Jan 28 18:41:17 2017
New Revision: 1780731
URL: http://svn.apache.org/viewvc?rev=1780731&view=rev
Log:
Match XPM color names case insensitively.
Patch by: me
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats
Author: damjan
Date: Sat Jan 28 18:31:34 2017
New Revision: 1780730
URL: http://svn.apache.org/viewvc?rev=1780730&view=rev
Log:
Allow XPM images to have 192 bit color, just like Apache OpenOffice's XPM
parser does.
Patch by: me
Modified:
commons/proper/imaging/trunk/src/main
Author: damjan
Date: Sat Jan 28 15:49:02 2017
New Revision: 1780710
URL: http://svn.apache.org/viewvc?rev=1780710&view=rev
Log:
Order the bytes in a multi-byte XBM image correctly.
Patch by: me
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats
Author: damjan
Date: Sat Jan 28 15:45:05 2017
New Revision: 1780709
URL: http://svn.apache.org/viewvc?rev=1780709&view=rev
Log:
XBM values can span multiple pixels, but do not span multiple image rows.
Patch by: me
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/com
Author: damjan
Date: Sat Jan 28 14:25:13 2017
New Revision: 1780699
URL: http://svn.apache.org/viewvc?rev=1780699&view=rev
Log:
Add support for XBM images using 16 bit hexadecimal input values, as seen
in the Apache Openoffice source code.
Patch by: me
Added:
commons/proper/imaging/t
Author: damjan
Date: Sat Nov 5 16:33:22 2016
New Revision: 1768242
URL: http://svn.apache.org/viewvc?rev=1768242&view=rev
Log:
IMAGING-191: BinaryConstant implements Cloneable
Do not implement Cloneable on an immutable class.
Modified:
commons/proper/imaging/trunk/src/main/java
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/constants/WangTagConstants.java
URL:
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/constants/WangTagConstants.java?rev=1760815&r1=1760814&
Author: damjan
Date: Wed Sep 14 23:25:47 2016
New Revision: 1760815
URL: http://svn.apache.org/viewvc?rev=1760815&view=rev
Log:
Store and use the cardinality of tags (1 vs more) when setting and getting
TIFF field values.
Added:
commons/proper/imaging/trunk/src/main/java/org/apache/com
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/constants/ExifTagConstants.java
URL:
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/constants/ExifTagConstants.java?rev=1760815&r1=1760814&
Author: damjan
Date: Wed Sep 7 19:03:44 2016
New Revision: 1759662
URL: http://svn.apache.org/viewvc?rev=1759662&view=rev
Log:
List the newly added EXIF tags in the list of all EXIF tags.
Improve the unit test that should have caught that it was missing.
Modified:
commons/proper/ima
Modified:
commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcAddTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/formats/jpeg/iptc/IptcAddTest.java?rev=1759654&r1=1759653&r2=1759654&view=diff
Author: damjan
Date: Wed Sep 7 18:08:34 2016
New Revision: 1759654
URL: http://svn.apache.org/viewvc?rev=1759654&view=rev
Log:
Formatting improvements: never break up
object.method()
into
object
.method()
Modified:
commons/proper/imaging/trunk/src/main/java/org/ap
Author: damjan
Date: Wed Sep 7 17:24:01 2016
New Revision: 1759648
URL: http://svn.apache.org/viewvc?rev=1759648&view=rev
Log:
Simplify some array operations.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/datareaders/DataReader.
Author: damjan
Date: Wed Sep 7 01:59:29 2016
New Revision: 1759533
URL: http://svn.apache.org/viewvc?rev=1759533&view=rev
Log:
Some TiffImageWriterLossless cleanups.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/w
Author: damjan
Date: Tue Sep 6 18:54:18 2016
New Revision: 1759485
URL: http://svn.apache.org/viewvc?rev=1759485&view=rev
Log:
The MicrosoftTagTest fails on Jenkins, because it selects an image
apparently already containing XP tags and duplicates are a problem,
so delete the tags before ad
Author: damjan
Date: Tue Sep 6 18:09:55 2016
New Revision: 1759477
URL: http://svn.apache.org/viewvc?rev=1759477&view=rev
Log:
IMAGING-181: EXIF lens metadata tags missing in Commons Imaging but recognized
in exiftool
Add missing EXIF tags for some lens and camera metadata.
Modi
Author: damjan
Date: Tue Sep 6 17:40:57 2016
New Revision: 1759475
URL: http://svn.apache.org/viewvc?rev=1759475&view=rev
Log:
Clean up imports.
Modified:
commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/formats/jpeg/exif/MicrosoftTagTest.java
Modified:
com
Author: damjan
Date: Tue Sep 6 17:16:48 2016
New Revision: 1759460
URL: http://svn.apache.org/viewvc?rev=1759460&view=rev
Log:
IMAGING-172: Microsoft tags are not seen in MS Windows Properties/Details dialog
Null-terminate the XpString tag, and store it in the root directory where
Windows l
Author: damjan
Date: Sat Sep 3 13:34:49 2016
New Revision: 1759093
URL: http://svn.apache.org/viewvc?rev=1759093&view=rev
Log:
Actually delete org.apache.commons.imaging.util.IoUtils.
Removed:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/util/IoUtils.java
Author: damjan
Date: Sat Sep 3 11:06:25 2016
New Revision: 1759076
URL: http://svn.apache.org/viewvc?rev=1759076&view=rev
Log:
Fix indentation.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/xbm/XbmImageParser.java
Modified:
commons/pr
Author: damjan
Date: Sat Sep 3 11:04:14 2016
New Revision: 1759075
URL: http://svn.apache.org/viewvc?rev=1759075&view=rev
Log:
Fix chuck -> chunk typo.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/PngImageParser.java
Modified:
Author: damjan
Date: Sat Sep 3 11:03:04 2016
New Revision: 1759074
URL: http://svn.apache.org/viewvc?rev=1759074&view=rev
Log:
Fix Eclipse warnings.
Modified:
commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/common/RationalNumberTest.java
commons/proper/ima
Author: damjan
Date: Sat Sep 3 10:58:31 2016
New Revision: 1759073
URL: http://svn.apache.org/viewvc?rev=1759073&view=rev
Log:
Use try-with-resources everywhere.
Eliminate org.apache.commons.imaging.util.IoUtils.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/com
Author: damjan
Date: Sat Sep 3 09:43:41 2016
New Revision: 1759064
URL: http://svn.apache.org/viewvc?rev=1759064&view=rev
Log:
Use try-with-resources instead of IoUtils.closeQuietly()
for all non-formats code.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/ima
Author: damjan
Date: Tue Oct 28 04:01:00 2014
New Revision: 1634775
URL: http://svn.apache.org/r1634775
Log:
Optimize the LZW implementation,
support reading bit patterns that are either big or little endian,
and make LZWInputStream public.
Added:
commons/proper/compress/trunk/src/main
Author: damjan
Date: Sun Oct 19 07:22:09 2014
New Revision: 1632879
URL: http://svn.apache.org/r1632879
Log:
Fix lengths for some EXIF tags, to allow setting EXIF_TAG_EXIF_VERSION properly.
Jira issue key: IMAGING-137
Modified:
commons/proper/imaging/trunk/src/changes/changes.xml
Author: damjan
Date: Sun Oct 19 07:03:08 2014
New Revision: 1632877
URL: http://svn.apache.org/r1632877
Log:
Fixed "ExifReWriter always writes EXIF segment before JFIF segment."
Jira issue key: IMAGING-140
Submitted by: Gavin Shiels
Modified:
commons/proper/imaging/tru
Author: damjan
Date: Sun Oct 19 06:30:05 2014
New Revision: 1632875
URL: http://svn.apache.org/r1632875
Log:
Allow null parameters in PngImageParser.getBufferedImage(), and add some tests
for null parameters.
Jira issue key: IMAGING-131
Modified:
commons/proper/imaging/trunk/src/changes
Author: damjan
Date: Thu Oct 16 04:49:30 2014
New Revision: 1632210
URL: http://svn.apache.org/r1632210
Log:
Format some comments better.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/decoder/Dct.java
Modified:
commons/proper/imaging/trunk
Author: damjan
Date: Fri Dec 6 19:20:00 2013
New Revision: 1548677
URL: http://svn.apache.org/r1548677
Log:
Add an UnshrinkingInputStream based on ZCompressorInputStream,
to decompress ZIP method 1.
Added:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers
Author: damjan
Date: Fri Dec 6 18:41:13 2013
New Revision: 1548657
URL: http://svn.apache.org/r1548657
Log:
Count bytes read from ZCompressorInputStream.
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/z/ZCompressorInputStream.java
Modified
Author: damjan
Date: Thu Dec 5 16:57:44 2013
New Revision: 1548205
URL: http://svn.apache.org/r1548205
Log:
Use better variable naming.
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/z/ZCompressorInputStream.java
Modified:
commons/proper
Author: damjan
Date: Sun Dec 1 14:02:33 2013
New Revision: 1546813
URL: http://svn.apache.org/r1546813
Log:
Some cleanups to ZCompressorInputStream.
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/z/ZCompressorInputStream.java
Modified
Author: damjan
Date: Sun Dec 1 05:41:25 2013
New Revision: 1546781
URL: http://svn.apache.org/r1546781
Log:
Add a missing close() method.
Make read() deal with 0 bytes read.
Modified:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/z
Author: damjan
Date: Sat Nov 30 08:27:56 2013
New Revision: 1546698
URL: http://svn.apache.org/r1546698
Log:
Add read-only support for the .Z file format.
Added:
commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/compressors/z/
commons/proper/compress/trunk/src
Author: damjan
Date: Thu Nov 28 03:11:37 2013
New Revision: 3779
Log:
Vote failed -> bye bye.
Removed:
dev/commons/imaging/RELEASE-NOTES.txt
dev/commons/imaging/binaries/commons-imaging-1.0-bin.tar.gz
dev/commons/imaging/binaries/commons-imaging-1.0-bin.tar.gz.asc
dev/comm
Author: damjan
Date: Thu Nov 28 03:11:37 2013
New Revision: 3779
Log:
Vote failed -> bye bye.
Removed:
dev/commons/imaging/RELEASE-NOTES.txt
dev/commons/imaging/binaries/commons-imaging-1.0-bin.tar.gz
dev/commons/imaging/binaries/commons-imaging-1.0-bin.tar.gz.asc
dev/comm
Author: damjan
Date: Sun Nov 24 14:34:50 2013
New Revision: 3671
Log:
Commit commons-imaging RC7 distribution artifacts.
Added:
dev/commons/imaging/RELEASE-NOTES.txt (with props)
dev/commons/imaging/binaries/commons-imaging-1.0-bin.tar.gz (with props)
dev/commons/imaging
Author: damjan
Date: Sun Nov 24 14:34:50 2013
New Revision: 3671
Log:
Commit commons-imaging RC7 distribution artifacts.
Added:
dev/commons/imaging/RELEASE-NOTES.txt (with props)
dev/commons/imaging/binaries/commons-imaging-1.0-bin.tar.gz (with props)
dev/commons/imaging
Author: damjan
Date: Sun Nov 24 10:24:16 2013
New Revision: 1544953
URL: http://svn.apache.org/r1544953
Log:
Creating IMAGING_1_0_RC7 tag
Added:
commons/proper/imaging/tags/IMAGING_1_0_RC7/ (props changed)
- copied from r1544952, commons/proper/imaging/tags/IMAGING_1_0_RC6/
Modified
Author: damjan
Date: Sun Nov 24 10:17:35 2013
New Revision: 1544952
URL: http://svn.apache.org/r1544952
Log:
Creating IMAGING_1_0_RC6 tag
Added:
commons/proper/imaging/tags/IMAGING_1_0_RC6/ (props changed)
- copied from r1544939, commons/proper/imaging/trunk/
Modified:
commons
Author: damjan
Date: Sun Nov 24 08:33:46 2013
New Revision: 1544938
URL: http://svn.apache.org/r1544938
Log:
Last minute updates pre-release.
Modified:
commons/proper/imaging/trunk/RELEASE-NOTES.txt
commons/proper/imaging/trunk/pom.xml
Modified: commons/proper/imaging/trunk/RELEASE
Author: damjan
Date: Sun Nov 24 05:03:40 2013
New Revision: 1544912
URL: http://svn.apache.org/r1544912
Log:
Fix a Findbugs bug.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/chunks/PngChunkIccp.java
Modified:
commons/proper/imaging/trunk/src
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/TiffReader.java
URL:
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/TiffReader.java?rev=1544840&r1=1544839&r2=1544840&view=diff
===
Author: damjan
Date: Fri Nov 22 19:27:57 2013
New Revision: 1544656
URL: http://svn.apache.org/r1544656
Log:
Use autoboxing.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/itu_t4/T4AndT6Compression.java
commons/proper/imaging/trunk/src/main/java
Author: damjan
Date: Fri Nov 22 19:18:23 2013
New Revision: 1544652
URL: http://svn.apache.org/r1544652
Log:
Clean up some tests.
Modified:
commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/ImagingTest.java
commons/proper/imaging/trunk/src/test/java/org/apache
Author: damjan
Date: Fri Nov 22 19:17:19 2013
New Revision: 1544650
URL: http://svn.apache.org/r1544650
Log:
Add a missing ASLv2 header.
Modified:
commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/formats/tiff/TiffSubImageTest.java
Modified:
commons/proper/imaging
Author: damjan
Date: Sat Nov 9 18:00:27 2013
New Revision: 1540351
URL: http://svn.apache.org/r1540351
Log:
Completely comment out TGA support.
Add a test for TIFF subimage support.
Added:
commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/formats/tiff
Author: damjan
Date: Sat Nov 9 03:18:33 2013
New Revision: 1540252
URL: http://svn.apache.org/r1540252
Log:
Add some Javadoc and tests.
Fix a bug in string parsing from TIFF tags.
Fix a ColorGroup bug where a list that needs to be sorted is immutable.
Added:
commons/proper/imaging/trunk
Author: damjan
Date: Sat Nov 9 03:11:57 2013
New Revision: 1540251
URL: http://svn.apache.org/r1540251
Log:
Add RAT exclusions for text-based images.
Get Jacoco working.
Modified:
commons/proper/imaging/trunk/LICENSE.txt
commons/proper/imaging/trunk/pom.xml
Modified: commons/proper
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/PngWriter.java
URL:
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/png/PngWriter.java?rev=1539242&r1=1539241&r2=1539242&view=diff
===
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/constants/TiffTagConstants.java
URL:
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/constants/TiffTagConstants.java?rev=1539238&r1=1539237&
Author: damjan
Date: Wed Nov 6 04:13:43 2013
New Revision: 1539237
URL: http://svn.apache.org/r1539237
Log:
Package level Javadoc.
Added:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/common/bytesource/package-info.java
(with props)
commons/proper/imaging
Author: damjan
Date: Wed Nov 6 03:57:34 2013
New Revision: 1539232
URL: http://svn.apache.org/r1539232
Log:
Fix some FindBugs warnings.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/icc/IccProfileParser.java
Modified:
commons/proper/imaging/trunk/src
Author: damjan
Date: Wed Nov 6 03:49:08 2013
New Revision: 1539231
URL: http://svn.apache.org/r1539231
Log:
Website changes. Improve roadmap. Change names of some pages.
Document history better.
Added:
commons/proper/imaging/trunk/src/site/xdoc/roadmap.xml (with props)
Removed
Author: damjan
Date: Tue Nov 5 17:24:39 2013
New Revision: 1539075
URL: http://svn.apache.org/r1539075
Log:
Merge all the info.txt files and add a licence header.
Added:
commons/proper/imaging/trunk/src/test/data/images/info.txt (with props)
Removed:
commons/proper/imaging/trunk/src
Author: damjan
Date: Tue Nov 5 04:16:31 2013
New Revision: 1538862
URL: http://svn.apache.org/r1538862
Log:
Fix broken links in website's References.
Modified:
commons/proper/imaging/trunk/src/site/xdoc/references.xml
Modified: commons/proper/imaging/trunk/src/site/xdoc/references.xm
Author: damjan
Date: Mon Nov 4 18:55:12 2013
New Revision: 3415
Log:
Abort the imaging 1.0 release from RC5.
Removed:
dev/commons/imaging/RELEASE-NOTES.txt
dev/commons/imaging/binaries/commons-imaging-1.0-bin.tar.gz
dev/commons/imaging/binaries/commons-imaging-1.0-bin.tar.gz.asc
Author: damjan
Date: Mon Nov 4 18:55:12 2013
New Revision: 3415
Log:
Abort the imaging 1.0 release from RC5.
Removed:
dev/commons/imaging/RELEASE-NOTES.txt
dev/commons/imaging/binaries/commons-imaging-1.0-bin.tar.gz
dev/commons/imaging/binaries/commons-imaging-1.0-bin.tar.gz.asc
Author: damjan
Date: Fri Nov 1 06:38:40 2013
New Revision: 3391
Log:
Prepare commons-imaging RC5 artifacts.
Added:
dev/commons/imaging/RELEASE-NOTES.txt (with props)
dev/commons/imaging/binaries/commons-imaging-1.0-bin.tar.gz (with props)
dev/commons/imaging/binaries/commons
Author: damjan
Date: Fri Nov 1 06:38:40 2013
New Revision: 3391
Log:
Prepare commons-imaging RC5 artifacts.
Added:
dev/commons/imaging/RELEASE-NOTES.txt (with props)
dev/commons/imaging/binaries/commons-imaging-1.0-bin.tar.gz (with props)
dev/commons/imaging/binaries/commons
Author: damjan
Date: Fri Nov 1 06:15:33 2013
New Revision: 3390
Log:
Creating initial directory structure for imaging
Added:
dev/commons/imaging/source/
Author: damjan
Date: Fri Nov 1 06:15:33 2013
New Revision: 3390
Log:
Creating initial directory structure for imaging
Added:
dev/commons/imaging/source/
Author: damjan
Date: Fri Nov 1 06:14:53 2013
New Revision: 3389
Log:
Creating initial directory structure for imaging
Added:
dev/commons/imaging/binaries/
Author: damjan
Date: Fri Nov 1 06:14:53 2013
New Revision: 3389
Log:
Creating initial directory structure for imaging
Added:
dev/commons/imaging/binaries/
Author: damjan
Date: Fri Nov 1 06:14:16 2013
New Revision: 3388
Log:
Creating initial directory structure for imaging
Added:
dev/commons/imaging/
Author: damjan
Date: Fri Nov 1 06:14:16 2013
New Revision: 3388
Log:
Creating initial directory structure for imaging
Added:
dev/commons/imaging/
Author: damjan
Date: Fri Nov 1 05:14:17 2013
New Revision: 1537825
URL: http://svn.apache.org/r1537825
Log:
Creating imaging-1.0-RC5 tag
Added:
commons/proper/imaging/tags/IMAGING_1_0_RC5/ (props changed)
- copied from r1537819, commons/proper/imaging/trunk/
Modified:
commons
Author: damjan
Date: Fri Nov 1 05:04:20 2013
New Revision: 1537819
URL: http://svn.apache.org/r1537819
Log:
Add 1.0 release notes.
Modified:
commons/proper/imaging/trunk/RELEASE-NOTES.txt
Modified: commons/proper/imaging/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons
Author: damjan
Date: Fri Nov 1 04:18:11 2013
New Revision: 1537817
URL: http://svn.apache.org/r1537817
Log:
Advance to RC5.
Change website in preparation for release.
Added:
commons/proper/imaging/trunk/src/site/xdoc/download_imaging.xml (with
props)
Modified:
commons/proper
Author: damjan
Date: Fri Nov 1 04:02:28 2013
New Revision: 1537816
URL: http://svn.apache.org/r1537816
Log:
Tab -> spaces.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/TiffReader.java
Modified:
commons/proper/imaging/trunk/src/main/j
Author: damjan
Date: Thu Oct 31 19:18:47 2013
New Revision: 1537589
URL: http://svn.apache.org/r1537589
Log:
Fix a Javadoc comment warning.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff/taginfos/TagInfo.java
Modified:
commons/proper/imaging
Author: damjan
Date: Thu Oct 31 19:17:41 2013
New Revision: 1537588
URL: http://svn.apache.org/r1537588
Log:
Fix a null Pointer exception bug for images missing an image height in the
thumbnail.
Submitted by: Piyush Kapoor
Jira issue key: IMAGING-121
Modified:
commons/proper/imaging
Author: damjan
Date: Thu Oct 31 05:07:43 2013
New Revision: 1537378
URL: http://svn.apache.org/r1537378
Log:
Website updates.
Modified:
commons/proper/imaging/trunk/src/site/xdoc/formatsupport.xml
commons/proper/imaging/trunk/src/site/xdoc/gettingstarted.xml
commons/proper/imaging
Author: damjan
Date: Thu Oct 31 03:52:50 2013
New Revision: 1537372
URL: http://svn.apache.org/r1537372
Log:
Eat our own dog food.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/JpegImageMetadata.java
Modified:
commons/proper/imaging/trunk
Modified:
commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/common/bytesource/ByteSourceDataTest.java
URL:
http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/test/java/org/apache/commons/imaging/common/bytesource/ByteSourceDataTest.java?rev=1537238&r1=1537237&r2=153
Author: damjan
Date: Tue Oct 29 18:20:08 2013
New Revision: 1536836
URL: http://svn.apache.org/r1536836
Log:
Add myself for imaging and compress.
Modified:
commons/trunks-proper/CHALLENGE.txt
Modified: commons/trunks-proper/CHALLENGE.txt
URL:
http://svn.apache.org/viewvc/commons/trunks
Author: damjan
Date: Thu Oct 24 18:45:16 2013
New Revision: 1535496
URL: http://svn.apache.org/r1535496
Log:
Propagate exceptions from close() methods instead of swallowing and/or logging
them.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging
Author: damjan
Date: Wed Oct 23 19:40:39 2013
New Revision: 1535132
URL: http://svn.apache.org/r1535132
Log:
Eliminate all mention of Sanselan in the source files.
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/bmp/BmpImageParser.java
commons
Author: damjan
Date: Wed Oct 23 17:38:06 2013
New Revision: 1535081
URL: http://svn.apache.org/r1535081
Log:
Encapsulate DhtSegment's public mutable arrays.
Jira issue key: IMAGING-115
Modified:
commons/proper/imaging/trunk/src/changes/changes.xml
commons/proper/imaging/trunk/src
Author: damjan
Date: Tue Oct 22 19:35:03 2013
New Revision: 1534749
URL: http://svn.apache.org/r1534749
Log:
Some more public mutable array encapsulation.
Jira issue key: IMAGING-117
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/decoder
Author: damjan
Date: Tue Oct 22 19:24:29 2013
New Revision: 1534739
URL: http://svn.apache.org/r1534739
Log:
And finally encapsulate the components array in SofnSegment.
Jira issue key: IMAGING-117
Modified:
commons/proper/imaging/trunk/src/changes/changes.xml
commons/proper/imaging
Author: damjan
Date: Tue Oct 22 19:08:43 2013
New Revision: 1534735
URL: http://svn.apache.org/r1534735
Log:
Move the Block class to the JPEG decoder package.
Jira issue key: IMAGING-117
Added:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/decoder
Author: damjan
Date: Tue Oct 22 19:07:12 2013
New Revision: 1534734
URL: http://svn.apache.org/r1534734
Log:
Encapsulate more public mutable arrays.
Jira issue key: IMAGING-117
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/jpeg/decoder
Author: damjan
Date: Tue Oct 22 17:59:01 2013
New Revision: 1534712
URL: http://svn.apache.org/r1534712
Log:
Make some public java.util.Lists unmodifiable.
Jira issue key: IMAGING-117
Modified:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/tiff
Author: damjan
Date: Tue Oct 22 04:52:07 2013
New Revision: 1534492
URL: http://svn.apache.org/r1534492
Log:
Encapsulate GenericSegment's byte array.
Jira issue key: IMAGING-116
Modified:
commons/proper/imaging/trunk/src/changes/changes.xml
commons/proper/imaging/trunk/src/main
On Tue, Oct 22, 2013 at 3:02 AM, sebb wrote:
>> +
>> +public byte[] getComment() {
>> +return comment;
>
> This is better, but the array can still be modified externally.
>
> Might make more sense to convert the array to a String and return that
> instead - Strings are immutable, but a
Author: damjan
Date: Tue Oct 22 01:21:49 2013
New Revision: 1534447
URL: http://svn.apache.org/r1534447
Log:
Eliminate RgbeConstants.
Jira issue key: IMAGING-118
Removed:
commons/proper/imaging/trunk/src/main/java/org/apache/commons/imaging/formats/rgbe/RgbeConstants.java
Modified
Author: damjan
Date: Mon Oct 21 18:59:04 2013
New Revision: 1534322
URL: http://svn.apache.org/r1534322
Log:
Encapsulate public field.
Jira issue key: IMAGING-114
Modified:
commons/proper/imaging/trunk/src/changes/changes.xml
commons/proper/imaging/trunk/src/main/java/org/apache
Author: damjan
Date: Mon Oct 21 18:40:10 2013
New Revision: 1534313
URL: http://svn.apache.org/r1534313
Log:
Convert all source files to UTF-8 encoding.
Jira issue key: IMAGING-109
Modified:
commons/proper/imaging/trunk/src/changes/changes.xml
commons/proper/imaging/trunk/src/main
Author: damjan
Date: Mon Oct 21 18:06:52 2013
New Revision: 1534297
URL: http://svn.apache.org/r1534297
Log:
Fix an NPE regression in TIFF image reading.
Jira issue key: IMAGING-113
Modified:
commons/proper/imaging/trunk/src/changes/changes.xml
commons/proper/imaging/trunk/src/main
Author: damjan
Date: Mon Oct 21 17:53:56 2013
New Revision: 1534292
URL: http://svn.apache.org/r1534292
Log:
Make the EOI check in TiffReader.getJpegRawImageData()
only get performed when the strict flag is set,
as some images out in the wild seem to have thumbnails
without a valid EOI.
IMAGING
1 - 100 of 345 matches
Mail list logo