com.aspose.cad.jasperreports.jpg

Interface ASJpegExportConfiguration

    • Method Detail

      • getXmpData

        com.aspose.cad.xmp.XmpPacketWrapper getXmpData()

        Gets the XMP metadata container.

        Returns:
        The XMP data container.
      • getComment

        String getComment()

        Gets the jpeg file comment.

      • getExifData

        com.aspose.imaging.exif.JpegExifData getExifData()

        Get or set exif data container

      • getBitsPerChannel

        byte getBitsPerChannel()

        Gets bits per channel for lossless jpeg image. Now we support from 2 to 8 bits per channel.

      • getQuality

        int getQuality()

        Gets image quality.

      • getRdOptSettings

        com.aspose.cad.imageoptions.RdOptimizerSettings getRdOptSettings()

        Gets the RD optimizer settings.

        Returns:
        The RD optimizer settings.
      • getRgbColorProfile

        com.aspose.cad.sources.StreamSource getRgbColorProfile()

        The destination RGB color profile for CMYK jpeg images. Use for saving images. Must be in pair with CMYKColorProfile for correct color conversion.

      • getCmykColorProfile

        com.aspose.cad.sources.StreamSource getCmykColorProfile()

        The destination CMYK color profile for CMYK jpeg images. Use for saving images. Must be in pair with RGBColorProfile for correct color conversion.

      • getJpegLsAllowedLossyError

        int getJpegLsAllowedLossyError()

        Gets the JPEG-LS difference bound for near-lossless coding (NEAR parameter from the JPEG-LS specification).

      • getJpegLsInterleaveMode

        JpegLsInterleaveMode getJpegLsInterleaveMode()

        Gets the JPEG-LS interleave mode.

      • getJpegLsPreset

        com.aspose.imaging.fileformats.jpeg.JpegLsPresetCodingParameters getJpegLsPreset()

        Gets the JPEG-LS preset parameters.

      • getHorizontalSampling

        byte[] getHorizontalSampling()

        Gets the horizontal subsamplings for each component.

      • getVerticalSampling

        byte[] getVerticalSampling()

        Gets the vertical subsamplings for each component.

      • getSampleRoundingMode

        SampleRoundingMode getSampleRoundingMode()

        Gets the sample rounding mode to fit an 8-bit value to an n-bit value. P:JpegOptions.BitsPerChannel

      • getPreblendAlphaIfPresent

        boolean getPreblendAlphaIfPresent()

        Gets a value indicating whether red, green and blue components should be mixed with a background color, if alpha channel is present.

      • getResolutionUnit

        ResolutionUnit getResolutionUnit()

        Gets the resolution unit.

        Returns:
        the resolution unit.