Cache andimage quality

Hello Dan,
How can I maintain maximum image quality when using cache?
I feel that caching lowers the image quality.
What’s the best way to store images in high quality?
thanks

Hi. Would you try this? obj.cache({scale:2})

1 Like

Hello Hadas. Usually caching images is not necessary - according to CreateJS. You do need to cache them to do filter effects. Are you needing to cache them for some reason?

I want to make changes to the image (add emoji, scale, text, etc.) and finally save it with its changes as an image.
In the end, I send it to the Cloudnery server, after after I do : newImage.cache().cacheCanvas.toDataURL();
thanks.

Okay - sounds good - so check out the scale parameter of cache and try a values like 2, 3, 4 and see what works best.

thanks

1 Like