8 #ifndef META_OCEAN_MEDIA_WIC_IMAGE_H
9 #define META_OCEAN_MEDIA_WIC_IMAGE_H
29 class OCEAN_MEDIA_WIC_EXPORT
Image
42 static Frame decodeImage(
const void* buffer,
const size_t size,
const std::string& imageBufferTypeIn = std::string(), std::string* imageBufferTypeOut =
nullptr);
54 static bool encodeImage(
const Frame& frame,
const std::string& imageType, std::vector<uint8_t>& buffer,
const bool allowConversion =
true,
bool* hasBeenConverted =
nullptr);
73 static bool writeImage(
const Frame& frame,
const std::string& filename,
const bool allowConversion =
true,
bool* hasBeenConverted =
nullptr);
This class implements Ocean's image class.
Definition: Frame.h:1792
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15