Same name and namespace in other branches
  1. 8.x-1.x exif_orientation.module \exif_orientation_file_presave() 1 comment

Implements hook_file_presave().

File

./exif_orientation.module, line 59

Code

function exif_orientation_file_presave($file) {
    // Provide EXIF Orientation correction.
    _exif_orientation_rotate($file);
}