dragon66 / pixymeta

Java image metadata manipulation tool
Eclipse Public License 1.0
10 stars 11 forks source link

pixymeta

Java image metadata CRUD tool - a pure Java image metadata manipulation tool. This is the meta data related part branched out from icafe repository.

Image metadata manipulation:

Where can I get the latest release?

There is currently no stable release of PIXYMETA. However you can pull the latest SNAPSHOT from Sonatype SNAPSHOT repository by adding the snapshot repository to your pom.xml:

<repository>
  <id>oss.sonatype.org</id>
  <name>Sonatype Snapshot Repository</name>
  <url>https://oss.sonatype.org/content/repositories/snapshots</url>
  <releases>
    <enabled>false</enabled>
  </releases>
  <snapshots>
    <enabled>true</enabled>
  </snapshots>
</repository> 

Then you can use the SNAPSHOT version of PIXYMETA in your pom.xml:

<dependency>
  <groupId>com.github.dragon66</groupId>
  <artifactId>pixymeta</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Go to the wiki page to see this library in action or grab the "pixymeta.jar" from the lib folder and try it yourself!

Suggestions? custom requirements? Open an issue or send email to me directly: yuwen_66@yahoo.com