congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
PNGDecodeParam.getSuppressAlpha
Code IndexAdd Tabnine to your IDE (free)

How to use
getSuppressAlpha
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.getSuppressAlpha (Showing top 8 results out of 315)

origin: liuyueyi/quick-media

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

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

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

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

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

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

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

this.suppressAlpha = decodeParam.getSuppressAlpha();
this.expandPalette = decodeParam.getExpandPalette();
this.output8BitGray = decodeParam.getOutput8BitGray();
org.apache.batik.ext.awt.image.codec.pngPNGDecodeParamgetSuppressAlpha

Javadoc

Returns true if alpha (transparency) will be prevented from appearing in the 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.
  • getExpandPalette
    Returns true if palette-color images will be expanded to produce full-color output.
  • 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
  • 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

  • Creating JSON documents from java classes using gson
  • findViewById (Activity)
  • getResourceAsStream (ClassLoader)
  • startActivity (Activity)
  • Thread (java.lang)
    A thread is a thread of execution in a program. The Java Virtual Machine allows an application to ha
  • TreeMap (java.util)
    Walk the nodes of the tree left-to-right or right-to-left. Note that in descending iterations, next
  • DataSource (javax.sql)
    An interface for the creation of Connection objects which represent a connection to a database. This
  • JFrame (javax.swing)
  • JTextField (javax.swing)
  • Project (org.apache.tools.ant)
    Central representation of an Ant project. This class defines an Ant project with all of its targets,
  • Top 15 Vim Plugins
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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