Filters the list of intermediate image sizes.
image_get_intermediate_size
Filters the output of image_get_intermediate_size()
get_intermediate_image_sizes
Gets the available intermediate image size names.
image_get_intermediate_size
Retrieves the image’s intermediate size (resized) path, width, and height.
Advertisement
wp_image_matches_ratio
Helper function to test if aspect ratios for two images match.
image_make_intermediate_size
Resizes an image to make a thumbnail or intermediate size.
wp_image_resize_identical_dimensions
Filters whether to proceed with making an image sub-size with identical dimensions with the original/source image. Differences of 1px may be due to rounding and are ignored.
image_resize_dimensions
Filters whether to preempt calculating the image resize dimensions.
Advertisement
image_resize_dimensions
Retrieves calculated resize dimensions for use in WP_Image_Editor.
wp_constrain_dimensions
Calculates the new dimensions for a down-sampled image.
wp_constrain_dimensions
Filters dimensions to constrain down-sampled images to.
get_image_tag
Filters the HTML content for the image tag.
Advertisement
get_image_tag_class
Filters the value of the attachment’s image tag class attribute.
get_image_tag
Gets an img tag for an image attachment, scaling it down if requested.
remove_image_size
Remove a new image size.