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

Implements hook_file_presave().

File

./exif_orientation.module, line 15

Code

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