TonyBrobston/jpegasus

`canvas` and `img` might be able to be more efficient

Closed this issue · 1 comments

Each time a file is compressed a new canvas and img are created. It would be interesting to throw together some timings on creating both new each time versus reusing the elements after the first use.

I'm not sure this really matters. I'll re-approach later if it comes back up again.