| 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 | |
| defaulEncode(bitmapData) — Static method in class de.popforge.imageprocessing.formats.PNG | |
| Encodes a BitmapData object into a ByteArray containing a PNG file using default parameters. | |
| defaultEncode(bitmapData) — Static method in class de.popforge.imageprocessing.formats.JPEG | |
| Encodes a BitmapData object into a ByteArray containing a JPEG file using default parameters. | |
| deny(image:de.popforge.imageprocessing.core:Image, format) — Static method in class de.popforge.imageprocessing.utils.FormatTest | |
| Checks if the given Image object belongs to the denied format. | |
| de.popforge.imageprocessing.capture — Package | |
| The de.popforge.imageprocessing.capture package contains a set of capture devices. | |
| de.popforge.imageprocessing.core — Package | |
| The de.popforge.imageprocessing.core package contains the core data-holder classes. | |
| de.popforge.imageprocessing.errors — Package | |
| The de.popforge.imageprocessing.errors package contains a set of error classes releated to imageprocessing. | |
| de.popforge.imageprocessing.filters — Package | |
| The de.popforge.imageprocessing.filters package contains basic filter classes. | |
| de.popforge.imageprocessing.filters.binarization — Package | |
| The de.popforge.imageprocessing.filters.binarization package contains filters for binarization. | |
| de.popforge.imageprocessing.filters.color — Package | |
| The de.popforge.imageprocessing.filters.color package contains color modifying filters. | |
| de.popforge.imageprocessing.filters.convolution — Package | |
| The de.popforge.imageprocessing.filters.convolution package contains filters that are based on convolution. | |
| de.popforge.imageprocessing.filters.distortion — Package | |
| The de.popforge.imageprocessing.filters.distortion package contains filters to distort an image. | |
| de.popforge.imageprocessing.filters.morphological — Package | |
| The de.popforge.imageprocessing.filters.morphological package contains morphological filters. | |
| de.popforge.imageprocessing.filters.noise — Package | |
| The de.popforge.imageprocessing.filters.noise package contains filters that generate different kinds of noise. | |
| de.popforge.imageprocessing.filters.render — Package | |
| The de.popforge.imageprocessing.filters.render package contains filters that create new data instead of manipulating already existing. | |
| de.popforge.imageprocessing.formats — Package | |
| The de.popforge.imageprocessing.formats package contains classes to encode images into different formats. | |
| de.popforge.imageprocessing.geom — Package | |
| The de.popforge.imageprocessing.geom package contains classes to work with geometry (and colors). | |
| de.popforge.imageprocessing.geom.interpolation — Package | |
| The de.popforge.imageprocessing.geom.interpolation package includes functions to inerpolate colors on floating pixel values. | |
| de.popforge.imageprocessing.geom.maps — Package | |
| The de.popforge.imageprocessing.geom.maps package contains classes that represent displacement maps on a mathematical basis. | |
| de.popforge.imageprocessing.utils — Package | |
| The de.popforge.imageprocessing.utils package contains utility classes. | |
| DETAIL — Static property in class de.popforge.imageprocessing.core.Histogram | |
| Histogram detail based on pixel skipping. | |
| Dilation — Final class in package de.popforge.imageprocessing.filters.morphological | |
| The Dilation class is a filter that uses the maximum of the structuring function. | |
| Dilation(structuringFunction:de.popforge.imageprocessing.geom:StructuringFunction) — Constructor in class de.popforge.imageprocessing.filters.morphological.Dilation | |
| Creates a new Dilation object. | |
| DimensionTest — Final class in package de.popforge.imageprocessing.utils | |
| The DimensionTest class provides a method to check if a BitmapData and Image object belong to the same size. | |
| disableOutput() — Method in class de.popforge.imageprocessing.filters.FilterQueue | |
| Disables debug output. | |
| displace(point) — Method in class de.popforge.imageprocessing.geom.maps.GeometricMap | |
| Displaces a Point with the given displace function. | |
| displace(point) — Method in class de.popforge.imageprocessing.geom.maps.RippleMap | |
| Displaces a Point with the given displace function. | |
| displace(point) — Method in class de.popforge.imageprocessing.geom.maps.SphereMap | |
| Displaces a Point with the given displace function. | |
| displace(point) — Method in class de.popforge.imageprocessing.geom.maps.TwirlMap | |
| Displaces a Point with the given displace function. | |
| DisplacementMap — Class in package de.popforge.imageprocessing.filters.distortion | |
| The DisplacementMap class is an implementation of the native DisplacementMapFilter. | |
| DisplacementMap(mapBitmap, mapPoint, componentX, componentY, scaleX, scaleY, mode, color, alpha) — Constructor in class de.popforge.imageprocessing.filters.distortion.DisplacementMap | |
| Creates a new DisplacementMap object. | |
| dispose() — Method in class de.popforge.imageprocessing.capture.WebCam | |
| Frees memory that is used to store the WebCam object. | |
| dispose() — Method in class de.popforge.imageprocessing.core.Image | |
| Frees memory that is used to store the Image object. | |
| drawAALineG(image:de.popforge.imageprocessing.core:Image, color, x0, y0, x1, y1) — Static method in class de.popforge.imageprocessing.utils.Drawing | |
| Draws an anti-aliased line on grayscale images using Xiaolin Wu's algorithm. | |
| drawAALineRGB(image:de.popforge.imageprocessing.core:Image, color, x0, y0, x1, y1) — Static method in class de.popforge.imageprocessing.utils.Drawing | |
| Draws an anti-aliased line on RGB images using Xiaolin Wu's algorithm. | |
| Drawing — Final class in package de.popforge.imageprocessing.utils | |
| The Drawing class is a utility to draw very fast and simple on an Image object. | |
| drawLine(image:de.popforge.imageprocessing.core:Image, color, x0, y0, x1, y1, antiAliasing) — Static method in class de.popforge.imageprocessing.utils.Drawing | |
| Draws a line on an Image object choosing automatically the correct format. | |
| drawLineG(image:de.popforge.imageprocessing.core:Image, color, x0, y0, x1, y1) — Static method in class de.popforge.imageprocessing.utils.Drawing | |
| Draws a line on grayscale images using Bresenham's algorithm (without anti-aliasing). | |
| drawLineRGB(image:de.popforge.imageprocessing.core:Image, color, x0, y0, x1, y1) — Static method in class de.popforge.imageprocessing.utils.Drawing | |
| Draws a line on RGB images using Bresenham's algorithm (without anti-aliasing). | |
| drawRect(image:de.popforge.imageprocessing.core:Image, color, x, y, width, height) — Static method in class de.popforge.imageprocessing.utils.Drawing | |
| Draws a rectangle on an Image object. | |
| drawText(image:de.popforge.imageprocessing.core:Image, color, x, y, text, fontName, fontSize, bold) — Static method in class de.popforge.imageprocessing.utils.Drawing | |
| Draws a text on an Image object. | |
| 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 | |