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

Additional image transforms #627

Open
t0mpr1c3 opened this issue Mar 7, 2024 · 2 comments
Open

Additional image transforms #627

t0mpr1c3 opened this issue Mar 7, 2024 · 2 comments
Labels
Milestone

Comments

@t0mpr1c3
Copy link
Contributor

t0mpr1c3 commented Mar 7, 2024

There's actually a fairly short list of transforms that are worth adding. Apart from the ones we've already implemented, there are (roughly in order of usefulness) scale, crop/expand canvas, posterize, dither, and select colour palette. Not a high priority but we could maybe think about adding some of these when it comes to the web UI.

We could be quite opinionated about the options. Some have useful presets (e.g. scale 1:1 or 4:5 aspect ratio) that add a bit of value. Ordered dithering looks suitable for knitting -- almost like mosaic patterns.

@t0mpr1c3
Copy link
Contributor Author

t0mpr1c3 commented Mar 8, 2024

See also #593

@t0mpr1c3
Copy link
Contributor Author

t0mpr1c3 commented Mar 8, 2024

V. Pawlik also mentioned the fact that you currently can't repeat an image to fill a desired width unless that results in a whole number of repeats. Image crop fixes this.

@t0mpr1c3 t0mpr1c3 added this to the next milestone Mar 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant