com.drew.metadata.icc
Class IccReader
java.lang.Object
com.drew.metadata.icc.IccReader
- All Implemented Interfaces:
- MetadataReader
public class IccReader
- extends Object
- implements MetadataReader
Reads an ICC profile.
- http://en.wikipedia.org/wiki/ICC_profile
- http://www.sno.phy.queensu.ca/~phil/exiftool/TagNames/ICC_Profile.html
- Author:
- Yuri Binev, Drew Noakes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IccReader
public IccReader()
extract
public void extract(BufferReader reader,
Metadata metadata)
- Description copied from interface:
MetadataReader
- Extract metadata from the source and merge it into an existing Metadata object.
- Specified by:
extract in interface MetadataReader
- Parameters:
reader - The reader from which the metadata should be extracted.metadata - The Metadata object into which extracted values should be merged.
getStringFromInt32
public static String getStringFromInt32(int d)
Copyright © 2012. All Rights Reserved.