A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
ICaptureDevice — Interface in package de.popforge.imageprocessing.capture
A capture device draws each frame on a BitmapData and can be used to stream webcam pictures or FLV playback.
IFilter — Interface in package de.popforge.imageprocessing.filters
A filter manipulates a given Image object using the apply() function.
IImage — Interface in package de.popforge.imageprocessing.core
The IImage interface defines basic functions for every image.
IInterpolation — Interface in package de.popforge.imageprocessing.geom.interpolation
An interpolation method is able to return a new color value based on given channel, x and y position.
image — Property in class de.popforge.imageprocessing.core.Layer
The image of the layer.
Image — Final class in package de.popforge.imageprocessing.core
The Image class is a data-holder to work with fast imageprocessing algorithms.
Image(width, height, format) — Constructor in class de.popforge.imageprocessing.core.Image
Creates a new Image object.
ImageChannel — Final class in package de.popforge.imageprocessing.core
The ImageChannel class is an enumeration of constant values that indicate which channel to use: binary, gray, red, blue, green, or alpha.
ImageFormat — Final class in package de.popforge.imageprocessing.core
The ImageFormat class is an enumeration of constant values that indicate which format an image belongs to: binary, grayscale, rgb or rgba.
Infrared — Class in package de.popforge.imageprocessing.filters.color
The Infrared class is a filter that fakes an infrared effect.
Infrared() — Constructor in class de.popforge.imageprocessing.filters.color.Infrared
Creates a new Infrared object.
InterpolatedPlasma — Final class in package de.popforge.imageprocessing.filters.render
The InterpolatedPlasma class is a filter that generates a plasma based on cosine interpolation.
InterpolatedPlasma(randomSeed, amplitude, distance, monochrom) — Constructor in class de.popforge.imageprocessing.filters.render.InterpolatedPlasma
Creates a new InterpolatedPlasma object.
Interpolation — Final class in package de.popforge.imageprocessing.geom.interpolation
The Interpolation class is an enumeration of constant values that indicate which interpolation to use: bicubic, bilinear, linear, or nearest neighbour.
InvalidChannelError — Final class in package de.popforge.imageprocessing.errors
The InvalidChannelError is thrown when a channel is invalid or does not exist.
InvalidChannelError() — Constructor in class de.popforge.imageprocessing.errors.InvalidChannelError
Creates an InvalidChannelError object.
InvalidImageFormatError — Final class in package de.popforge.imageprocessing.errors
The InvalidImageFormatError is thrown when there is a format mismatch.
InvalidImageFormatError() — Constructor in class de.popforge.imageprocessing.errors.InvalidImageFormatError
Creates an InvalidImageFormatError object.
invert() — Method in class de.popforge.imageprocessing.geom.Color
Inverts the color vector.
Invert — Final class in package de.popforge.imageprocessing.filters.color
The Invert class is a filter that inverts the colors of an image.
Invert() — Constructor in class de.popforge.imageprocessing.filters.color.Invert
Creates a new Invert object.
isEqual(bitmap, image:de.popforge.imageprocessing.core:Image) — Static method in class de.popforge.imageprocessing.utils.DimensionTest
Checks if the width and height of the BitmapData and Image object are equal.
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z