|
jabcode
|
Read and save png image. More...
Functions | |
| jab_boolean | saveImage (jab_bitmap *bitmap, jab_char *filename) |
| Save code bitmap as png image. More... | |
| jab_bitmap * | readImage (jab_char *filename) |
| Read image into code bitmap. More... | |
Read and save png image.
libjabcode - JABCode Encoding/Decoding Library
Copyright 2016 by Fraunhofer SIT. All rights reserved. See LICENSE file for full terms of use and distribution.
Contact: Huajian Liu liu@sit.fraunhofer.de Waldemar Berchtold waldemar.berchtold@sit.fraunhofer.de
| jab_bitmap* readImage | ( | jab_char * | filename | ) |
Read image into code bitmap.
| filename | the image filename |
| jab_boolean saveImage | ( | jab_bitmap * | bitmap, |
| jab_char * | filename | ||
| ) |
Save code bitmap as png image.
| bitmap | the code bitmap |
| filename | the image filename |