public interface IImagePreprocessor
Image preprocessor. Contains the method to process raw bytes in B, G, R order.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
preprocess(byte[] imageData,
int width,
int height)
Processes the image bytes representing as array in B, G, R order.
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.