Search found 6 matches

by lexxai
2017-01-18T13:53:09-07:00
Forum: Bugs
Topic: Resize with IM-6.9.2 with HDRI, wrong images
Replies: 6
Views: 7099

Re: Resize with IM-6.9.2 with HDRI, wrong images

tested x64 Q32 IM-7.0.4-4 have still conflict if feature HDRI and OpenCL used both.

magick.exe in.jpg -brightness-contrast +20 res1.jpg
by lexxai
2016-01-14T16:21:24-07:00
Forum: Magick++
Topic: Qt5,Windows,x64,VC2013,ImageMagick dll,debug mode - IM_MOD_RL_?\u0002?F?\u0001_.dll': No such file
Replies: 1
Views: 10602

Re: Qt5,Windows,x64,VC2013,ImageMagick dll,debug mode - IM_MOD_RL_?\u0002?F?\u0001_.dll': No such file

found solution need compile debug versions of dlls IM_MOD_RL - Release version IM_MOD_DB - Debug Version libraries need use by this path: ImageMagick-src-windows\ImageMagick-6.9.3-0\VisualMagick\lib dll from this path: ImageMagick-src-windows\ImageMagick-6.9.3-0\VisualMagick\bin QT project file .pro...
by lexxai
2016-01-13T18:48:32-07:00
Forum: Magick++
Topic: Qt5,Windows,x64,VC2013,ImageMagick dll,debug mode - IM_MOD_RL_?\u0002?F?\u0001_.dll': No such file
Replies: 1
Views: 10602

Qt5,Windows,x64,VC2013,ImageMagick dll,debug mode - IM_MOD_RL_?\u0002?F?\u0001_.dll': No such file

I try debug my project in Qt5.5 environment with VC2013 and IM 6.2.0 dlls. And have some strange noised suffixes that added to `IM_MOD_RL` when searching dll files. I try use and recompiled versions 6.2.0, 6.2.3, and compiled from source in Release and Debug configurations - result same. When I use ...
by lexxai
2015-09-16T13:06:55-07:00
Forum: Bugs
Topic: Resize with IM-6.9.2 with HDRI, wrong images
Replies: 6
Views: 7099

Re: Resize with IM-6.9.2 with HDRI, wrong images

You are right. Version: ImageMagick 6.9.2-0 Q32 x64 2015-09-16 Features: Cipher DPC HDRI Modules Version: ImageMagick 6.9.2-0 Q32 x64 2015-09-16 Features: Cipher DPC HDRI Modules OpenMP In this configurations (Q32 x64 HDRI, Q32 x64 HDRI OpenMP, Q32 x64 OpenCL OpenMP) all work ok. Need rename topic. ...
by lexxai
2015-09-16T12:37:29-07:00
Forum: Bugs
Topic: Resize with IM-6.9.2 with HDRI, wrong images
Replies: 6
Views: 7099

Re: Resize with IM-6.9.2 with HDRI, wrong images

compiling ok. problem with use. C++ Magick::Geometry og=Magick::Geometry(wScale,hScale).percent(true); Magick::FilterTypes filter; if (filterType=="Point") filter=Magick::PointFilter; else if (filterType=="Box") filter=Magick::BoxFilter; else if (filterType=="Triangle")...
by lexxai
2015-09-16T12:18:10-07:00
Forum: Bugs
Topic: Resize with IM-6.9.2 with HDRI, wrong images
Replies: 6
Views: 7099

Resize with IM-6.9.2 with HDRI, wrong images

If compiled with HDRI, resize generate wrong images, with differ filters (Magick::FilterTypes) differ wrong image.
Tested at windows via API C++, and from convert utility.
If complies w/o HDRI all ok.