ae ~next-master (2021-11-15T07:19:42.0556092)
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
functions
parseViaIMConvert
Invoke ImageMagick's convert program to parse the given data.