ae ~old-net (2022-05-18T17:03:39.1779262)
Dub
Repo
parsePBM
ae
utils
graphics
image
Parses a binary Netpbm monochrome (.pgm) or RGB (.ppm) file.
auto
parsePBM
(const(void)[] vdata, TARGET target)
auto
parsePBM
(
C
=
TargetColor
TARGET
)
(
const
(
void
)[]
vdata
,
auto
ref
TARGET
target
)
if
(
isWritableView
!
TARGET
&&
isTargetColor
!(
C
,
TARGET
)
)
auto
parsePBM
(const(void)[] vdata)
Meta
Source
See Implementation
ae
utils
graphics
image
aliases
ElementViewImage
FXPT2DOT30
GetInputColor
ViewImage
enums
BI_BITFIELDS
isTargetColor
functions
copy
copyPixels
copyScanline
fromPixels
hjoin
parseBMP
parsePBM
toBMP
toPBM
toPNG
toRef
vjoin
properties
bitmapPixelStride
structs
BitmapHeader
CIEXYZ
CIEXYZTRIPLE
Image
ImageRef
InputColor
TargetColor
templates
bitmapBitCount
downscale
Parses a binary Netpbm monochrome (.pgm) or RGB (.ppm) file.