This module introduces some Image implementations.
Simple planar image implementing the Image concept. A Bitmap is mostly a triplet of (base address + dimension + stride). Data can be owned or not.
A TiledBitmap is like a Bitmap but pixels are organized in tiles.
See Source File
This module introduces some Image implementations.