Good noon,
I'm currently trying to understand how i can crop image already loaded on server with 16:9 aspect ratio. For better understandig, if I have 4:3 image i have to cut top and bottom image portions to fit it into 16:9 ratio.
Thanks.
Good noon,
I'm currently trying to understand how i can crop image already loaded on server with 16:9 aspect ratio. For better understandig, if I have 4:3 image i have to cut top and bottom image portions to fit it into 16:9 ratio.
Thanks.
I took this code example: http://myrusakov.ru/php-crop-image.html and changed the code according to my needs in this way:
You're welcome for any idea or opinion on that.