Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6385


Ignore:
Timestamp:
Dec 21, 2009, 12:49:53 PM (14 years ago)
Author:
rgrieder
Message:

The free PNG format is probably more suitable for screen shots than TIFF.
About quality: I created a PNG and a TIFF image from the same frame and stored them as BMP with GIMP afterwards. Then I let diffutils compare it —> No difference at all.

File:
1 edited

Legend:

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

    r6313 r6385  
    441441        assert(this->renderWindow_);
    442442       
    443         this->renderWindow_->writeContentsToTimestampedFile(PathConfig::getLogPathString() + "screenShot_", ".tiff");
     443        this->renderWindow_->writeContentsToTimestampedFile(PathConfig::getLogPathString() + "screenShot_", ".png");
     444        this->renderWindow_->writeContentsToTimestampedFile(PathConfig::getLogPathString() + "screenShot_", ".tif");
    444445    }
    445446}
Note: See TracChangeset for help on using the changeset viewer.