8#ifndef META_OCEAN_MEDIA_OPEN_IMAGE_LIBRARIES_IMAGE_H
9#define META_OCEAN_MEDIA_OPEN_IMAGE_LIBRARIES_IMAGE_H
23namespace OpenImageLibraries
58class OCEAN_MEDIA_OIL_EXPORT
Image
78 static Frame decodeImage(
const void* buffer,
const size_t size,
const std::string& imageBufferTypeIn = std::string(), std::string* imageBufferTypeOut =
nullptr);
91 static bool encodeImage(
const Frame& frame,
const std::string& imageType, std::vector<uint8_t>& buffer,
const bool allowConversion =
true,
bool* hasBeenConverted =
nullptr,
const Properties& properties =
Properties());
111 static bool writeImage(
const Frame& frame,
const std::string& filename,
const bool allowConversion =
true,
bool* hasBeenConverted =
nullptr,
const Properties& properties =
Properties());
This class implements Ocean's image class.
Definition Frame.h:1808
The namespace covering the entire Ocean framework.
Definition Accessor.h:15