GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
include
loaders
gp_icc.h
Go to the documentation of this file.
1
// SPDX-License-Identifier: LGPL-2.1-or-later
2
/*
3
* Copyright (C) 2009-2024 Cyril Hrubis <metan@ucw.cz>
4
*/
5
11
#ifndef LOADERS_GP_ICC_H
12
#define LOADERS_GP_ICC_H
13
14
#include <
loaders/gp_io.h
>
15
#include <
loaders/gp_data_storage.h
>
16
43
int
gp_read_icc
(
gp_io
*io, gp_storage *storage);
44
45
#endif
/* LOADERS_GP_ICC_H */
gp_data_storage.h
Typed recursive storage for key value pairs.
gp_read_icc
int gp_read_icc(gp_io *io, gp_storage *storage)
Parses an ICC profile.
gp_io.h
I/O abstraction for gfxprim loaders.
gp_io
An I/O abstraction.
Definition
gp_io.h:23
Generated by
1.12.0