| synopsis || arguments || prev || next |

mj2_video_target::close_image

Java: Mj2_video_target::Close_image

virtual void close_image( kdu_codestream codestream)

Java: void Close_image( Kdu_codestream codestream)

Overrides kdu_compressed_video_target::close_image

[Declared in "../apps/compressed_io/mj2.h"]

Go to class description.


Synopsis

Each call to open_image must be bracketed by a call to close_image. The caller must supply a non-empty codestream interface, which was used to generate the compressed data for the image (field or frame) just being closed. Its member functions will be used to determine dimensional parameters for internal initialization of some important Motion JPEG2000 box fields; it may also be used to perform various consistency checks on the fields belonging to the same track.


Arguments

codestream [kdu_codestream]


| top || synopsis || arguments || prev || next |