My Project
Loading...
Searching...
No Matches
Public Attributes | List of all members
Context Struct Reference

Application execution context. More...

#include <_context.h>

Public Attributes

ArgsParseResult args
 
ImageOpenResult read_result
 
ImageSaveResult write_result
 
MaybeImage rotated_img
 
Image source_img
 

Detailed Description

Application execution context.

Member Data Documentation

◆ args

ArgsParseResult Context::args

Parsed command line arguments.

◆ read_result

ImageOpenResult Context::read_result

Result of image reading.

◆ rotated_img

MaybeImage Context::rotated_img

Rotated image.

◆ source_img

Image Context::source_img

Source image.

◆ write_result

ImageSaveResult Context::write_result

Result of image saving.


The documentation for this struct was generated from the following file: