Make WordPress Core

Changeset 7474


Ignore:
Timestamp:
03/22/2008 05:14:53 PM (17 years ago)
Author:
matt
Message:

Better default quality.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media.php

    r7466 r7474  
    176176
    177177// Scale down an image to fit a particular size and save a new copy of the image
    178 function image_resize( $file, $max_w, $max_h, $crop=false, $suffix=null, $dest_path=null, $jpeg_quality=75) {
     178function image_resize( $file, $max_w, $max_h, $crop=false, $suffix=null, $dest_path=null, $jpeg_quality=90) {
    179179
    180180    $image = wp_load_image( $file );
Note: See TracChangeset for help on using the changeset viewer.