I want to display some images on a canvas accordingly to screen dimension without losing the image resolution.
If I use a simple png or jpeg, I will see the image pixelized on a big screen.
What I am thinking is to use svg files and display them on the janvas. Is something like that possible? (I tried to use Apache Batik without a possitive result)
if this is not possible, can you think any other alternative?