MagickIdentifyImage kills program
Posted: 2009-12-27T04:44:44-07:00
I am using Pascalmagick under Delphi 7 on a Windows 7 AMD64 PC.
Executing MagickIdentifyImage(wand) on certain jpg-files silently kills the program without throwing any exception.
My code looks like this:
....
try
p:=MagickIdentifyImage(wand);
except
p:=nil;
end;
......
If I knew how to then I would like to attach one of the offending jpg-files but you can find one example at "http://smeden.org/bild/0903_Logoleiste_60k_2009[1].jpg"
What can I do?
Thanks in advance
Håkan
Executing MagickIdentifyImage(wand) on certain jpg-files silently kills the program without throwing any exception.
My code looks like this:
....
try
p:=MagickIdentifyImage(wand);
except
p:=nil;
end;
......
If I knew how to then I would like to attach one of the offending jpg-files but you can find one example at "http://smeden.org/bild/0903_Logoleiste_60k_2009[1].jpg"
What can I do?
Thanks in advance
Håkan