Changeset 068b1fa in thomson for tools/gfx2mo5/libraw2mo5.h


Ignore:
Timestamp:
Mar 17, 2014, 10:51:11 AM (10 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
05f2b4a
Parents:
87bafa6
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gfx2mo5/libraw2mo5.h

    r87bafa6 r068b1fa  
    1010#define LIBRAW2mo5_H 1
    1111
    12 unsigned char * raw2mo5(unsigned char *input, int height, int fixup);
     12unsigned char * raw2mo5(unsigned char *input, int height, int fixup, bool to);
    1313
    1414#endif
Note: See TracChangeset for help on using the changeset viewer.