davidbyttow / govips

A lightning fast image processing and resizing library for Go
MIT License
1.25k stars 196 forks source link

sharp resize vs govips resize #372

Closed mfahmirukman closed 6 months ago

mfahmirukman commented 1 year ago

Hi, I want to ask if govips provide this resizing feature like the one in sharp

Reference to API: API Resize

image

g-mero commented 1 year ago

You can check 'ThumbnailWithSize' and 'Thumbnail' method, there is a crop argument seems like what you want to fullfill.

mfahmirukman commented 1 year ago

Thank you. I will try this