imagick
imagick copied to clipboard
Where to get not buggy dll extension?
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)?
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.
yes different version.
- absent setImageClipMask function (you wrote it was fixed in later releases)
- 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!