mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-12-18 18:12:52 -05:00
switched all image outputs to jpeg format instead of png
This commit is contained in:
parent
f65a761c9d
commit
0a8f4b1b6e
14 changed files with 16 additions and 16 deletions
|
|
@ -330,7 +330,7 @@ void BoardPostDisplayWidget_compact::setup()
|
|||
#ifdef DEBUG_BOARDPOSTDISPLAYWIDGET
|
||||
std::cerr << "Got pixmap of size " << pixmap.width() << " x " << pixmap.height() << std::endl;
|
||||
std::cerr << "Saving to pix.png" << std::endl;
|
||||
pixmap.save("pix.png","PNG");
|
||||
pixmap.save("pix.png","JPG");
|
||||
#endif
|
||||
|
||||
ui->pictureLabel->setPicture(pixmap);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue