Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with webp Support #65

Open
pepebe opened this issue Jul 3, 2020 · 2 comments
Open

Problems with webp Support #65

pepebe opened this issue Jul 3, 2020 · 2 comments

Comments

@pepebe
Copy link

pepebe commented Jul 3, 2020

Overview:

Support of webp output seems to be broken:

  • Resizer doesn't work at all (see: Can't create webp images with Resizer #64)
  • Webp thumbs are much bigger then the original jpg.
  • Also the webp format seems to be fake and the images is still a jpg on the inside.

Example: Webp / Jpeg Thumbs created by pthumb (same source image):

  • The webp image blows up from 72 to 202kB.
  • Even though both images have differnt extensions (jpg, webP), both have the same file type (JPEG-Bild = jpeg image)

image

This is how a "real" webp image properties look like in gimp:

image

I am aware that the image shows the format as webP. Changing it to webp doesn't change the result.

I have found a forum thread that support my findings:
https://community.modx.com/t/pthumbtransparent-webp-images/1999/18

Environment:

  • modxcloud
  • modx 2.7.3
  • pthumb 2.3.3
  • contentblocks 1.8.15
  • resizer 1.0.2-beta
@sepiariver
Copy link

Related to #64 (comment)

Unsupported formats are handled in unpredictable ways in the current implementation.

@rthrash
Copy link
Member

rthrash commented Mar 5, 2021

This issue has been mentioned on MODX Community. There might be relevant details there:

https://community.modx.com/t/modx3-compatibility-of-popular-extras-bug-hunt-edition/3738/16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants