Changeset 9d46d1e in gitlab
- Timestamp:
-
Jun 29, 2018, 11:02:34 AM
(5 years ago)
- Author:
- Adrien Destugues <pulkomandy@…>
- Branches:
- master
- Children:
- c6975af
- Parents:
- 1d71a07
- Message:
-
Implement a more generic "rasters" mode for CPC
This is similar to mode 5, but with less constraints:
- All inks can have split rasters
- Split rasters have a min width of 32 pixels
Note that this is nowhere near enough to make sure the image will be
renderable (number of colors should be limited, unless there is a span
without rasters allowing to reload registers with new colors, and
moving from one pen to another also has a cost). The goal is to offer no
over-restriction (everything that can be shown on the real machine is
drawable). Additional constraints may be checked from a lua script that
will generate the code and data for displaying the picture.
-
(No files)
-