module-web-images icon indicating copy to clipboard operation
module-web-images copied to clipboard

Magento 2 module for uploading images in optimised formats (SVG, WebP, etc.)

Results 8 module-web-images issues
Sort by recently updated
recently updated
newest added

Magento: 2.4.6-p3 PHP: 8.1.2 Apache: 2.4.52 module-web-images: 1.1.9 Neither SVG or WebP images upload to the Media Gallery. I get the standard error message, e.g. "Magento.svg: File validation failed." Elsewhere...

I have installed version 1.1.2(magestyapps/module-web-images) of this module to Magento 2.3.4. Only problem is that after resize pictures are black and white. Is there fully working version for Magento 2.3.4...

To make sure the extensions is installed on M2 compatible versions only, the composer.json should include a dependency on the compatible M2 version. This prevents installing the extension on non-compatible...

Hello, How can I update this plugin so that I can also upload avif images? Thank you

After uploading a webp product picture with a transparent background, the product picture is transformed to a picture with a white background.

At the moment the extension works with the Magento UI and the import function, but doesn't support Web API. At the moment the Web API return that this MIME image...

``` if ($transparentIndex >= 0 && $transparentIndex _imageHandler)) {``` Maybe it should be changed to: ``` if ($transparentIndex >= 0 && $transparentIndex < imagecolorstotal($this->_imageHandler)) {```