diff options
author | Johny Mattsson <jmattsson@dius.com.au> | 2017-05-30 17:42:34 +1000 |
---|---|---|
committer | Johny Mattsson <jmattsson@dius.com.au> | 2017-05-30 17:42:34 +1000 |
commit | 55e6f6890acddfd8b415db8f92ebb7ea1a2d4166 (patch) | |
tree | 611d33fa5302fed2401895639590ad3d8b0fe7c7 /include/loadpng.h | |
parent | 222ed582c80640ba18b419e8276877bdc4662d75 (diff) | |
download | qlprint-55e6f6890acddfd8b415db8f92ebb7ea1a2d4166.tar.gz qlprint-55e6f6890acddfd8b415db8f92ebb7ea1a2d4166.tar.xz qlprint-55e6f6890acddfd8b415db8f92ebb7ea1a2d4166.zip |
Initial import.
Diffstat (limited to 'include/loadpng.h')
-rw-r--r-- | include/loadpng.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/include/loadpng.h b/include/loadpng.h new file mode 100644 index 0000000..cace43a --- /dev/null +++ b/include/loadpng.h @@ -0,0 +1,15 @@ +/* + * Copyright 2017 DiUS Computing Pty Ltd. All rights reserved. + * + * Released under GPLv3, see LICENSE for details. + * + * @author Johny Mattsson <jmattsson@dius.com.au> + */ +#ifndef _LOADPNG_H_ +#define _LOADPNG_H_ + +#include "ql.h" + +ql_raster_image_t *loadpng(const char *path); + +#endif |