netpbm library

netpbm Image format support

Classes

Color
HEX color class
Image<T>
File abstraction
ImageColor
ImageGrayscale
ImageMono
StaticMatrix<T>
A Fixed size matrix containing values of type T

Extensions

TransformMatrixTypeHexColor on StaticMatrix<String>
Transform any HEX strings matrix into Color matrix
TransformMatrixTypeMono on StaticMatrix<int>
Transform any int matrix into bool matrix
TransformToStaticMatrix on List<List<T>>
Transform any rectangular matrix into a StaticMatrix

Typedefs

PixelMatrix<T> = StaticMatrix<T>