Classes | Typedefs | Functions
jpegmemcd.c File Reference
#include <stdio.h>
#include "jpeglib.h"
#include <setjmp.h>
Include dependency graph for jpegmemcd.c:

Go to the source code of this file.

Classes

struct  my_error_mgr
 

Typedefs

typedef struct my_error_mgrmy_error_ptr
 

Functions

int JPEG_compress (JSAMPLE *image_buffer, long width, long height, unsigned char *jpeg_image_buffer, long size, int quality)
 
int JPEG_decompress (JOCTET *jpeg_image, long jpeg_size, JOCTET *result_image, long *width, long *height)
 
int JPEG_header (JOCTET *jpeg_image, long jpeg_size, long *width, long *height, long *components)
 
static void my_error_exit (j_common_ptr cinfo)
 

Typedef Documentation

typedef struct my_error_mgr* my_error_ptr

Definition at line 65 of file jpegmemcd.c.

Function Documentation

int JPEG_compress ( JSAMPLE *  image_buffer,
long  width,
long  height,
unsigned char *  jpeg_image_buffer,
long  size,
int  quality 
)

Definition at line 16 of file jpegmemcd.c.

int JPEG_decompress ( JOCTET *  jpeg_image,
long  jpeg_size,
JOCTET *  result_image,
long *  width,
long *  height 
)

Definition at line 109 of file jpegmemcd.c.

int JPEG_header ( JOCTET *  jpeg_image,
long  jpeg_size,
long *  width,
long *  height,
long *  components 
)

Definition at line 77 of file jpegmemcd.c.

static void my_error_exit ( j_common_ptr  cinfo)
static

Definition at line 68 of file jpegmemcd.c.



euslisp
Author(s): Toshihiro Matsui
autogenerated on Fri Feb 21 2020 03:20:54