![]() |
|||||||||
Thanks to Julio Marchi for this space in MSX All |
|||||||||
Dynamic Publisher Shape (.STP)
The Dynamic Publisher shape file has only one picture per file. This picture is monochromatic (black and white).
After the header, we have the picture data. Each byte represents 4x1 pixels on the screen and only the even pixels are used. Example: Value (hexa): 50 Value (binary): 0
0 3 ┌─┬─┬─┐ │A│B│C│ └─┴─┴─┘
0 11 ┌─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┬─┐ │A│A│A│A│B│B│B│B│C│C│C│C│ └─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┴─┘
┌─┬─┬─┬─┬─┬─┐ │A│A│A│A│B│B│ ├─┼─┼─┼─┼─┼─┤ │B│B│C│C│C│C│ └─┴─┴─┴─┴─┴─┘
Width x Height / 4 |
|||||||||