Search
Preparing search index...
The search index is not available
DefinitelyTyped
Inherited
Private
Externals
Only exported
imagemagick
Dynamic module imagemagick
Index
Interfaces
Features
Options
ResizeArgs
Functions
convert
crop
identify
readMetadata
resize
resizeArgs
Functions
convert
(
args
:
any
, callback
:
(err: Error, result: any) => void
)
:
ChildProcess
Parameters
args:
any
callback:
(err: Error, result: any) => void
Returns
ChildProcess
convert
(
args
:
any
, timeout
:
number
, callback
:
(err: Error, result: any) => void
)
:
ChildProcess
Parameters
args:
any
timeout:
number
callback:
(err: Error, result: any) => void
Returns
ChildProcess
path
:
string
crop
(
options
:
Options
, callback
:
(err: Error, result: any) => void
)
:
ChildProcess
Parameters
options:
Options
callback:
(err: Error, result: any) => void
Returns
ChildProcess
identify
(
path
:
string
, callback
:
(err: Error, features: "imagemagick".Features) => void
)
:
ChildProcess
Parameters
path:
string
callback:
(err: Error, features: "imagemagick".Features) => void
Returns
ChildProcess
identify
(
path
:
Array<any>
, callback
:
(err: Error, result: string) => void
)
:
ChildProcess
Parameters
path:
Array<any>
callback:
(err: Error, result: string) => void
Returns
ChildProcess
path
:
string
readMetadata
(
path
:
string
, callback
:
(err: Error, result: any) => void
)
:
ChildProcess
Parameters
path:
string
callback:
(err: Error, result: any) => void
Returns
ChildProcess
resize
(
options
:
Options
, callback
:
(err: Error, result: any) => void
)
:
ChildProcess
Parameters
options:
Options
callback:
(err: Error, result: any) => void
Returns
ChildProcess
resizeArgs
(
options
:
Options
)
:
ResizeArgs
Parameters
options:
Options
Returns
ResizeArgs
Globals
NodeJS
assert
buffer
child_process
cluster
crypto
dgram
dns
domain
events
fs
http
https
imagemagick
net
os
path
punycode
querystring
readline
repl
stream
string_decoder
tls
tty
url
util
vm
zlib
Features
Options
ResizeArgs
convert
crop
identify
readMetadata
resize
resizeArgs