MikeWey / DMagick

An ImageMagick binding for the D Programming Language.
zlib License
17 stars 4 forks source link

Image procesing programmatically #20

Closed aberba closed 6 years ago

aberba commented 6 years ago

Does it currently support image processing functions like scaling, conversion and reducing quality programatically (uisng the API)?

MikeWey commented 6 years ago

Some of the newer functionality might not be available on the D side but those thins should be available.

For example for resizing: http://dmagick.mikewey.eu/docs/Image.html#liquidRescale http://dmagick.mikewey.eu/docs/Image.html#resize http://dmagick.mikewey.eu/docs/Image.html#scale