Represents an active codec instance used for performing conversions. More...
#include <codec.h>
Public Member Functions | |
| Instance (Codec *codec) | |
| Constructs a codec instance associated with the given codec. | |
| virtual | ~Instance () |
| Destructor. | |
| Image | convert (const Image &input) |
| Converts the given input image and returns the result. | |
Represents an active codec instance used for performing conversions.
|
inline |
Constructs a codec instance associated with the given codec.
| codec | Pointer to the parent codec. |
Converts the given input image and returns the result.
| input | The source image to convert. |