daffodil ~master (2017-01-29T03:12:49Z)
Dub
Repo
save
daffodil
Saves a particular :d:class:
Image
to a given output.
void
save
(
const
Image
!
V
image
,
T
data
)
void
save
(
const
Image
!
V
image
,
string
path
)
void
save
(
V
=
real
)
(
const
Image
!
V
image
,
string
path
)
if
(
isColorValue
!
V
)
void
save
(
const
Image
!
V
image
,
T
saveable
)
Meta
Source
See Implementation
daffodil
modules
bmp
colorspace
filter
image
meta
pixel
transform
util
aliases
DataRange
OutRange
isOutRange
functions
detectFormat
load
loadMeta
registerFormat
save
structs
Format
templates
isDataRange
Saves a particular :d:class:Image to a given output.