Tabnine Logo
PNGDecodeParam.getExpandPalette
Code IndexAdd Tabnine to your IDE (free)

How to use
getExpandPalette
method
in
org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam

Best Java code snippets using org.apache.batik.ext.awt.image.codec.png.PNGDecodeParam.getExpandPalette (Showing top 8 results out of 315)

origin: liuyueyi/quick-media

this.expandPalette = decodeParam.getExpandPalette();
this.output8BitGray = decodeParam.getOutput8BitGray();
this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
origin: apache/batik

this.expandPalette = decodeParam.getExpandPalette();
this.output8BitGray = decodeParam.getOutput8BitGray();
this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
origin: fr.avianey.apache-xmlgraphics/batik

this.expandPalette = decodeParam.getExpandPalette();
this.output8BitGray = decodeParam.getOutput8BitGray();
this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
origin: apache/batik

this.expandPalette = decodeParam.getExpandPalette();
this.output8BitGray = decodeParam.getOutput8BitGray();
this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
origin: liuyueyi/quick-media

this.expandPalette = decodeParam.getExpandPalette();
this.output8BitGray = decodeParam.getOutput8BitGray();
this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
origin: org.apache.xmlgraphics/batik-codec

this.expandPalette = decodeParam.getExpandPalette();
this.output8BitGray = decodeParam.getOutput8BitGray();
this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
origin: org.apache.xmlgraphics/batik-codec

this.expandPalette = decodeParam.getExpandPalette();
this.output8BitGray = decodeParam.getOutput8BitGray();
this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
origin: fr.avianey.apache-xmlgraphics/batik

this.expandPalette = decodeParam.getExpandPalette();
this.output8BitGray = decodeParam.getOutput8BitGray();
this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
org.apache.batik.ext.awt.image.codec.pngPNGDecodeParamgetExpandPalette

Javadoc

Returns true if palette-color images will be expanded to produce full-color output.

Popular methods of PNGDecodeParam

  • <init>
    Constructs a default instance of PNGDecodeParam.
  • getDisplayExponent
    Returns the current value of the display exponent parameter. By default, the display exponent is equ
  • getExpandGrayAlpha
    Returns the current setting of the gray/alpha expansion.
  • getGenerateEncodeParam
    Returns true if an instance ofPNGEncodeParam will be available after an image has been decoded via t
  • getOutput8BitGray
    Returns the current value of the 8-bit gray output parameter.
  • getPerformGammaCorrection
    Returns true if gamma correction is to be performed on the image data. The default is true. If gamma
  • getSuppressAlpha
    Returns true if alpha (transparency) will be prevented from appearing in the output.
  • getUserExponent
    Returns the current value of the user exponent parameter. By default, the user exponent is equal to
  • setDisplayExponent
    Sets the display exponent to a given value. The exponent must be positive. If not, anIllegalArgument
  • setEncodeParam
    Sets the current encoder param instance. This method is intended to be called by the PNG decoder and
  • setExpandPalette
    If set, palette color images (PNG color type 3) will be decoded into full-color (RGB) output images.
  • setPerformGammaCorrection
    Turns gamma corection of the image data on or off.
  • setExpandPalette,
  • setPerformGammaCorrection

Popular in Java

  • Reading from database using SQL prepared statement
  • getContentResolver (Context)
  • runOnUiThread (Activity)
  • getOriginalFilename (MultipartFile)
    Return the original filename in the client's filesystem.This may contain path information depending
  • FileOutputStream (java.io)
    An output stream that writes bytes to a file. If the output file exists, it can be replaced or appen
  • Runnable (java.lang)
    Represents a command that can be executed. Often used to run code in a different Thread.
  • Dictionary (java.util)
    Note: Do not use this class since it is obsolete. Please use the Map interface for new implementatio
  • Hashtable (java.util)
    A plug-in replacement for JDK1.5 java.util.Hashtable. This version is based on org.cliffc.high_scale
  • Executors (java.util.concurrent)
    Factory and utility methods for Executor, ExecutorService, ScheduledExecutorService, ThreadFactory,
  • BoxLayout (javax.swing)
  • Github Copilot alternatives
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now