Changeset 2125
- Timestamp:
- 01/24/2005 06:05:44 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/admin-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-functions.php
r2105 r2125 244 244 245 245 $thumbnail = imagecreatetruecolor($image_new_width, $image_new_height); 246 @imagecopyres ized($thumbnail, $image, 0, 0, 0, 0, $image_new_width, $image_new_height, $image_attr[0], $image_attr[1]);246 @imagecopyresampled($thumbnail, $image, 0, 0, 0, 0, $image_new_width, $image_new_height, $image_attr[0], $image_attr[1]); 247 247 248 248 // move the thumbnail to it's final destination
Note: See TracChangeset
for help on using the changeset viewer.