Classes | Functions
vil_jpeg.h File Reference
#include <vil/vil_file_format.h>
#include <vil/vil_image_resource.h>

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. More...
 

Detailed Description

Author
fsm
Date
17 Feb 2000

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.

Function Documentation

◆ vil_jpeg_file_probe()

bool vil_jpeg_file_probe ( vil_stream vs)

the file probe, as a C function.

Definition at line 31 of file vil_jpeg.cxx.