| <?xml version="1.0"?> |
| <!-- |
| Licensed to the Apache Software Foundation (ASF) under one or more |
| contributor license agreements. See the NOTICE file distributed with |
| this work for additional information regarding copyright ownership. |
| The ASF licenses this file to You under the Apache License, Version 2.0 |
| (the "License"); you may not use this file except in compliance with |
| the License. You may obtain a copy of the License at |
| |
| http://www.apache.org/licenses/LICENSE-2.0 |
| |
| Unless required by applicable law or agreed to in writing, software |
| distributed under the License is distributed on an "AS IS" BASIS, |
| WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| See the License for the specific language governing permissions and |
| limitations under the License. |
| --> |
| <document> |
| <properties> |
| <title>Building</title> |
| <author email="dev@commons.apache.org">Commons Documentation Team</author> |
| </properties> |
| <body> |
| <!-- ================================================== --> |
| <section name="To Do"> |
| |
| <p> |
| <ul> |
| <li>Add a structured way to write IPTC image metadata to JPEG files.</li> |
| <li>Refactor interface. Rename Sanselan methods and public class names. Formats should subclass imagemetadata class to include format-specific info ie. GIF's transparency index.</li> |
| <li>More control over writing.</li> |
| <li>Share test image suite with comments.</li> |
| <li>Improve Javadoc and write more FAQs / examples.</li> |
| <li>Allow user to disable autoconvesion to sRGB/Grayscale.</li> |
| <li>Add support for more than 8 bits per channel.</li> |
| <li>Reading all images from .gif files isn't working. see: getAllBufferedImages().</li> |
| <li>Add request/hint params to ImageFactory, per Endre's suggestion.</li> |
| <li>Add DNG metadata/image info read. Perhaps some RAW formats as well.</li> |
| <li>Publish image library (possibly) and links to other libraries.</li> |
| <li>Develop suite of unit tests that only depend on images in the public domain.</li> |
| <li>Add support for reading and writing XMP metadata.</li> |
| </ul> |
| </p> |
| |
| </section> |
| |
| </body> |
| </document> |