Functions
vil_jpeg.cxx File Reference
#include <iostream>
#include <cstring>
#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 <cassert>
#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. More...
 

Detailed Description

Author
fsm
Date
17 Feb 2000
  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.

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.