1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-28 16:19:50 +02:00
This commit is contained in:
Oliver Vogel
2013-04-26 19:25:28 +02:00
parent 32f49af15d
commit 67111fef36

View File

@@ -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;
}
/**