Search found 7 matches
- 2019-10-14T02:56:51-07:00
- Forum: Bugs
- Topic: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
- Replies: 9
- Views: 141071
Re: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
Will this get pushed to Beta or full release when fixed?
- 2019-10-11T06:40:50-07:00
- Forum: Bugs
- Topic: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
- Replies: 9
- Views: 141071
Re: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
Just to let you know that the Version 7 I installed has an issue too. Not sure if it's the same issue but instead some of the image comes through but is corrupted.
See example:
https://gofile.io/?c=3VY1jB
Just thought I'd let you know in case V7 wasn't in your fix process.
See example:
https://gofile.io/?c=3VY1jB
Just thought I'd let you know in case V7 wasn't in your fix process.
- 2019-10-10T02:28:25-07:00
- Forum: Bugs
- Topic: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
- Replies: 9
- Views: 141071
Re: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
That's great, brilliant news.
Thanks so much for your hard work.
Thanks so much for your hard work.
- 2019-10-09T07:59:28-07:00
- Forum: Bugs
- Topic: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
- Replies: 9
- Views: 141071
Re: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
Sure, I just ran the libwebp check on our CentOS 7 server which has a newer libwebpmux,
convert -list format | grep WebP returns:
It has the same issue as our CentOS 6 server where the webp output is a blank image.
convert -list format | grep WebP returns:
Code: Select all
WEBP* WEBP rw- WebP Image Format (libwebp 1.0.2 [020E])
- 2019-10-09T05:54:51-07:00
- Forum: Bugs
- Topic: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
- Replies: 9
- Views: 141071
Re: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
That doesn't work here in straight command line. It produces the blank image, see link below: https://gofile.io/?c=Pi978w I tried it on my other server install with older ImageMagick 6.9 builds and it works fine. Using convert -list format | grep WebP shows: WEBP* WEBP rw- WebP Image Format (libwebp ...
- 2019-10-09T01:30:55-07:00
- Forum: Bugs
- Topic: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
- Replies: 9
- Views: 141071
Re: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
Edit: it seems to only be when I add any manipulation to it.
e.g.
$img->cropThumbnailImage($image_size, $image_size);
e.g.
$img->cropThumbnailImage($image_size, $image_size);
- 2019-10-08T23:05:40-07:00
- Forum: Bugs
- Topic: Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
- Replies: 9
- Views: 141071
Webp conversion broken with ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07 and PHP Plugin
Since ImageMagick 6.9.10-68 Q16 x86_64 2019-10-07, converting to webp no longer works with the PHP plugin.
This happens on both of my servers.
The webp converts but the file is just a blank transparent image.
There are no errors reported.
This happens on both of my servers.
The webp converts but the file is just a blank transparent image.
There are no errors reported.