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

How to use
getUserExponent
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.getUserExponent (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.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
if (decodeParam.getPerformGammaCorrection()) {
  this.userExponent = decodeParam.getUserExponent();
  this.displayExponent = decodeParam.getDisplayExponent();
  performGammaCorrection = true;
origin: apache/batik

this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
if (decodeParam.getPerformGammaCorrection()) {
  this.userExponent = decodeParam.getUserExponent();
  this.displayExponent = decodeParam.getDisplayExponent();
  performGammaCorrection = true;
origin: fr.avianey.apache-xmlgraphics/batik

this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
if (decodeParam.getPerformGammaCorrection()) {
  this.userExponent = decodeParam.getUserExponent();
  this.displayExponent = decodeParam.getDisplayExponent();
  performGammaCorrection = true;
origin: apache/batik

this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
if (decodeParam.getPerformGammaCorrection()) {
  this.userExponent = decodeParam.getUserExponent();
  this.displayExponent = decodeParam.getDisplayExponent();
  performGammaCorrection = true;
origin: liuyueyi/quick-media

this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
if (decodeParam.getPerformGammaCorrection()) {
  this.userExponent = decodeParam.getUserExponent();
  this.displayExponent = decodeParam.getDisplayExponent();
  performGammaCorrection = true;
origin: org.apache.xmlgraphics/batik-codec

this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
if (decodeParam.getPerformGammaCorrection()) {
  this.userExponent = decodeParam.getUserExponent();
  this.displayExponent = decodeParam.getDisplayExponent();
  performGammaCorrection = true;
origin: org.apache.xmlgraphics/batik-codec

this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
if (decodeParam.getPerformGammaCorrection()) {
  this.userExponent = decodeParam.getUserExponent();
  this.displayExponent = decodeParam.getDisplayExponent();
  performGammaCorrection = true;
origin: fr.avianey.apache-xmlgraphics/batik

this.expandGrayAlpha = decodeParam.getExpandGrayAlpha();
if (decodeParam.getPerformGammaCorrection()) {
  this.userExponent = decodeParam.getUserExponent();
  this.displayExponent = decodeParam.getDisplayExponent();
  performGammaCorrection = true;
org.apache.batik.ext.awt.image.codec.pngPNGDecodeParamgetUserExponent

Javadoc

Returns the current value of the user exponent parameter. By default, the user exponent is equal to 1.0F.

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.
  • 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
  • findViewById (Activity)
  • getSharedPreferences (Context)
  • setContentView (Activity)
  • IOException (java.io)
    Signals that an I/O exception of some sort has occurred. This class is the general class of exceptio
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Queue (java.util)
    A collection designed for holding elements prior to processing. Besides basic java.util.Collection o
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • Pattern (java.util.regex)
    A compiled representation of a regular expression. A regular expression, specified as a string, must
  • Runner (org.openjdk.jmh.runner)
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