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
These are all simple algo to implement as I can just cannibalize the image magic 'resize.c'. I'm guessing adding imagemagick with wand ctype binding is not desirable.
More complex:
Pixel art scaling algorithms.
These are different from above, as the above can resize with n scalar, where n = (0 , infinity), these are usually restricted to a single scalar greater than 1. Wikipedia has a good list. I'm guessing this might need its own node?
==
Let me know what you think.
The text was updated successfully, but these errors were encountered:
Any Hermite fans here? 😁 Blurry or not, it doesn't introduce ringing, and the only currently available option without ringing is bilinear. Not a massive difference in a lot of cases, but still.
Add more resizing filters because more options = better.
These are the two types I think would be neat to add:
So these are the general resizers already in chaiNNer:
Already in Pillow:
Can be implemented pretty easily:
Basically everything on this page
comparison of filters
Most desirable of these is probably:
These are all simple algo to implement as I can just cannibalize the image magic 'resize.c'. I'm guessing adding imagemagick with wand ctype binding is not desirable.
More complex:
Pixel art scaling algorithms.
These are different from above, as the above can resize with n scalar, where n = (0 , infinity), these are usually restricted to a single scalar greater than 1. Wikipedia has a good list. I'm guessing this might need its own node?
==
Let me know what you think.
The text was updated successfully, but these errors were encountered: