[wp-trac] [WordPress Trac] #6821: ImageMagick support
WordPress Trac
wp-trac at lists.automattic.com
Thu Aug 9 11:14:42 UTC 2012
#6821: ImageMagick support
----------------------------+-----------------------
Reporter: matt | Owner:
Type: task (blessed) | Status: assigned
Priority: normal | Milestone: 3.5
Component: Upload | Version: 2.5
Severity: normal | Resolution:
Keywords: |
----------------------------+-----------------------
Comment (by scribu):
I think creating a temporary file and then having save() just moving it
around is acceptable.
Also, I don't see why the following workflow would be a problem:
{{{
$image->crop( ... );
$image->save( 'path/file1.jpg' );
$image->scale( ... );
$image->save( 'path/file2.jpg' );
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/6821#comment:44>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list