Skip to main content

Arlecchino.Pictures

Classes

TypeSummary
PictureFormatsThe formats that can be read, and the two questions asked of them: which format a file is, and what it holds. A file is recognized by what is in it rather than by what it is called.
RasterWhat a picture turned out to hold, ready to be handed to a widget that draws pixels.

Structs

TypeSummary
PictureLimitsWhat a caller will hold, and what it has a use for. A format that can read itself at a smaller size does so rather than decoding pixels that will never be drawn.

Interfaces

TypeSummary
IPictureFormatOne picture format. It claims a file by the head of it and reads the whole of one into pixels, answering null rather than throwing.