I should have said, it does the downsampling by averaging nearby pixels. Looks like the size of the neighborhood depends on the amount by which the image is downsized.
On Monday, December 17, 2018 at 10:28:46 AM UTC-5, Jim Crowell wrote: > > I don't know if it's exactly the same, but the ImageItem has a > setAutoDownsample() method (and an 'autoDownSample' keyword argument that > you can use in setImage() or the constructor) that might be similar enough > for your purposes... > > On Friday, December 14, 2018 at 5:02:10 AM UTC-5, Agus wrote: >> >> Dear experts, >> >> I usually use matplotlib with imshow and interpolation='bilinear' >> method to display my image looks smoother. >> Does pyqtgraph have something like this? >> >> Regards, >> Agus >> > -- You received this message because you are subscribed to the Google Groups "pyqtgraph" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/pyqtgraph/4b821a09-6ff5-479e-a7c4-87431a5e6c66%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
