I've been using a great class to manipulate images for a number of years.
Currently I need to be able to determine if the image is side wards and rotate it, to vertical position. I understand that I can use
$handle->image_auto_rotate = true;
But for some reason I'm not having much luck. The image I was testing with is JPEG.
What am I missing?