Opened 4 years ago
Closed 4 years ago
#9245 closed enhancement (fixed)
Inconsistent use of imagejpeg() calls - missing apply_filter
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | low | Milestone: | 2.8 |
| Component: | General | Version: | |
| Severity: | trivial | Keywords: | has-patch imagejpeg |
| Cc: | DJPaul |
Description
Hi
In /wp-admin/includes/image.php line 71, could you add a call to apply_filters as a third argument so we can control the quality of the image via plugin? This is already done elsewhere in Wordpress - see /wp-includes/media.php line 381. Thanks.
Attachments (1)
Change History (5)
- Milestone changed from Unassigned to 2.8
- Type changed from defect (bug) to enhancement
Note: See
TracTickets for help on using
tickets.

My patch adds a filter there, using the default quality of 90 used at the other imagejpeg call, and I included a second argument of context for both.