This filter is documented in wp-includes/class-wp-image-editor.php
wp_save_image
Saves image to post, along with enqueued changes in `$_REQUEST[‘history’]`.
wp_restore_image
Restores the metadata for a given attachment.
image_edit_before_change
Filters the GD image resource before applying changes to the image.
Advertisement
stream_preview_image
Streams image in post to browser, along with enqueued changes in `$_REQUEST[‘history’]`.
wp_image_editor_before_change
Filters the WP_Image_Editor instance before applying changes to the image.
image_edit_apply_changes
Performs group of changes on Editor specified.
wp_save_image_file
Filters whether to skip saving the image file.
Advertisement
wp_save_image_editor_file
Filters whether to skip saving the image file.
wp_save_image_file
Saves image to file.
image_save_pre
This filter is documented in wp-admin/includes/image-edit.php
wp_stream_image
Streams image in WP_Image_Editor to browser.
Advertisement
image_editor_save_pre
This filter is documented in wp-admin/includes/image-edit.php
wp_image_editor
Loads the WP image-editing interface.