Package com.io7m.calino.imageproc.api
Interface CLNImageProcessorFactoryType
- All Known Implementing Classes:
CLNImageProcessorsAWT
public interface CLNImageProcessorFactoryType
A factory of image processors.
-
Method Summary
Modifier and TypeMethodDescriptioncreateProcessor
(CLNImageProcessorRequest request) Create a new image processor.
-
Method Details
-
createProcessor
Create a new image processor.- Parameters:
request
- The image request- Returns:
- A new processor
- Throws:
IOException
- On errors
-