Changeset 15d3e8a in thomson for tools/gfx2mo5/libraw2mo5.h


Ignore:
Timestamp:
Mar 20, 2016, 10:04:25 PM (8 years ago)
Author:
Adrien Destugues <pulkomandy@…>
Branches:
main
Children:
a8929a8
Parents:
2366419
Message:

gfx2mo5: can now convert bitmap16 files.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tools/gfx2mo5/libraw2mo5.h

    r2366419 r15d3e8a  
    1010#define LIBRAW2mo5_H 1
    1111
     12/* Convert picture to MO5/TO7/"40 columns" format (320x200, 16 colors, 8x1 blocks) */
    1213unsigned char * raw2mo5(unsigned char *input, int height, int fixup, bool to);
    1314
     15/* Convert picture to "direct bitmap 16" format (160x200, 16 colors) */
     16unsigned char * raw2bm16(unsigned char *input, int height);
     17
    1418#endif
Note: See TracChangeset for help on using the changeset viewer.