How to programmatically apply an image style in Drupal

08/06/2016

The objective of this snippet is to enable you to render an image with code using a Drupal image style.


$output = theme('image_style', array('style_name' => 'STYLE_NAME', 'path' => 
'PATH_TO_IMAGE'));