Image validator which rotates the image.

File

./exif_orientation.module, line 50

Code

function _exif_orientation_validate_image_callback(stdClass $file) {
    _exif_orientation_rotate($file);
    // This validator did not produce any errors.
    return array();
}