source: thomson/tools/gfx2mo5/README@ 99bc67a

main
Last change on this file since 99bc67a was 99bc67a, checked in by Adrien Destugues <pulkomandy@…>, 12 years ago

Add PNG to MO5 converter.

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

  • Property mode set to 100644
File size: 896 bytes
Line 
1Picture converter from PNG to MO5 picture.
2
3The input must be a PNG input file of 320x200 pixels, with 16 colors or less.
4The palette is assumed to be the MO5 one.
5
6The MO5 has block constraints on 8x1 blocks, 2 colors by block.
7If a conflict ('color clash') occurs, the software tells you at which pixel.
8The conversion goes on anyway.
9
10The output format is a binary file in MO5 format.
11It has 4 chunks :
12
13First and third one are to switch between FORME and COULEUR ram pages, they
14write one bit each to the PIA (A7C0).
15
16Second and fourth blocks are 8000 bytes long, second is the FORME and fourth is
17COULEUR.
18
19Initial Software written by :
20CloudStrife/Shinra (Quentin Carlier) <cloudstrife@cpcscene.com>.
21PulkoMandy/Shinra (Adrien Destugues <pulkomandy@gmail.com>
22It is diffused on the CeCILL Free Software License v2,
23See LICENSE for more information.
24See AUTHORS for the list of Contributor.
Note: See TracBrowser for help on using the repository browser.