Closed
Description
Looking at the code, looks like body, err = img.Process(bimg.Options{ Width: 1000, Height: 1000 })
should actually resize the image to a size contained by the box, preserving aspect ratio, or I understood something wrong?
It my case it actually resizes the image to the fixed 1000x1000px, is this the correct behavior and for the case described above I should do the calculations myself?