source: thomson/tools/gfx2mo5/libraw2mo5.h@ 068b1fa

main
Last change on this file since 068b1fa was 068b1fa, checked in by Adrien Destugues <pulkomandy@…>, 10 years ago

gfx2mo5: make TO mode a run-time option

  • Use getopt for parsing option.
  • The "MO5 gate array fixup" is now option -f
  • The "TO modeis now option -t

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

  • Property mode set to 100644
File size: 267 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, bool to);
13
14#endif
Note: See TracBrowser for help on using the repository browser.