Examples of ImageMetaValue


Examples of com.lightcrafts.image.metadata.values.ImageMetaValue

    /**
     * {@inheritDoc}
     */
    public float getFocalLength() {
        final ImageMetaValue value = getValue( CIFF_FL_FOCAL_LENGTH );
        return value != null ? value.getFloatValue() : 0;
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.