Tabnine Logo
PDInlineImage.getColorKeyMask
Code IndexAdd Tabnine to your IDE (free)

How to use
getColorKeyMask
method
in
org.apache.pdfbox.pdmodel.graphics.image.PDInlineImage

Best Java code snippets using org.apache.pdfbox.pdmodel.graphics.image.PDInlineImage.getColorKeyMask (Showing top 1 results out of 315)

origin: com.github.lafa.pdfbox/pdfbox

@Override
public BufferedImage getImage() throws IOException
{
  return SampledImageReader.getRGBImage(this, getColorKeyMask());
}
org.apache.pdfbox.pdmodel.graphics.imagePDInlineImagegetColorKeyMask

Javadoc

Returns the color key mask array associated with this image, or null if there is none.

Popular methods of PDInlineImage

  • <init>
    Creates an inline image from the given parameters and data.
  • getFilters
    Returns a list of filters applied to this stream, or null if there are none.
  • createColorSpace
  • getBitsPerComponent
  • getColorSpace
  • getData
    Returns the inline image data.
  • getDecode
  • getHeight
  • getImage
  • getWidth
  • isStencil
  • toLongName
  • isStencil,
  • toLongName,
  • createInputStream

Popular in Java

  • Creating JSON documents from java classes using gson
  • requestLocationUpdates (LocationManager)
  • getExternalFilesDir (Context)
  • setRequestProperty (URLConnection)
  • InputStream (java.io)
    A readable source of bytes.Most clients will use input streams that read data from the file system (
  • MessageFormat (java.text)
    Produces concatenated messages in language-neutral way. New code should probably use java.util.Forma
  • Calendar (java.util)
    Calendar is an abstract base class for converting between a Date object and a set of integer fields
  • AtomicInteger (java.util.concurrent.atomic)
    An int value that may be updated atomically. See the java.util.concurrent.atomic package specificati
  • Cipher (javax.crypto)
    This class provides access to implementations of cryptographic ciphers for encryption and decryption
  • Notification (javax.management)
  • CodeWhisperer alternatives
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