Search found 3 matches

by poplintwist
2011-03-31T02:48:12-07:00
Forum: Bugs
Topic: imagemagick'a modulateimage and windows7 problem
Replies: 7
Views: 15261

Re: imagemagick'a modulateimage and windows7 problem

Does -modulate work properly from the command line (e.g. convert myimage -modulate ...)? From command line IM works properly. Also try another image other than gps-photolinkfountain2.jpg. Does the problem still occur? Problem still occurs. add WriteImage() and write the image to gps ...
by poplintwist
2011-03-30T08:59:20-07:00
Forum: Bugs
Topic: imagemagick'a modulateimage and windows7 problem
Replies: 7
Views: 15261

Re: imagemagick'a modulateimage and windows7 problem

Thanks for fast reply. Effect of adding this code: MagickCoreGenesis(*argv,MagickTrue); SetMagickResourceLimit(ThreadResource,1); is: http://panoramix.ift.uni.wroc.pl/~poplintwist/modulateimageOMP_off.png Now image has got one big red stripe, when function ModulateImage(magickImage,"100,100,100 ...
by poplintwist
2011-03-30T03:07:11-07:00
Forum: Bugs
Topic: imagemagick'a modulateimage and windows7 problem
Replies: 7
Views: 15261

imagemagick'a modulateimage and windows7 problem

Hi, I'm working on image editing application using GTK+ and imagemagick. Everything was fine when I was running my app on Linux or win XP, but when I run it on win7 something strange happens. MagickCore's modulateImage method adds horizontal lines to the image. Example image: http://panoramix.ift ...