Class CLNImageProcessor
java.lang.Object
com.io7m.calino.imageproc.awt.internal.CLNImageProcessor
- All Implemented Interfaces:
CLNImageProcessorType
The default image processor.
-
Constructor Summary
ConstructorDescriptionCLNImageProcessor
(CLNImageProcessorRequest inRequest) The default image processor. -
Method Summary
Modifier and TypeMethodDescriptionprocess()
Execute the image processor, producing a mipmap chain.
-
Constructor Details
-
CLNImageProcessor
The default image processor.- Parameters:
inRequest
- The processing request
-
-
Method Details
-
process
Description copied from interface:CLNImageProcessorType
Execute the image processor, producing a mipmap chain.- Specified by:
process
in interfaceCLNImageProcessorType
- Returns:
- The chain
- Throws:
IOException
- On errors
-