discord / lilliput

Resize images and animated GIFs in Go
https://discord.com/blog/how-discord-resizes-150-million-images-every-day-with-go-and-c
Other
1.94k stars 124 forks source link

Fix reference to stepsize in call to av_image_fill_linesizes. #147

Closed skidder closed 4 months ago

skidder commented 4 months ago

This fixes a bug introduced in #146 where the cvMat->cols should be stepSize. Led to some funky transformations like: image

Co-authored with @rcombs