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/7d3f0557-4737-4d0d-a1fa-7da9b80847f7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
