Class PromotionPaletted8
java.lang.Object
net.sourceforge.jiu.ops.Operation
net.sourceforge.jiu.ops.ImageToImageOperation
net.sourceforge.jiu.color.promotion.PromotionPaletted8
Converts
BilevelImage and Gray8Image objects to
Paletted8Image objects.
This lossless operation will only lead to an output image
that holds the input image in a way that demands more memory.- Since:
- 0.8.0
- Author:
- Marco Schmidt
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate voidprepare(PixelImage in) voidprocess()This method does the actual work of the operation.private voidprocess(BilevelImage in, Paletted8Image out) private voidprocess(Gray8Image in, Paletted8Image out) Methods inherited from class net.sourceforge.jiu.ops.ImageToImageOperation
canInputAndOutputBeEqual, ensureImagesHaveSameResolution, ensureInputImageIsAvailable, ensureOutputImageResolution, getInputImage, getOutputImage, setCanInputAndOutputBeEqual, setInputImage, setOutputImageMethods inherited from class net.sourceforge.jiu.ops.Operation
addProgressListener, addProgressListeners, getAbort, removeProgressListener, setAbort, setProgress, setProgress
-
Constructor Details
-
PromotionPaletted8
public PromotionPaletted8()
-
-
Method Details
-
prepare
-
process
-
process
-
process
Description copied from class:OperationThis method does the actual work of the operation. It must be called after all parameters have been given to the operation object.- Overrides:
processin classOperation- Throws:
MissingParameterException- if any mandatory parameter was not given to the operationWrongParameterException- if at least one of the input parameters was not initialized appropriately (values out of the valid interval, etc.)
-