What is the fastest way to save a qimage ?
I have an image with 2448 x 2050 resolution and it takes around 5 seconds to save a single image in my computer.
I save images into png extension and set the compression level to 1. I've read the same topic as my question but I still don't understand how to set the PNG filter to none. Can someone elaborate?
For what it's worth, I'm using pyqt. Can anyone suggest me to improve the speed please? Thank you in advance