Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.4.0
Description
example code, converting PNG to BMP:
QImage img(source.filePath());
img.save(bmpPath, "BMP");
test PNG attached.
example code, converting PNG to BMP:
QImage img(source.filePath());
img.save(bmpPath, "BMP");
test PNG attached.