diff --git a/src/Intervention/Image/Image.php b/src/Intervention/Image/Image.php index a3ecdfb0..4f34e5d1 100644 --- a/src/Intervention/Image/Image.php +++ b/src/Intervention/Image/Image.php @@ -1418,6 +1418,8 @@ class Image return $range_output[$key]; } } + + return 127; } /** @@ -1436,6 +1438,8 @@ class Image return round($range_output[$key], 2); } } + + return 1; } /**