Christoph M. Becker

Results 597 comments of Christoph M. Becker

This is super ugly! There's no way to [link a v142 built lib with v141](https://docs.microsoft.com/en-us/cpp/porting/binary-compat-2015-2017?view=msvc-160#restrictions), so we can't use these binaries for PHP < 8.0.0. Furthermore, PECL builds won't work...

Replying to https://github.com/RubixML/Tensor/pull/24#issuecomment-991824993 here, because that PR discussion has been locked by the bot. I'm afraid there is no documentation regarding the configuration on Windows. It is basically a partial...

Oh, I suppose I should have packaged the complete bin/ folder after building, not only its *.exe, *.dll and *.pdb files (like it was done with 7.0.7-11). I'll double-check tomorrow,...

I can confirm that adding the configuration files solves this test failure for me. I've [uploaded the ImageMagick 7.1.0-13-1 builds](https://windows.php.net/downloads/pecl/deps/).

FTR: this issue had also been reported as https://bugs.php.net/bug.php?id=74695, what I now closed as duplicate.

Did you try something like: ````php $image->setImageCompression(Imagick::COMPRESSION_ZIP); $image->setImageCompressionQuality(5); ```` (basically taken from user comments on )

FTR, this issue had also reported as https://bugs.php.net/77127 which I've now closed as duplicate. Regarding the issue at hand: Imagick::setImageCompressionQuality() is a thin wrapper over [MagickSetImageCompressionQuality()](https://imagemagick.org/api/magick-image.php#MagickSetImageCompressionQuality), and the quality parameter...

Sorry, we are really bad at the handling of PECL account request. Anyhow, I just checked the open request, and while there appears none from @morozovsk, there is one from...

> A property declared as static cannot be accessed with an instantiated class object (though a static method can). I think that was very unclear to begin with, since it...

The test passes for me on Windows. Is this a platform specific issue? PS: actually, all tests are passing for me (PHP-8.1, uopz master)