Opened 5 years ago
Last modified 3 months ago
#35726 new feature request
Add .webp support to WP_Image_Editor_GD
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Future Release | 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 (6)
This ticket was mentioned in Slack in #core-images by markoheijnen. View the logs.
5 years ago
#2
@
5 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.
8 months ago
This ticket was mentioned in Slack in #core-media by antpb. View the logs.
3 months ago
Note: See
TracTickets for help on using
tickets.
Works only when no actions are applied