Dillo v3.1.1-46-g8a360e32
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 ()
 

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 407 of file jpeg.c.

Referenced by Dicache_image().

◆ a_Jpeg_new()

void * a_Jpeg_new ( )

Definition at line 406 of file jpeg.c.

Referenced by Dicache_image().