Go to the source code of this file.
Classes | |
| class | vil_jpeg_file_format |
| Loader for JPEG files. More... | |
| class | vil_jpeg_image |
| generic_image implementation for JPEG files. More... | |
Functions | |
| bool | vil_jpeg_file_probe (vil_stream *vs) |
| the file probe, as a C function. | |
Adapted from geoff's code in ImageClasses/JPEGImage.*
Modifications:
3 October 2001 Peter Vanroose - Implemented get_property("top_row_first")
11 Oct 2002 Ian Scott - converted to vil
Definition in file vil_jpeg.h.
| 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