imagick icon indicating copy to clipboard operation
imagick copied to clipboard

Where to get not buggy dll extension?

Open myrecs opened this issue 3 years ago • 2 comments

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)?

myrecs avatar Sep 28 '21 22:09 myrecs

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.

Danack avatar Sep 29 '21 20:09 Danack

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!

myrecs avatar Sep 29 '21 20:09 myrecs