Difference between revisions of "Screenshots"

From ScummVM :: Wiki
Jump to navigation Jump to search
(Update link to patch tracker)
(Change Submission of Screenshots to New Bug/Patch Tracker)
(23 intermediate revisions by 3 users not shown)
Line 16: Line 16:
<!--'''All screenshots to date have been contributed. Thanks all'''-->
<!--'''All screenshots to date have been contributed. Thanks all'''-->
<!-- We have all screenshots. But if you still have some suggestions feel free to contact sev. -->
<!-- We have all screenshots. But if you still have some suggestions feel free to contact sev. -->
<!-- * [[Cruise for a Corpse]] (see [http://forums.scummvm.org/viewtopic.php?t=7589 forum post]) -->
* [[Myst]]
* [[Hoyle's Official Book of Games: Volume 2|Hoyle's Book of Games 2]] (see [http://forums.scummvm.org/viewtopic.php?t=9329 forum post])
* <strike>Myst Masterpiece Edition</strike>
* [[Leisure Suit Larry 5|Leisure Suit Larry 5 (EGA and VGA)]] (see [http://forums.scummvm.org/viewtopic.php?t=9329 forum post])
* [[The Neverhood]]
* [[Playtoons Limited Edition - Bambou le Sauveur de la Jungle]]
* [[Voyeur]]
* [[Gregory and the Hot Air Balloon]]
* [[Wintermute/Games | Wintermute Games]]
* [[Magic Tales: Liam Finds a Story]]
* [[Magic Tales: The Princess and the Crab]]
* [[Magic Tales: Sleeping Cub's Test of Courage]]
* [[Tony Tough and the Night of Roasted Moths]]


== List of game category icons we need ==
== List of game category icons we need ==
Line 38: Line 34:
** Pick an interesting scene to take the screenshot of.
** Pick an interesting scene to take the screenshot of.
** 320x200 games should be run with '''HQ2x''' (Ctrl+Alt+3) mode with '''aspect correction''' (Ctrl+Alt+a) mode on. I.e. it should be 640x480 image.
** 320x200 games should be run with '''HQ2x''' (Ctrl+Alt+3) mode with '''aspect correction''' (Ctrl+Alt+a) mode on. I.e. it should be 640x480 image.
** 640x480 games should be run with 1x scaler.
** 640x480 games should be run without scaler.
** On platforms which use the SDL backend (Win32 and *nix included) Alt+S creates a screenshot file called scummvmXXXXX.bmp inside the current directory.
** On platforms which use the SDL backend (Win32 and *nix included) Alt+S creates a screenshot file called scummvmXXXXX.bmp inside the current directory.
** '''Make sure your screenshot is 640x480 and was made with HQ2x scaler (if originally 320x200).''' Otherwise it won't be accepted.
** '''Make sure your screenshot is 640x480 and was made with HQ2x scaler (if originally 320x200).''' Otherwise it won't be accepted.
** If the game runs at a different resolution (such as 512x384, or 800x600), use the 1x scaler and make sure your screenshot is at the original resolution.
** If the game runs at a different resolution (such as 512x384, or 800x600), use the normal mode (no scaling) and make sure your screenshot is at the original resolution.
* Screenshot file details.
* Screenshot file details.
** Screenshots should not contain any window decorations.
** Screenshots should not contain any window decorations.
Line 56: Line 52:


== How to make game icon ==
== How to make game icon ==
On [http://scummvm.org/screenshots/ screenshots page] you may see set of nice 'headshots' used for the games. If you are submitting screenshots for new game, you may help with creating the icon too.
On [http://scummvm.org/screenshots/ screenshots page] you may see the set of nice 'headshots' used for the games. If you are submitting screenshots for a new game, you may help with creating the icon too.


There are two stages. For ready-to-use version you will need Photoshop CS2+. But GIMP/MS Paint is enough for the first stage.
'''Don'ts:'''
# Use an image that has been scaled up with a filter
# Avoid scaling down unless absolutely necessary, if you do scale down, always scale proportionally and try both Nearest Neighbor or Lancoze to see what looks better
# Keep shadows. Shadows will be done dynamically in CSS.


# Pick some distinguishable graphics from the game. In most cases it is head of the main character or image of main item in the game (such as the hourglass for Ween)
'''Dos:'''
# Make its background transparent by carefully painting over all unneeded pixels
# Start with our icon [https://www.scummvm.org/images/icons/frame.png template] to frame your icon. The image should be centered on the white dot and never flow outside the black rectangle.
#* In GIMP
# Be creative
#** Magnify the image
# Pick a distinguishable image from the game or series. Either a sprite of the main character, a portrait, or a recognizable item/icon from the game
#** If background is not solid-colored, fill it with some color unused in the image. Acid green works well in most cases :)
# Scale up as needed. Only scale up in 2x increments using Nearest Neighbor to preserve pixel art
#** With Select By Color tool select the backround
# Have sprites and portraits face to the right
#** Invert the selection
# Erase necessary pixels around the object
#** Add layer mask -> use selection as layer mask
# Save the result as PNG
#** Apply the layer mask
# Downscale image to 22x22 or less. Make sure that you're using bicubic scaling, and that features of the image are still recognizable
# Save image as PNG
 
This ends first stage, you may already submit your icon, it will be a great help for us.
 
Now you may consider adding shadow to it, but you will need Photoshop CS2+ for it.
 
# Open file [http://scummvm.svn.sourceforge.net/viewvc/scummvm/media/trunk/originals/scummvm_badges.psd?revision=HEAD scummvm_badges.psd] in Photoshop. You will need at least CS2 version
# Open your icon in Photoshop
# Copy/paste icon to scummvm_icons.psd file at some free place
# Open badges layer group, first badge, right click on it and select 'Copy layer styles'
# Switch to your pasted layer with game icon
# Paste layer styles to the game icon layer
# Select the icon with selection tool, up to 24x24 area. If the shadow is bigger, you will have to go back to previous stage
# Click on Edit->'Copy Merged' menu item
# File->New... (it will automatically have dimensions of the image in clipboard)
# Paste the image
# Save it as PNG
 
You're done.
 
Now consider optipng, advpng (see previous section), but that is optional.


== How to submit screenshots ==
== How to submit screenshots ==


* If you have write access to our web source [https://github.com/scummvm/scummvm-web.git repository], you can commit it directly to [https://github.com/scummvm/scummvm-web/tree/master/data/screenshots the relevant directory].
* If you have write access to our web source [https://github.com/scummvm/scummvm-web.git repository], you can commit it directly to [https://github.com/scummvm/scummvm-web/tree/master/data/screenshots the relevant directory].
* Alternatively, you can submit it via our [http://sourceforge.net/p/scummvm/patches/ patch tracker].
* Alternatively, you can submit it via our [https://bugs.scummvm.org/ bug tracker].
** There is a restriction on 250kb per file. There are 2 options you can do:
** There is a restriction on 250kb per file. There are 2 options you can do:
**# Submit several files (you may add them one by one)
**# Submit several files (you may add them one by one)
**# Upload somewhere in one archive and provide link in the bugreport
**# Upload somewhere in one archive and provide link in the bugreport
* If you didn't perform some actions with the screenshot file, for example if you didn't compress it or were unable to produce thumbnails, please mark your submission accordingly.
* If you didn't perform some actions with the screenshot file, for example if you didn't compress it or were unable to produce thumbnails, please mark your submission accordingly.

Revision as of 06:03, 25 September 2018

Screenshots Project Service
URL(s) http://scummvm.org/screenshots
Purpose Provide a repository of screen shots of supported games.
Maintainer(s) Eugene Sandulenko (Sev)

Introduction

We try to have screenshots on our website for all games that we support. The purpose of this page is to describe how new screenshots are to be made to ensure uniform overall quality. In particular, what scaler you should use, how files should be named etc.

For each game, we would like to have a small (say, between 2 and 5) number of screenshots which give users a good idea of what the game looks like to play. If the game is available in different languages or versions, it would also be nice to have a screenshot or two showing the differences of those versions. Take a look at our existing screenshots of The Secret of Monkey Island as an example.

List of screenshots we need

List of game category icons we need

  • Playtoons series

How to make screenshots

Here are additional rules on how to make screenshots which were settled in the last couple of years: (Of course any suggestions are welcome!)

  • Check if this particular screenshot hasn't already been committed.
    • If there is no visual difference between an already submitted screenshot and your game version, don't submit it.
    • If you are submitting screenshots for non-English game, use only those which have visual difference (changed graphics) or have something written in that language.
  • ScummVM settings
    • Pick an interesting scene to take the screenshot of.
    • 320x200 games should be run with HQ2x (Ctrl+Alt+3) mode with aspect correction (Ctrl+Alt+a) mode on. I.e. it should be 640x480 image.
    • 640x480 games should be run without scaler.
    • On platforms which use the SDL backend (Win32 and *nix included) Alt+S creates a screenshot file called scummvmXXXXX.bmp inside the current directory.
    • Make sure your screenshot is 640x480 and was made with HQ2x scaler (if originally 320x200). Otherwise it won't be accepted.
    • If the game runs at a different resolution (such as 512x384, or 800x600), use the normal mode (no scaling) and make sure your screenshot is at the original resolution.
  • Screenshot file details.
    • Screenshots should not contain any window decorations.
    • The only supported file format is PNG with maximum compression.
    • Preferably run OptiPNG and 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:
      • 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
      • lang is an optional parameter when screenshot for non-English version
      • 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)"
      • There is no need to provide titles for every file if they're all the same. Use your discretion.
  • If possible, use the mkthumb.sh script to produce thumbnail versions of your screenshots. If you don't have it or can't use it, then save in interlaced JPEG scaled down to 256 pixel width with quality 0.33 (or higher, watch for the compression artifacts). Optionally you can commit/submit only PNG and TXT and we will create the thumbnails for you.

How to make game icon

On screenshots page you may see the set of nice 'headshots' used for the games. If you are submitting screenshots for a new game, you may help with creating the icon too.

Don'ts:

  1. Use an image that has been scaled up with a filter
  2. Avoid scaling down unless absolutely necessary, if you do scale down, always scale proportionally and try both Nearest Neighbor or Lancoze to see what looks better
  3. Keep shadows. Shadows will be done dynamically in CSS.

Dos:

  1. Start with our icon template to frame your icon. The image should be centered on the white dot and never flow outside the black rectangle.
  2. Be creative
  3. Pick a distinguishable image from the game or series. Either a sprite of the main character, a portrait, or a recognizable item/icon from the game
  4. Scale up as needed. Only scale up in 2x increments using Nearest Neighbor to preserve pixel art
  5. Have sprites and portraits face to the right
  6. Erase necessary pixels around the object
  7. Save the result as PNG

How to submit screenshots

  • If you have write access to our web source repository, you can commit it directly to the relevant directory.
  • Alternatively, you can submit it via our bug tracker.
    • There is a restriction on 250kb per file. There are 2 options you can do:
      1. Submit several files (you may add them one by one)
      2. Upload somewhere in one archive and provide link in the bugreport
  • If you didn't perform some actions with the screenshot file, for example if you didn't compress it or were unable to produce thumbnails, please mark your submission accordingly.