karolzak / ipyplot

IPyPlot is a small python package offering fast and efficient plotting of images inside Python Notebooks. It's using IPython with HTML for faster, richer and more interactive way of displaying big numbers of images.
MIT License
415 stars 41 forks source link

would be better if images are resized #56

Open simonm3 opened 1 year ago

simonm3 commented 1 year ago

Really useful tool thanks.

If I pass 1500*1500 images with img_width=224 then it passes the whole image for display so runs out of memory rapidly. I expected that the images would be resized to the img_width. Perhaps some people may want to have access to orginal image but more often not.