Examples of AdobeJPEGSegmentFilter


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
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.