12bool load_jpeg(
const std::string& filename,
int& width,
int& height, std::vector<unsigned char>&
bytes);
17bool save_jpeg(
const std::string& filename,
int width,
int height,
const std::vector<unsigned char>&
bytes,
int quality = 100);
Definition async_buffer_copy.hpp:6
bool save_jpeg(const std::string &filename, int width, int height, const std::vector< unsigned char > &bytes, int quality=100)
std::enable_if_t< needs_aligned_allocator< T >::value, std::shared_ptr< T > > make_shared(Args &&... args)
Definition make_shared.hpp:20
bool load_jpeg(const std::string &filename, int &width, int &height, std::vector< unsigned char > &bytes)