Archive | July 17th, 2009

17 July 2009 ~ 0 Comments

[Apache Sanselan] Retrieving Image Metadata using Sanselan

Apache Sanselan is a pure Java library for reading and Writing Image formats. It has recently graduated from Incubator and is now a proud member of Apache commons proper. In this article we shall see how to get Image metadata using Apache Sanselan. Let’s see how the code looks public static void main(String[] args) { [...]

Continue Reading