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
Is it possible to implement image resizing algorithm (like bicubic, lanczos, etc.) to layer transformation?
The reason i'm asking is, that there is significant image degradation when sizing down image containing thin lines like lineart or contour images for CN. The option could be in drop down menu in transfor dialog window where you can choose to apply algorithm or not if it is desirable.
Here's an example:
First is original image. Second is sized down in canvas with transform vs with resize image node in editor using lanczos algorithm.
Alternatives
No response
Additional Content
No response
The text was updated successfully, but these errors were encountered:
In Canvas, resizing a layer uses the browser's built-in HTMLCanvas API. We don't have much control over it.
We could explore previewing the transformation on the canvas, then sending the transformation matrix to the backend to resize with a higher quality resizing algorithm. I haven't tried this but in theory it should work.
Is there an existing issue for this?
Contact Details
No response
What should this feature add?
Is it possible to implement image resizing algorithm (like bicubic, lanczos, etc.) to layer transformation?
The reason i'm asking is, that there is significant image degradation when sizing down image containing thin lines like lineart or contour images for CN. The option could be in drop down menu in transfor dialog window where you can choose to apply algorithm or not if it is desirable.
Here's an example:
First is original image. Second is sized down in canvas with transform vs with resize image node in editor using lanczos algorithm.
Alternatives
No response
Additional Content
No response
The text was updated successfully, but these errors were encountered: