function exif_orientation_file_presave in EXIF Orientation 7
Same name and namespace in other branches
- 8 exif_orientation.module \exif_orientation_file_presave()
Implements hook_file_presave().
File
- ./
exif_orientation.module, line 59 - Module file for EXIF Orientation
Code
function exif_orientation_file_presave($file) {
// Provide EXIF Orientation correction.
_exif_orientation_rotate($file);
}