Codota Logo
PNGDecodeParam.getExpandGrayAlpha
Code IndexAdd Codota to your IDE (free)

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

  • Common ways to obtain PNGDecodeParam
private void myMethod () {
PNGDecodeParam p =
  • Codota Iconnew PNGDecodeParam()
  • Smart code suggestions by Codota
}
origin: liuyueyi/quick-media

this.expandPalette = decodeParam.getExpandPalette();
this.output8BitGray = decodeParam.getOutput8BitGray();
this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
if (decodeParam.getPerformGammaCorrection()) {
  this.userExponent = decodeParam.getUserExponent();
origin: apache/batik

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

this.expandPalette = decodeParam.getExpandPalette();
this.output8BitGray = decodeParam.getOutput8BitGray();
this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
if (decodeParam.getPerformGammaCorrection()) {
  this.userExponent = decodeParam.getUserExponent();
origin: apache/batik

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

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

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

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

this.expandPalette = decodeParam.getExpandPalette();
this.output8BitGray = decodeParam.getOutput8BitGray();
this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
if (decodeParam.getPerformGammaCorrection()) {
  this.userExponent = decodeParam.getUserExponent();
org.apache.batik.ext.awt.image.codec.pngPNGDecodeParamgetExpandGrayAlpha

Javadoc

Returns the current setting of the gray/alpha expansion.

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

  • Running tasks concurrently on multiple threads
  • addToBackStack (FragmentTransaction)
  • onCreateOptionsMenu (Activity)
  • setContentView (Activity)
  • Point (java.awt)
    A point representing a location in (x, y) coordinate space, specified in integer precision.
  • ByteBuffer (java.nio)
    A buffer for bytes. A byte buffer can be created in either one of the following ways: * #allocate(i
  • Collection (java.util)
    Collection is the root of the collection hierarchy. It defines operations on data collections and t
  • Locale (java.util)
    A Locale object represents a specific geographical, political, or cultural region. An operation that
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • Get (org.apache.hadoop.hbase.client)
    Used to perform Get operations on a single row. To get everything for a row, instantiate a Get objec
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now