libdcp
Namespaces | Functions
j2k_transcode.h File Reference

Methods to encode and decode JPEG2000. More...

#include "array_data.h"
#include <memory>
#include <stdint.h>

Go to the source code of this file.

Namespaces

 dcp
 Namespace for everything in libdcp.
 

Functions

std::shared_ptr< OpenJPEGImage > dcp::decompress_j2k (uint8_t const *data, int64_t size, int reduce)
 
std::shared_ptr< OpenJPEGImagedcp::decompress_j2k (Data const &data, int reduce)
 
std::shared_ptr< OpenJPEGImagedcp::decompress_j2k (std::shared_ptr< const Data > data, int reduce)
 
ArrayData dcp::compress_j2k (std::shared_ptr< const OpenJPEGImage >, int bandwith, int frames_per_second, bool threed, bool fourk, std::string comment="libdcp")
 

Detailed Description

Methods to encode and decode JPEG2000.

Definition in file j2k_transcode.h.