When creating a QPixmap (30000, 30000), it produces the following error: libpng warning: Image width is zero in IHDR libpng warning: Image height is zero in IHDR libpng error: Invalid IHDR data
what's wrong ?
Is it possible to do so, create a QPixmap (30000, 10000) (this works) and write to a file, and during the next iteration add another QPixmap (30000, 10000) to a file?