ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
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
GetInputColor
ViewImage
enums
PNGColourType
PNGCompressionMethod
PNGFilterAdaptive
PNGFilterMethod
PNGInterlaceMethod
bitmapNeedV4HeaderForRead
bitmapNeedV4HeaderForWrite
isTargetColor
functions
bitmapChannelMasks
copy
copyPixels
copyScanline
downscaleTo
fromPixels
hjoin
makePNG
parseBMP
parsePBM
toBMP
toPBM
toPNG
toRef
viewBMP
vjoin
properties
bitmapPixelStride
static variables
pngSignature
structs
Image
ImageRef
InputColor
PNGChunk
PNGChunkFooter
PNGChunkHeader
PNGHeader
TargetColor
templates
BMPStorageType
downscale
Parses a binary Netpbm monochrome (.pgm) or RGB (.ppm) file.