Imagick / imagick

🌈 The Imagick PHP extension 🌈
http://pecl.php.net/imagick
Other
545 stars 138 forks source link

Where to get not buggy dll extension? #459

Open myrecs opened 3 years ago

myrecs commented 3 years ago

hi all pecl php 7.4 windows extensions compiled with imagemagick version 7.0.7-11 which is buggy. i'm not sure i could compile smth by myself from source. Is there anywhere windows php 7.4 extension using the latest imagemagick version (7.1.0-8 as i understand for now)?

Danack commented 3 years ago

Do you mean that you'd prefer to have a different version of ImageMagick compiled?

Do you know one that is 'good'? aka I had no idea what you precisely mean by 'buggy'. I could try guessing, but I don't like guessing.

myrecs commented 3 years ago

yes different version.

  1. absent setImageClipMask function (you wrote it was fixed in later releases)
  2. bugs in borderImage function (also fixed in later versions as i understand) we discussed all this earlier. i have 3.5.1 php module version and 6.9 imagemagick version on production machine (Ubuntu) and everything works fine, but i can't work with imagick on development machine because of 7.4 php version that i need and no other imagick compiled versions for 7.4 in windows!