It depends on what you do with these images. If you allow to load many of them, then yes, this may cause problems.
One solution would be loading an image into a sprite, resize the sprite to the size of the drawing canvas, paste it on the canvas, then destroy the sprite and unload it from memory.
This way you'll end up with a small version of the image.