I would like to be able to crop an image to a 3:2 ratio and then blur the image.
Is this at all possible with PHP without installing any additional classes, as I am on a shared hosting server?
Thanks!
I would like to be able to crop an image to a 3:2 ratio and then blur the image.
Is this at all possible with PHP without installing any additional classes, as I am on a shared hosting server?
Thanks!
What do you mean by additional classes? Image manipulation with PHP requires GD or Imagemagick. I think most hosts have one of these installed.
Yes there is a library called GD Library
which will help you to do such stuff.