Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I am not a windows user, but I think you may get better results in HDRI mode, but you can still use -resize (advanced methods) without it. HDRI is not connected to the Q level compile. You can compile at any Q level, though I recommend Q16. But I believe you have to install manually to get HDRI enabled. I do not think there are any precompiled HDRI versions for Windows on IM 6. However, if you want to try the IM 7 beta, it comes by default in HDRI as per the suggested of Nicolas Robidoux, who developed many of the advanced sigmoidal and gamma -resize and -distort resize methods. If you do not need those advanced methods, then I do not believe you need HDRI. Part of the issue was that -sigmoidal-contrast results go outside the range of normal non-hdri compiles an so he wanted the IM 7 to be HDRI by default.
fmw42 wrote:However, if you want to try the IM 7 beta,
I did try it now and then but came to the conclusion that until it's declared "replacement ready" for im6 scripts, it's too much hassle trying to figure out what im7 doesn't do like im6 so my scripts fail. I'm a big fan of the im7 unified approach though and hope it'll be ready before 2020 :->
snibgo wrote:Building IM on Windows, with Cygwn tools, is quite simple. Instructions on my site.
Yeah, I already did it myself a few times - but after decades of looking at compiler outputs and config options, there comes a time in a man's life you simply just want to use the stuff instead of tracking and updating various required dependencies (cygwin doesn't have 'em all in their repo)
Marsu42 wrote:Yeah, I already did it myself a few times - but after decades of looking at compiler outputs and config options, there comes a time in a man's life you simply just want to use the stuff instead of tracking and updating various required dependencies (cygwin doesn't have 'em all in their repo)
Agreed. I mostly use the pre-built binary, and use my home-built version only when I need Q32, HDRI, process modules, or other customisation.