You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sanselan-commits@incubator.apache.org by cm...@apache.org on 2008/10/21 03:27:00 UTC

svn commit: r706502 - in /incubator/sanselan/trunk: ./ src/main/java/org/apache/sanselan/formats/jpeg/ src/test/data/images/iptc/ src/test/data/images/iptc/1/

Author: cmchen
Date: Mon Oct 20 20:27:00 2008
New Revision: 706502

URL: http://svn.apache.org/viewvc?rev=706502&view=rev
Log:
* Added a couple of images to the sample image library that demonstrate a couple variations on Photoshop/IPTC data.  
 * Fixed a small bug in the IPTC constants introduced while cleaning up the constants.

Added:
    incubator/sanselan/trunk/src/test/data/images/iptc/
    incubator/sanselan/trunk/src/test/data/images/iptc/1/
    incubator/sanselan/trunk/src/test/data/images/iptc/1/Oregon Scientific DS6639 - DSC_0307 - iptc added with irfanview.jpg   (with props)
    incubator/sanselan/trunk/src/test/data/images/iptc/1/Oregon Scientific DS6639 - DSC_0307 - iptc added with photoshop.jpg   (with props)
    incubator/sanselan/trunk/src/test/data/images/iptc/1/info.txt   (with props)
Modified:
    incubator/sanselan/trunk/RELEASE_NOTES
    incubator/sanselan/trunk/src/main/java/org/apache/sanselan/formats/jpeg/JpegConstants.java

Modified: incubator/sanselan/trunk/RELEASE_NOTES
URL: http://svn.apache.org/viewvc/incubator/sanselan/trunk/RELEASE_NOTES?rev=706502&r1=706501&r2=706502&view=diff
==============================================================================
--- incubator/sanselan/trunk/RELEASE_NOTES (original)
+++ incubator/sanselan/trunk/RELEASE_NOTES Mon Oct 20 20:27:00 2008
@@ -15,6 +15,8 @@
 Release 0.95
 ------------
 
+ * Added a couple of images to the sample image library that demonstrate a couple variations on Photoshop/IPTC data.  
+ * Fixed a small bug in the IPTC constants introduced while cleaning up the constants.
  * Started shift towards moving field-level parsing into BinaryInputStream and BinaryOutputStream.
  * Fixed a png unit test that used a piece of Java 1.6 syntax.
  * Added unit tests around the new IPTC functionality.

Modified: incubator/sanselan/trunk/src/main/java/org/apache/sanselan/formats/jpeg/JpegConstants.java
URL: http://svn.apache.org/viewvc/incubator/sanselan/trunk/src/main/java/org/apache/sanselan/formats/jpeg/JpegConstants.java?rev=706502&r1=706501&r2=706502&view=diff
==============================================================================
--- incubator/sanselan/trunk/src/main/java/org/apache/sanselan/formats/jpeg/JpegConstants.java (original)
+++ incubator/sanselan/trunk/src/main/java/org/apache/sanselan/formats/jpeg/JpegConstants.java Mon Oct 20 20:27:00 2008
@@ -133,6 +133,7 @@
 			0x33, // 3
 			0x2E, // .
 			0x30, // 0
+			0,
 	};
 	public static final byte CONST_8BIM[] = { //
 	0x38, // 8

Added: incubator/sanselan/trunk/src/test/data/images/iptc/1/Oregon Scientific DS6639 - DSC_0307 - iptc added with irfanview.jpg
URL: http://svn.apache.org/viewvc/incubator/sanselan/trunk/src/test/data/images/iptc/1/Oregon%20Scientific%20DS6639%20-%20DSC_0307%20-%20iptc%20added%20with%20irfanview.jpg?rev=706502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/sanselan/trunk/src/test/data/images/iptc/1/Oregon Scientific DS6639 - DSC_0307 - iptc added with irfanview.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/sanselan/trunk/src/test/data/images/iptc/1/Oregon Scientific DS6639 - DSC_0307 - iptc added with photoshop.jpg
URL: http://svn.apache.org/viewvc/incubator/sanselan/trunk/src/test/data/images/iptc/1/Oregon%20Scientific%20DS6639%20-%20DSC_0307%20-%20iptc%20added%20with%20photoshop.jpg?rev=706502&view=auto
==============================================================================
Binary file - no diff available.

Propchange: incubator/sanselan/trunk/src/test/data/images/iptc/1/Oregon Scientific DS6639 - DSC_0307 - iptc added with photoshop.jpg
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: incubator/sanselan/trunk/src/test/data/images/iptc/1/info.txt
URL: http://svn.apache.org/viewvc/incubator/sanselan/trunk/src/test/data/images/iptc/1/info.txt?rev=706502&view=auto
==============================================================================
--- incubator/sanselan/trunk/src/test/data/images/iptc/1/info.txt (added)
+++ incubator/sanselan/trunk/src/test/data/images/iptc/1/info.txt Mon Oct 20 20:27:00 2008
@@ -0,0 +1,3 @@
+these photos are from my cameras - a Canon SD 750, a Nikon D50.  
+I hereby put them in the public domain.  
+Charles Matthew Chen

Propchange: incubator/sanselan/trunk/src/test/data/images/iptc/1/info.txt
------------------------------------------------------------------------------
    svn:eol-style = native