libdcp
|
Shows how to read a DCP. More...
#include "dcp.h"
#include "cpl.h"
#include "reel.h"
#include "reel_picture_asset.h"
#include "mono_j2k_picture_frame.h"
#include "mono_j2k_picture_asset.h"
#include "mono_j2k_picture_asset_reader.h"
#include "stereo_j2k_picture_asset.h"
#include "sound_asset.h"
#include "text_asset.h"
#include "openjpeg_image.h"
#include "colour_conversion.h"
#include "rgb_xyz.h"
#include <Magick++.h>
Go to the source code of this file.
Functions | |
int | main () |
Shows how to read a DCP.
Definition in file read_dcp.cc.