ae v0.0.1976 (2017-07-02T15:44:39Z)
Home
Dub
Repo
parseBMP
ae
utils
graphics
image
Parses a Windows bitmap (.bmp) file.
auto
parseBMP
(const(void)[] data, TARGET target)
auto
parseBMP
(
C
=
TargetColor
TARGET
)
(
const
(
void
)[]
data
,
auto
ref
TARGET
target
)
if
(
isWritableView
!
TARGET
&&
isTargetColor
!(
C
,
TARGET
)
)
auto
parseBMP
(const(void)[] data)
Meta
Source
See Implementation
ae
utils
graphics
image
aliases
ElementViewImage
GetInputColor
ViewImage
enums
isTargetColor
functions
copy
copyPixels
copyScanline
fromPixels
hjoin
parseBMP
parsePBM
toBMP
toPBM
toPNG
toRef
vjoin
properties
bitmapPixelStride
structs
Image
ImageRef
InputColor
TargetColor
templates
bitmapBitCount
downscale
Parses a Windows bitmap (.bmp) file.