dmagick ~master (2017-08-12T15:43:00Z)
Dub
Repo
readImages
dmagick
Array
Read a multi frame Image by reading from the file or URL specified by filename.
Image
[]
readImages
(
string
filename
)
Image
[]
readImages
(
string
filename
)
Image
[]
readImages
(
string
filename
,
Geometry
size
)
Image
[]
readImages
(
void
[]
blob
)
Image
[]
readImages
(
void
[]
blob
,
Geometry
size
)
Image
[]
readImages
(
void
[]
blob
,
Geometry
size
,
size_t
depth
)
Image
[]
readImages
(
void
[]
blob
,
Geometry
size
,
size_t
depth
,
string
magick
)
Image
[]
readImages
(
void
[]
blob
,
Geometry
size
,
string
magick
)
Meta
Source
See Implementation
dmagick
Array
aliases
ImageLayerMethod
functions
animationDelay
animationIterations
average
clone
coalesce
compareLayers
compositeLayers
display
fx
mergeLayers
montage
morph
optimizeLayers
optimizePlusLayers
ping
quantize
quantizeColorSpace
quantizeColors
quantizeDitherMethod
quantizeTreeDepth
readImages
remap
toBlob
writeImages
Read a multi frame Image by reading from the file or URL specified by filename.