Module cpclib::imageconverter

source ·
Expand description

PC to CPC image conversions. WIP

Structs

Encode the screen dimension in CRTC measures
Manage the display address contained in R12-R13 TODO move that later in a CRTC emulator code
ImageConverter is able to make the conversion of images to several output format
Container of transformations

Enums

Embeds the conversion output There must be one implementation per OuputFormat
Specify the output format to be used TODO - add additional output format (for example zigzag sprites that can be usefull or sprite display routines)
List of all the possible transformations applicable to a ColorMAtrix

Type Definitions