ae v0.0.3053 (2021-06-01T17:26:23Z)
Home
Dub
Repo
parseViaIMConvert
ae
utils
graphics
im_convert
Invoke ImageMagick's
convert
program to parse the given data.
auto
parseViaIMConvert
(const(void)[] data)
auto
parseViaIMConvert
(const(void)[] data, TARGET target)
auto
parseViaIMConvert
(
C
=
TargetColor
TARGET
)
(
const
(
void
)[]
data
,
auto
ref
TARGET
target
)
if
(
isWritableView
!
TARGET
&&
isTargetColor
!(
C
,
TARGET
)
)
Meta
Source
See Implementation
ae
utils
graphics
im_convert
aliases
VideoStream
functions
parseViaIMConvert
streamViaIMConvert
structs
DecodeStream
Invoke ImageMagick's convert program to parse the given data.