I'm using imageOverlay in Leaflet 1.0.0.
When zooming in, the image is resampled and becomes progressively "blurrier" the further you zoom in. (Leaflet is being helpful by interpolating pixel values as it zooms.)
I would like to avoid this resampling so that the image layer gets "blockier" as you zoom in. That is, it gives the impression to the user of the pixels being progressively enlarged as they zoom in.
I can see no way in the Leaflet API to control this. I can work around it somewhat by making very large images but this is costly and will break down at high zoom levels in any case.
Is it possible to do what I want either via the Leaflet API or some other method?