#35726 closed feature request (duplicate)
Add .webp support to WP_Image_Editor_GD
Reported by: | markoheijnen | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Media | Keywords: | |
Focuses: | Cc: |
Description
Since GD has a imagewebp function now, it would be great to integrate that into WordPress as well.
It's not something core will use but it will be nice for plugins to use the WordPress API instead of building there own solution.
Attachments (1)
Change History (9)
This ticket was mentioned in Slack in #core-images by markoheijnen. View the logs.
9 years ago
#2
@
9 years ago
Currently only works when no resizing has been done. I haven't pinpointed the problem yet.
Also there is no IMG_WEBP so I currently use function_exists('imagewebp')
to check for it.
This ticket was mentioned in Slack in #core-media by joemcgill. View the logs.
4 years ago
This ticket was mentioned in Slack in #core-media by antpb. View the logs.
4 years ago
#6
@
3 years ago
Looks like something that can be already marked as closed cc @adamsilverstein due WebP is now supported since 5.8
Works only when no actions are applied