#include "vil_jpeg.h"#include "vil_jpeg_source_mgr.h"#include "vil_jpeg_decompressor.h"#include "vil_jpeg_destination_mgr.h"#include "vil_jpeg_compressor.h"#include <vcl_cassert.h>#include <vcl_iostream.h>#include <vcl_cstring.h>#include <vxl_config.h>#include <vil/vil_stream.h>#include <vil/vil_image_view.h>#include <vil/vil_exception.h>Go to the source code of this file.
Functions | |
| bool | vil_jpeg_file_probe (vil_stream *vs) |
| the file probe, as a C function. | |
Modifications
11 Oct 2002 Ian Scott - converted to vil
30 Mar 2007 Peter Vanroose - replaced deprecated vil_new_image_view_j_i_plane()
Definition in file vil_jpeg.cxx.
| bool vil_jpeg_file_probe | ( | vil_stream * | vs | ) |
the file probe, as a C function.
Definition at line 31 of file vil_jpeg.cxx.
1.7.5.1