Assignments
Assignments
jpeg.cpp File Reference
#include "jpeg.h"
#include <assert.h>
#include <stdlib.h>
#include <jpeglib.h>
#include <setjmp.h>
#include <Util/exceptions.h>

Classes

struct  my_error_mgr
 

Namespaces

namespace  Image
 

Typedefs

typedef struct my_error_mgrmy_error_ptr
 

Functions

 my_error_exit (j_common_ptr cinfo)
 
void Image::JPEGReadImage (std::string fileName, Image32 &img)
 
void Image::JPEGWriteImage (const Image32 &img, std::string fileName, int quality)
 
void Image::JPEGReadImage (FILE *fp, Image32 &img)
 
void Image::JPEGWriteImage (const Image32 &img, FILE *fp, int quality)
 

Typedef Documentation

◆ my_error_ptr

typedef struct my_error_mgr* my_error_ptr

Function Documentation

◆ my_error_exit()

my_error_exit ( j_common_ptr  cinfo)