Class CLNImageProcessor
java.lang.Object
com.io7m.calino.imageproc.awt.internal.CLNImageProcessor
- All Implemented Interfaces:
CLNImageProcessorType
The default image processor.
-
Constructor Summary
ConstructorsConstructorDescriptionCLNImageProcessor(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:CLNImageProcessorTypeExecute the image processor, producing a mipmap chain.- Specified by:
processin interfaceCLNImageProcessorType- Returns:
- The chain
- Throws:
IOException- On errors
-