Package com.lightcrafts.image.metadata.values

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


            case CIFF_BASE_ISO:
                //
                // The base ISO has "junk" values past the value of interest
                // (which is the first), so discard them.
                //
                value = new UnsignedShortMetaValue(
                    value.getUnsignedShortValue()
                );
                break;
            case CIFF_CAMERA_SETTINGS:
            case CIFF_CUSTOM_FUNCTIONS:
View Full Code Here

TOP

Related Classes of com.lightcrafts.image.metadata.values.UnsignedShortMetaValue

Copyright © 2018 www.massapicom. 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.