Profile
Achievement
ShawnG's Recent Snippets
- All /
« Prev 1 Next »
Returns array with information like:
Input image
width 200
height 200
print_r(ratioResize('path/to/image.ext' , 100 , 50));
output:
array(
[ratio] => .5,
[height] => 50,
[width] => 50,...
0
900
posted 11 years ago by ShawnG