mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-26 03:15:21 +02:00
Be a bit more specific in the docs
This commit is contained in:
parent
614b512411
commit
e83b76781b
2 changed files with 2 additions and 0 deletions
|
@ -324,6 +324,7 @@ public slots:
|
||||||
* If the user's requested filename has a suffix that's contained within SUPPORTED_IMAGE_FORMATS,
|
* If the user's requested filename has a suffix that's contained within SUPPORTED_IMAGE_FORMATS,
|
||||||
* DON'T append ".jpg" to the filename. QT will save the image in the format associated with the
|
* DON'T append ".jpg" to the filename. QT will save the image in the format associated with the
|
||||||
* filename's suffix.
|
* filename's suffix.
|
||||||
|
* If you want lossless Snapshots, supply a `.png` filename. Otherwise, use `.jpeg` or `.jpg`.
|
||||||
* Otherwise, ".jpg" is appended to the user's requested filename so that the image is saved in JPG format.
|
* Otherwise, ".jpg" is appended to the user's requested filename so that the image is saved in JPG format.
|
||||||
* If the user hasn't supplied a specific filename for the snapshot:
|
* If the user hasn't supplied a specific filename for the snapshot:
|
||||||
* Save the snapshot in JPG format according to FILENAME_PATH_FORMAT
|
* Save the snapshot in JPG format according to FILENAME_PATH_FORMAT
|
||||||
|
|
|
@ -364,6 +364,7 @@ QFile* Snapshot::savedFileForSnapshot(QImage& shot,
|
||||||
// If the user's requested filename has a suffix that's contained within SUPPORTED_IMAGE_FORMATS,
|
// If the user's requested filename has a suffix that's contained within SUPPORTED_IMAGE_FORMATS,
|
||||||
// DON'T append ".jpg" to the filename. QT will save the image in the format associated with the
|
// DON'T append ".jpg" to the filename. QT will save the image in the format associated with the
|
||||||
// filename's suffix.
|
// filename's suffix.
|
||||||
|
// If you want lossless Snapshots, supply a `.png` filename. Otherwise, use `.jpeg` or `.jpg`.
|
||||||
// Otherwise, ".jpg" is appended to the user's requested filename so that the image is saved in JPG format.
|
// Otherwise, ".jpg" is appended to the user's requested filename so that the image is saved in JPG format.
|
||||||
// If the user hasn't supplied a specific filename for the snapshot:
|
// If the user hasn't supplied a specific filename for the snapshot:
|
||||||
// Save the snapshot in JPG format according to FILENAME_PATH_FORMAT
|
// Save the snapshot in JPG format according to FILENAME_PATH_FORMAT
|
||||||
|
|
Loading…
Reference in a new issue