Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 10, 2009, 8:49:33 AM (14 years ago)
Author:
scheusso
Message:

further network fixes
changed screenshot format from jpeg to tiff (lossless)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/presentation2/src/libraries/core/GraphicsManager.cc

    r6183 r6313  
    441441        assert(this->renderWindow_);
    442442       
    443         this->renderWindow_->writeContentsToTimestampedFile(PathConfig::getLogPathString() + "screenShot_", ".jpg");
     443        this->renderWindow_->writeContentsToTimestampedFile(PathConfig::getLogPathString() + "screenShot_", ".tiff");
    444444    }
    445445}
Note: See TracChangeset for help on using the changeset viewer.