Parsed: 110426
<?php /** * WordPress Image Editor * * @package WordPress * @subpackage Administration */ /* function wp_image_editor() – Loads the WP image-editing interface. */ /* function wp_stream_image() – Streams image in WP_Image_Editor to browser. */ /* function wp_save_image_file() – Saves image to file. */ /* function _image_get_preview_ratio() – Image preview ratio. Internal use only. */ /* function _rotate_image_resource() – Returns an image resource. Internal use only. */ /* function _flip_image_resource() – Flips an image resource. Internal use only. */ /* function _crop_image_resource() – Crops an image resource. Internal use only. */ /* function image_edit_apply_changes() – Performs group of changes on Editor specified. */ /* function stream_preview_image() – Streams image in post to browser, along with enqueued changes in $_REQUEST[’history’] */ /* function wp_restore_image() – Restores the metadata for a given attachment. */ /* function wp_save_image() – Saves image to post, along with enqueued changes in `$_REQUEST[’history’]`. */