Difference between revisions of "Screenshots"

Jump to navigation Jump to search
56 bytes added ,  18:33, 16 February 2022
→‎How to make screenshots: fix screenshot filenames
m (→‎Content: Fixing typo)
(→‎How to make screenshots: fix screenshot filenames)
Line 107: Line 107:
** The only supported file format is PNG with maximum compression.
** The only supported file format is PNG with maximum compression.
** Preferably run [http://optipng.sourceforge.net/ OptiPNG] and [https://www.advancemame.it/comp-readme.html advpng] after that. Use default parameters for OptiPNG and -4 parameter for advpng for best results. If you don't, we'll have to do it later.
** Preferably run [http://optipng.sourceforge.net/ OptiPNG] and [https://www.advancemame.it/comp-readme.html advpng] after that. Use default parameters for OptiPNG and -4 parameter for advpng for best results. If you don't, we'll have to do it later.
** File name is gametarget[-platform][-lang]-X-full.png where:
** File name is gametarget[_platform][_lang]_V_X_full.png where:
*** ''gametarget'' is the game target name, see our compatibility page for the full list
*** ''gametarget'' is the game target name, see our compatibility page for the full list
*** ''platform'' is an optional parameter for cases when you submit non-PC game version screenshots
*** ''platform'' is an optional parameter for cases when you submit non-PC game version screenshots
*** ''lang'' is an optional parameter when screenshot for non-English version
*** ''lang'' is an optional parameter when screenshot for non-English version
*** ''V'' is the variant number for the game.
*** ''X'' is a sequental number.
*** ''X'' is a sequental number.
** Create a .txt file containing the file names followed by full game name and optionally provide the platform name and language in parenthesis. For example "Indiana Jones and the Fate of Atlantis (Amiga German)"
** Create a .txt file containing the file names followed by full game name and optionally provide the platform name and language in parenthesis. For example "Indiana Jones and the Fate of Atlantis (Amiga German)"
Line 117: Line 118:
** Currently, thumbnails that correspond to the PNG screenshots have to be created manually.
** Currently, thumbnails that correspond to the PNG screenshots have to be created manually.
** This is done using [https://imagemagick.org/script/convert.php ImageMagick's ''convert'' command line tool].
** This is done using [https://imagemagick.org/script/convert.php ImageMagick's ''convert'' command line tool].
** There should be a mkthumb.sh script available in the scummvm-web repository, which includes the required ''convert'' command call and which you could run as:<br /><code>./mkthumb.sh gametarget[-platform][-lang]-X</code>
** There should be a mkthumb.sh script available in the scummvm-web repository, which includes the required ''convert'' command call and which you could run as:<br /><code>./mkthumb.sh gametarget[_platform][_lang]_V_X</code>
** The above command assumes there is a screenshot file (PNG) named ''gametarget[-platform][-lang]-X-full.png'' in the same folder. See above for valid values for each part of the name.
** The above command assumes there is a screenshot file (PNG) named ''gametarget[_platform][_lang]_V_X_full.png'' in the same folder. See above for valid values for each part of the name.
** Alternatively, and assuming you have the ImageMagick package installed (tested with ImageMagick 7.0.9-17) you could directly run the command:<br /><code>convert gametarget[-platform][-lang]-X-full.png -interlace line -quality 66 -thumbnail 256 gametarget[-platform][-lang]-X.jpg</code>
** Alternatively, and assuming you have the ImageMagick package installed (tested with ImageMagick 7.0.9-17) you could directly run the command:<br /><code>convert gametarget[_platform][_lang]_V_X_full.png -interlace line -quality 66 -thumbnail 256 gametarget[_platform][_lang]_V_X.jpg</code>


== How to make game icon ==
== How to make game icon ==
86

edits

Navigation menu