GFXprim
2D bitmap graphics library with emphasis on speed and correctness
Loading...
Searching...
No Matches
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>
16
43int gp_read_icc(gp_io *io, gp_storage *storage);
44
45#endif /* LOADERS_GP_ICC_H */
Typed recursive storage for key value pairs.
int gp_read_icc(gp_io *io, gp_storage *storage)
Parses an ICC profile.
I/O abstraction for gfxprim loaders.
An I/O abstraction.
Definition gp_io.h:23