Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1C464108BD for ; Wed, 6 Nov 2013 03:49:40 +0000 (UTC) Received: (qmail 80905 invoked by uid 500); 6 Nov 2013 03:49:36 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 80636 invoked by uid 500); 6 Nov 2013 03:49:35 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 80623 invoked by uid 99); 6 Nov 2013 03:49:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 03:49:34 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 03:49:31 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 2017D23889EC; Wed, 6 Nov 2013 03:49:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1539231 - in /commons/proper/imaging/trunk/src/site: site.xml xdoc/history.xml xdoc/roadmap.xml xdoc/todo.xml Date: Wed, 06 Nov 2013 03:49:08 -0000 To: commits@commons.apache.org From: damjan@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131106034909.2017D23889EC@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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: commons/proper/imaging/trunk/src/site/xdoc/todo.xml Modified: commons/proper/imaging/trunk/src/site/site.xml commons/proper/imaging/trunk/src/site/xdoc/history.xml Modified: commons/proper/imaging/trunk/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/site/site.xml?rev=1539231&r1=1539230&r2=1539231&view=diff ============================================================================== --- commons/proper/imaging/trunk/src/site/site.xml (original) +++ commons/proper/imaging/trunk/src/site/site.xml Wed Nov 6 03:49:08 2013 @@ -39,10 +39,10 @@ - + - + Modified: commons/proper/imaging/trunk/src/site/xdoc/history.xml URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/site/xdoc/history.xml?rev=1539231&r1=1539230&r2=1539231&view=diff ============================================================================== --- commons/proper/imaging/trunk/src/site/xdoc/history.xml (original) +++ commons/proper/imaging/trunk/src/site/xdoc/history.xml Wed Nov 6 03:49:08 2013 @@ -22,10 +22,29 @@ limitations under the License. -
+

- Apache Commons Sanselan was renamed to Apache Commons Imaging on 16 April 2012. + Version 1.0 released November, 2013, brought many changes and is + best followed in the release notes. +

+ +

+ Apache Commons Sanselan was renamed to Apache Commons Imaging on 16 April 2012, + the package changed from org.apache.sanselan to org.apache.commons.imaging, + the "main" class changed from org.apache.sanselan.Sanselan to + org.apache.commons.imaging.Imaging, the website became + http://commons.apache.org/imaging + and Maven co-ordinates also changed. +

+ +

+ Version 0.97 released February 14th, 2009, was the last Sanselan release before the rename, + and the last incubator release. +

+ +

+ Version 0.94 released July 30th, 2008, was the first Apache release of Sanselan.

Added: commons/proper/imaging/trunk/src/site/xdoc/roadmap.xml URL: http://svn.apache.org/viewvc/commons/proper/imaging/trunk/src/site/xdoc/roadmap.xml?rev=1539231&view=auto ============================================================================== --- commons/proper/imaging/trunk/src/site/xdoc/roadmap.xml (added) +++ commons/proper/imaging/trunk/src/site/xdoc/roadmap.xml Wed Nov 6 03:49:08 2013 @@ -0,0 +1,70 @@ + + + + + Building + Commons Documentation Team + + + +

+ +

+ Features we hope to have for the 2.0 release. +

+

Interoperability

+
    +
  • Port to use the Java 7 language but only use basic Java 5 APIs.
  • +
  • Android support. Needs AWT to be an optional dependency.
  • +
  • Add the ability to use Commons Imaging as an Image I/O plugin.
  • +
+

File formats

+
    +
  • Improve JPEG read support.
  • +
  • Rewrite and fully generalize TIFF parsing to support arbitrary complexity TIFF files instead of just EXIF. + Lower level API for reading raw fields and directories, and a higher level API for image structures.
  • +
  • Add pluggable TIFF tag sets.
  • +
  • Parse some EXIF maker notes.
  • +
  • Add a structured way to write IPTC image metadata to JPEG files.
  • +
  • Reading all images from .gif files isn't working. see: getAllBufferedImages().
  • +
  • Add DNG metadata/image info read. Perhaps some RAW formats as well.
  • +
  • Other file formats, eg. WebP.
  • +
+

API

+
    +
  • Support reading images incrementally, eg. page at a time for multi-page TIFFs, to save memory.
  • +
  • Provide per-image image info in multi-image formats.
  • +
  • More control over writing.
  • +
  • Writing multiple images into a file.
  • +
  • Add support for more than 8 bits per channel.
  • +
  • Add support for reading and writing detailed XMP metadata fields.
  • +
  • Add request/hint params to ImageFactory, per Endre's suggestion.
  • +
  • Allow user to disable autoconvesion to sRGB/Grayscale.
  • +
  • More formats should subclass imagemetadata class to include format-specific info ie. GIF's transparency index.
  • +
  • Improve Javadoc and write more FAQs / examples.
  • +
+

Test suite

+
    +
  • Publish image library (possibly) and links to other libraries.
  • +
  • Develop suite of unit tests that only depend on images in the public domain.
  • +
  • Share test image suite with comments.
  • +
+
+
+ + Propchange: commons/proper/imaging/trunk/src/site/xdoc/roadmap.xml ------------------------------------------------------------------------------ svn:eol-style = native