Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

image.Image output #3

Open
kris-watts-gravwell opened this issue Nov 10, 2022 · 0 comments
Open

image.Image output #3

kris-watts-gravwell opened this issue Nov 10, 2022 · 0 comments
Labels
01 - High high priority 05 - feature new feature that does not currently exist

Comments

@kris-watts-gravwell
Copy link
Contributor

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.

@kris-watts-gravwell kris-watts-gravwell added the 05 - feature new feature that does not currently exist label Nov 10, 2022
@ashnwade ashnwade added the 01 - High high priority label Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
01 - High high priority 05 - feature new feature that does not currently exist
Projects
None yet
Development

No branches or pull requests

2 participants