Changeset 7474
- Timestamp:
- 03/22/2008 05:14:53 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r7466 r7474 176 176 177 177 // 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) {178 function image_resize( $file, $max_w, $max_h, $crop=false, $suffix=null, $dest_path=null, $jpeg_quality=90) { 179 179 180 180 $image = wp_load_image( $file );
Note: See TracChangeset
for help on using the changeset viewer.