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
{{ message }}
This repository has been archived by the owner on Jul 29, 2019. It is now read-only.
Thank you for the awesome library!
I am an image rendering noob, so apologies if I am asking a silly question.
I am using png images in my application that are medium-sized (roughly 400x300 or 500x400).
Here is an example:
When this image is scaled by my browser for img tag it looks decent:
but when the Network is scaling it for a node it looks bad:
Anything I can do to tell Network to use the same rendering technique as the browser when scaling down my pngs?
Any help is appreciated
Thanks,
Anton.
The text was updated successfully, but these errors were encountered:
I've looked into this and implemented image interpolation. It should be much nicer now. It will be on by default but naturally it is a little more expensive.
Hi,
Thank you for the awesome library!
I am an image rendering noob, so apologies if I am asking a silly question.
I am using png images in my application that are medium-sized (roughly 400x300 or 500x400).
Here is an example:
When this image is scaled by my browser for img tag it looks decent:
but when the Network is scaling it for a node it looks bad:
Anything I can do to tell Network to use the same rendering technique as the browser when scaling down my pngs?
Any help is appreciated
Thanks,
Anton.
The text was updated successfully, but these errors were encountered: