Tabnine Logo
PNGEncodeParam.addPrivateChunk
Code IndexAdd Tabnine to your IDE (free)

How to use
addPrivateChunk
method
in
org.apache.batik.ext.awt.image.codec.png.PNGEncodeParam

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

origin: liuyueyi/quick-media

byte[] data = chunk.getData();
if (encodeParam != null) {
  encodeParam.addPrivateChunk(type, data);
origin: apache/batik

byte[] data = chunk.getData();
if (encodeParam != null) {
  encodeParam.addPrivateChunk(type, data);
origin: fr.avianey.apache-xmlgraphics/batik

byte[] data = chunk.getData();
if (encodeParam != null) {
  encodeParam.addPrivateChunk(type, data);
origin: apache/batik

byte[] data = chunk.getData();
if (encodeParam != null) {
  encodeParam.addPrivateChunk(type, data);
origin: liuyueyi/quick-media

byte[] data = chunk.getData();
if (encodeParam != null) {
  encodeParam.addPrivateChunk(type, data);
origin: org.apache.xmlgraphics/batik-codec

byte[] data = chunk.getData();
if (encodeParam != null) {
  encodeParam.addPrivateChunk(type, data);
origin: org.apache.xmlgraphics/batik-codec

byte[] data = chunk.getData();
if (encodeParam != null) {
  encodeParam.addPrivateChunk(type, data);
origin: fr.avianey.apache-xmlgraphics/batik

byte[] data = chunk.getData();
if (encodeParam != null) {
  encodeParam.addPrivateChunk(type, data);
org.apache.batik.ext.awt.image.codec.pngPNGEncodeParamaddPrivateChunk

Javadoc

Adds a private chunk, in binary form, to the list of chunks to be stored with this image.

Popular methods of PNGEncodeParam

  • abs
    An abs() function for use by the Paeth predictor.
  • filterRow
    Performs filtering on a row of an image. This method may be overridden in order to provide a custom
  • getChromaticity
    Returns the white point and primary chromaticities in CIE (x, y) space. See the documentation for th
  • getCompressedText
    Returns the text strings to be stored in compressed form with this image as an array of Strings. If
  • getDefaultEncodeParam
    Returns an instance of PNGEncodeParam.Palette,PNGEncodeParam.Gray, or PNGEncodeParam.RGB appropriate
  • getGamma
    Returns the file gamma value for the image. If the file gamma has not previously been set, or has be
  • getICCProfileData
    Returns the ICC profile data to be stored with this image. If the ICC profile has not previously bee
  • getInterlacing
    Returns true if Adam7 interlacing will be used.
  • getModificationTime
    Returns the modification time to be stored with this image. If the bit depth has not previously been
  • getNumPrivateChunks
    Returns the number of private chunks to be written to the output file.
  • getPaletteHistogram
    Returns the palette histogram to be stored with this image. If the histogram has not previously been
  • getPhysicalDimension
    Returns the physical dimension information to be stored with this image. If the physical dimension i
  • getPaletteHistogram,
  • getPhysicalDimension,
  • getPrivateChunkData,
  • getPrivateChunkType,
  • getSRGBIntent,
  • getSignificantBits,
  • getText,
  • isBackgroundSet,
  • isChromaticitySet

Popular in Java

  • Parsing JSON documents to java classes using gson
  • getSharedPreferences (Context)
  • startActivity (Activity)
  • onCreateOptionsMenu (Activity)
  • ObjectMapper (com.fasterxml.jackson.databind)
    ObjectMapper provides functionality for reading and writing JSON, either to and from basic POJOs (Pl
  • Table (com.google.common.collect)
    A collection that associates an ordered pair of keys, called a row key and a column key, with a sing
  • VirtualMachine (com.sun.tools.attach)
    A Java virtual machine. A VirtualMachine represents a Java virtual machine to which this Java vir
  • File (java.io)
    An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
  • JarFile (java.util.jar)
    JarFile is used to read jar entries and their associated data from jar files.
  • Base64 (org.apache.commons.codec.binary)
    Provides Base64 encoding and decoding as defined by RFC 2045.This class implements section 6.8. Base
  • Top 12 Jupyter Notebook extensions
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