C# Class BitMiracle.LibTiff.Classic.Internal.JpegErrorManager

LibJpeg.Net interface layer. We handle fatal errors when they are encountered within the JPEG library. We also direct LibJpeg.Net error and warning messages through the appropriate LibTiff.Net handlers.
Inheritance: BitMiracle.LibJpeg.Classic.jpeg_error_mgr
Show file Open project: Core-Techs/TiffLibrary

Public Methods

Method Description
JpegErrorManager ( JpegCodec sp ) : System
error_exit ( ) : void
output_message ( ) : void

Method Details

JpegErrorManager() public method

public JpegErrorManager ( JpegCodec sp ) : System
sp JpegCodec
return System

error_exit() public method

public error_exit ( ) : void
return void

output_message() public method

public output_message ( ) : void
return void