Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
imageio_png.h File Reference
#include "common/image.h"
#include "common/mipmap_cache.h"
#include <png.h>
+ Include dependency graph for imageio_png.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  dt_imageio_png_t
 

Typedefs

typedef struct dt_imageio_png_t dt_imageio_png_t
 

Functions

int read_header (const char *filename, dt_imageio_png_t *png)
 
int read_image (dt_imageio_png_t *png, void *out)
 
dt_imageio_retval_t dt_imageio_open_png (dt_image_t *img, const char *filename, dt_mipmap_buffer_t *buf)
 
int dt_imageio_png_read_profile (const char *filename, uint8_t **out)
 

Typedef Documentation

◆ dt_imageio_png_t

Function Documentation

◆ dt_imageio_open_png()

◆ dt_imageio_png_read_profile()

int dt_imageio_png_read_profile ( const char *  filename,
uint8_t **  out 
)

◆ read_header()

◆ read_image()