Archive | Functions by letter i RSS feed for this section

img_caption_shortcode

The Caption shortcode.Allows a plugin to replace the content that would otherwise be returned. The filter is ‘img_caption_shortcode’ and passes an empty string, the attr parameter and the content parameter values.

2005

Continue reading

image_resize_dimensions

Retrieve calculated resized dimensions for use in imagecopyresampled().Calculate dimensions and coordinates for a resized image that fits within a specified width and height. If $crop is true, the largest matching central portion of the image will be cropped out and resized to the required size.

2001

Continue reading

image_resize

Scale down an image to fit a particular size and save a new copy of the image.The PNG transparency will be preserved using the function, as well as the image type. If the file going in is PNG, then the resized image is going to be PNG. The only supported image types are PNG, GIF, and JPEG.

1999

Continue reading