Magic++ vs MagickWand vs MagickCore
Posted: 2014-08-20T06:48:51-07:00
Hello folks,
at the moment I'm using convert.exe as an external command from a C++ application. I'm trying to improve the overall performance of the application, so I want to use an API instead.
The image transformations I use are not very complicated, such as changing bitdepth, resolution, rotating, extracting frames and type conversion.
I don't understand very well what difference between Magic++, MagickWand, and MagickCore and the situations when each one of this options is recommended.
Any idea is welcome
Thanks,
Daiana
at the moment I'm using convert.exe as an external command from a C++ application. I'm trying to improve the overall performance of the application, so I want to use an API instead.
The image transformations I use are not very complicated, such as changing bitdepth, resolution, rotating, extracting frames and type conversion.
I don't understand very well what difference between Magic++, MagickWand, and MagickCore and the situations when each one of this options is recommended.
Any idea is welcome
Thanks,
Daiana