Dillo v3.1.1-119-g140d9ebd
Loading...
Searching...
No Matches
jpeg.c File Reference

The jpeg decoder for dillo. More...

#include <config.h>
Include dependency graph for jpeg.c:

Go to the source code of this file.

Functions

void * a_Jpeg_new ()
 
void a_Jpeg_callback ()
 
const char * a_Jpeg_version (void)
 

Detailed Description

The jpeg decoder for dillo.

It is responsible for decoding JPEG data and transferring it to the dicache. It uses libjpeg to do the actual decoding.

Definition in file jpeg.c.

Function Documentation

◆ a_Jpeg_callback()

void a_Jpeg_callback ( )

Definition at line 423 of file jpeg.c.

Referenced by Dicache_image().

◆ a_Jpeg_new()

void * a_Jpeg_new ( )

Definition at line 422 of file jpeg.c.

Referenced by Dicache_image().

◆ a_Jpeg_version()

const char * a_Jpeg_version ( void  )

Definition at line 424 of file jpeg.c.

Referenced by print_libs().