Search found 3 matches

by milad
2018-07-01T20:12:32-07:00
Forum: Magick++
Topic: Magick++ can't use GPU even after enabling OpenCL
Replies: 0
Views: 14387

Magick++ can't use GPU even after enabling OpenCL

I wanted to use GPU in Magick++ functions of my project. I've built ImageMagick using this tutorial (OpenCL enabled). The convert.exe file after the built says that OpenCL is enabled. I've included the necessary headers and libs (CORE_RL_Magick++_.lib, CORE_RL_MagickCore_.lib, CORE_RL_MagickWand_.li...
by milad
2018-04-22T23:06:02-07:00
Forum: Magick++
Topic: Converting PDF to PNG with antialias off
Replies: 0
Views: 20872

Converting PDF to PNG with antialias off

I've tried to convert my PDF files to PNG with antialiasing off in Magick++ but I wasn't successful. I can do it with the convert command but I would like to do it with Magick++. How can I do this command in Magick++? convert +antialias -interpolate Nearest -filter point -resize 1000x1000 "img....
by milad
2018-04-10T02:27:54-07:00
Forum: Magick++
Topic: Some methods can't be used in Magick++
Replies: 1
Views: 12076

Some methods can't be used in Magick++

I've installed ImageMagick-7.0.7-Q16 and I'm using Magick++ in my C++ program (using Visual Studio 2015, Release, x64, project is configured to use Magick++). I was able to use some of the functions like posterize and crop but I had problem with other functions. Some functions like quantizeColors (m...