com.drew.imaging.psd
Class PsdMetadataReader
java.lang.Object
com.drew.imaging.psd.PsdMetadataReader
public class PsdMetadataReader
- extends Object
Obtains metadata from Photoshop's PSD files.
- Author:
- Drew Noakes http://drewnoakes.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PsdMetadataReader
public PsdMetadataReader()
readMetadata
public static Metadata readMetadata(File file)
throws IOException
- Throws:
IOException
readMetadata
public static Metadata readMetadata(InputStream inputStream,
boolean waitForBytes)
throws IOException
- Throws:
IOException
Copyright © 2012. All Rights Reserved.