You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The PNG interface automatically creates a PNG. Add an interface that outputs an image.Image interface so we can easily do some resizing and image manipulation afterwords.
That way we can deal with the crappy interpolation implementation in the canvas.Canvas by just making larger images and then scaling them back down using that interface.
The text was updated successfully, but these errors were encountered:
The PNG interface automatically creates a PNG. Add an interface that outputs an image.Image interface so we can easily do some resizing and image manipulation afterwords.
use this: https://pkg.go.dev/go.oneofone.dev/resize
That way we can deal with the crappy interpolation implementation in the canvas.Canvas by just making larger images and then scaling them back down using that interface.
The text was updated successfully, but these errors were encountered: