Did Distort() syntax change between 6.4.1 and 6.4.4?
Posted: 2008-11-28T11:16:05-07:00
My Perl scripts were working before under 6.4.1, but my web host moved my site to a new server and updated IM to 6.4.4 and now the script is throwing the following error:
Here's the code I use:
This code worked perfectly before, but it causes a core dump after the update to 6.4.4.
What changed about Distort() between those versions?
Code: Select all
perl: magick/distort.c:408: GenerateCoefficients: Assertion `! "Unknown Method Given"' failed.
Code: Select all
$content->Distort('virtual-pixel'=>"transparent", type=>"Perspective", points=>[88,50,85,52, 88,215,88,216, 305,50,304,49, 305,215,307,214]);
What changed about Distort() between those versions?