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

How to use
setEncodeParam
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.setEncodeParam (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: fr.avianey.apache-xmlgraphics/batik

  encodeParam = new PNGEncodeParam.RGB();
decodeParam.setEncodeParam(encodeParam);
origin: liuyueyi/quick-media

  encodeParam = new PNGEncodeParam.RGB();
decodeParam.setEncodeParam(encodeParam);
origin: fr.avianey.apache-xmlgraphics/batik

  encodeParam = new PNGEncodeParam.RGB();
decodeParam.setEncodeParam(encodeParam);
origin: liuyueyi/quick-media

  encodeParam = new PNGEncodeParam.RGB();
decodeParam.setEncodeParam(encodeParam);
origin: org.apache.xmlgraphics/batik-codec

  encodeParam = new PNGEncodeParam.RGB();
decodeParam.setEncodeParam(encodeParam);
origin: apache/batik

  encodeParam = new PNGEncodeParam.RGB();
decodeParam.setEncodeParam(encodeParam);
origin: apache/batik

  encodeParam = new PNGEncodeParam.RGB();
decodeParam.setEncodeParam(encodeParam);
origin: org.apache.xmlgraphics/batik-codec

  encodeParam = new PNGEncodeParam.RGB();
decodeParam.setEncodeParam(encodeParam);
org.apache.batik.ext.awt.image.codec.pngPNGDecodeParamsetEncodeParam

Javadoc

Sets the current encoder param instance. This method is intended to be called by the PNG decoder and will overwrite the current instance returned by getEncodeParam.

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
  • 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
  • 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
  • scheduleAtFixedRate (Timer)
  • getSystemService (Context)
  • getResourceAsStream (ClassLoader)
    Returns a stream for the resource with the specified name. See #getResource(String) for a descriptio
  • BigDecimal (java.math)
    An immutable arbitrary-precision signed decimal.A value is represented by an arbitrary-precision "un
  • ServerSocket (java.net)
    This class represents a server-side socket that waits for incoming client connections. A ServerSocke
  • Format (java.text)
    The base class for all formats. This is an abstract base class which specifies the protocol for clas
  • ConcurrentHashMap (java.util.concurrent)
    A hash table supporting full concurrency of retrievals and adjustable expected concurrency for updat
  • Response (javax.ws.rs.core)
    Defines the contract between a returned instance and the runtime when an application needs to provid
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
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