Package com.lightcrafts.image.types

Examples of com.lightcrafts.image.types.AdobeJPEGSegmentFilter


        throws FileNotFoundException, LCImageLibException
    {
        openForReading( fileName, maxWidth, maxHeight );
        if ( jpegInfo != null ) {
            final ByteBuffer segBuf = jpegInfo.getFirstSegmentFor(
                JPEG_APPE_MARKER, new AdobeJPEGSegmentFilter()
            );
            m_hasAdobeSegment = segBuf != null;
        }
    }
View Full Code Here

TOP

Related Classes of com.lightcrafts.image.types.AdobeJPEGSegmentFilter

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.