Skip to content

Commit

Permalink
Added constant to Manipulations.php (#171)
Browse files Browse the repository at this point in the history
Added additional zero orientation constant to Manipulations.php to allow zero orientation value for correct rotation ignoring exif data
  • Loading branch information
danielcastrobalbi committed Aug 9, 2022
1 parent cb2b915 commit c2dc137
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Manipulations.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class Manipulations
public const CROP_BOTTOM_RIGHT = 'crop-bottom-right';

public const ORIENTATION_AUTO = 'auto';
public const ORIENTATION_0 = 0;
public const ORIENTATION_90 = 90;
public const ORIENTATION_180 = 180;
public const ORIENTATION_270 = 270;
Expand Down

0 comments on commit c2dc137

Please sign in to comment.