My Project
|
Application execution context. More...
#include <_context.h>
Public Attributes | |
ArgsParseResult | args |
ImageOpenResult | read_result |
ImageSaveResult | write_result |
MaybeImage | rotated_img |
Image | source_img |
Application execution context.
ArgsParseResult Context::args |
Parsed command line arguments.
ImageOpenResult Context::read_result |
Result of image reading.
MaybeImage Context::rotated_img |
Rotated image.
Image Context::source_img |
Source image.
ImageSaveResult Context::write_result |
Result of image saving.