source: thomson/tools/gfx2mo5/libraw2mo5.h@ 9fb0db9

main
Last change on this file since 9fb0db9 was 9fb0db9, checked in by Adrien Destugues <pulkomandy@…>, 11 years ago

Allow gfx with less than 200px height.
Allow to set the color for unused cells.

git-svn-id: svn://localhost/thomson@41 85ae3b6b-dc8f-4344-a89d-598714f2e4e5

  • Property mode set to 100644
File size: 258 bytes
Line 
1/* GFX2mo5 - libraw2mo5.h
2 * CloudStrife - 20080921
3 * Diffusé sous licence libre CeCILL v2
4 * Voir LICENCE
5 */
6
7#include <stdbool.h>
8
9#ifndef LIBRAW2mo5_H
10#define LIBRAW2mo5_H 1
11
12unsigned char * raw2mo5(unsigned char *input, int height, int fixup);
13
14#endif
Note: See TracBrowser for help on using the repository browser.