dmagick ~master (2017-08-12T15:43:00Z)
Dub
Repo
copyString
dmagick
Utils
Copy a string into a static array used by ImageMagick for some atributes.
void
copyString
(
ref
char
[
MaxTextExtent
]
dest
,
string
source
)
void
copyString
(
ref
char
[
MaxTextExtent
]
dest
,
string
source
)
void
copyString
(
ref
char
*
dest
,
string
source
)
Meta
Source
See Implementation
dmagick
Utils
functions
copyString
degreesToRadians
structs
RefCounted
Copy a string into a static array used by ImageMagick for some atributes.