|
Entropic 2.3.8
Local-first agentic inference engine
|
Image preprocessing configuration. More...
#include <entropic/inference/image_preprocessor.h>
Public Attributes | |
| int | max_width = 1280 |
| Maximum image width (resized if exceeded) | |
| int | max_height = 1280 |
| Maximum image height (resized if exceeded) | |
| size_t | max_file_size = 20 * 1024 * 1024 |
| Maximum file size in bytes (20MB) | |
| bool | preserve_aspect = true |
| Preserve aspect ratio when resizing. | |
Image preprocessing configuration.
Definition at line 32 of file image_preprocessor.h.
| size_t entropic::ImagePreprocessConfig::max_file_size = 20 * 1024 * 1024 |
Maximum file size in bytes (20MB)
Definition at line 35 of file image_preprocessor.h.
| int entropic::ImagePreprocessConfig::max_height = 1280 |
Maximum image height (resized if exceeded)
Definition at line 34 of file image_preprocessor.h.
| int entropic::ImagePreprocessConfig::max_width = 1280 |
Maximum image width (resized if exceeded)
Definition at line 33 of file image_preprocessor.h.
| bool entropic::ImagePreprocessConfig::preserve_aspect = true |
Preserve aspect ratio when resizing.
Definition at line 36 of file image_preprocessor.h.