| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectnet.sourceforge.jiu.ops.Operationnet.sourceforge.jiu.ops.ImageToImageOperationnet.sourceforge.jiu.color.promotion.PromotionRGB48public class PromotionRGB48extends ImageToImageOperationRGB48Image.
Promotion is a lossless operation that will only lead to an output image
that holds the same image in a way that demands more memory.
If you give an image implementing RGB24Image to this operation, a
WrongParameterException will be thrown.
This operation could also return the input image, but this might lead
to the wrong impression that a copy of the input was produced which
can be modified without changing the original.
Field Summary |
Fields inherited from class net.sourceforge.jiu.ops.ImageToImageOperation | |
canInAndOutBeEqual, inputImage, outputImage | |
Fields inherited from class net.sourceforge.jiu.ops.Operation | |
abort, progressListeners | |
Method Summary | |
private void |
|
void |
|
private void |
|
private void |
|
private void |
|
private void |
|
private void |
|
Methods inherited from class net.sourceforge.jiu.ops.ImageToImageOperation | |
canInputAndOutputBeEqual, ensureImagesHaveSameResolution, ensureInputImageIsAvailable, ensureOutputImageResolution, getInputImage, getOutputImage, setCanInputAndOutputBeEqual, setInputImage, setOutputImage | |
Methods inherited from class net.sourceforge.jiu.ops.Operation | |
addProgressListener, addProgressListeners, getAbort, process, removeProgressListener, setAbort, setProgress, setProgress | |
private void prepare(PixelImage in) throws MissingParameterException, WrongParameterException