From 5db6dd2513f4d79c215a12b067e7633ed8b53f77 Mon Sep 17 00:00:00 2001 From: Spekular Date: Sun, 18 Feb 2018 17:03:29 +0100 Subject: [PATCH] Boxart image sizes are exact, not approximate Uploading an image at a resolution other than the listed one will give "Validation error: Invalid size WIDTH x HEIGHT" upon attempting to submit a game via the citra game wiki submitter, so evidently the suggested resolution is not approximate. Sorry about doing several smaller commits instead of having this change together with the spelling fix, I'm just changing stuff as I find it. --- CONTRIBUTING.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fc4ecfc..74ee33c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -127,7 +127,7 @@ The icon for a game is located at `//icon.png` (See: [Screenshots](#s The boxart for the game is located at `//boxart.png`. The suggested process for getting retail boxart is: - Download a scan from [GameTDB](http://www.gametdb.com/), preferably with the `Nintendo 3DS` logo on the right. - The boxart should be from the USA. -- Downsize it to approximately `328x300` using [PicResize](http://www.picresize.com/). +- Downsize it to `328x300` using [PicResize](http://www.picresize.com/). - Compress it using [TinyPNG](https://tinypng.com/). The required process for getting eShop only boxart is: @@ -135,7 +135,7 @@ The required process for getting eShop only boxart is: - Use 1x internal resolution. - Increase the window size of Citra to fill most of your monitor. - Screenshot the title screen, which should only be the top screen. -- Downsize it to approximately `500x300` using [PicResize](http://www.picresize.com/). +- Downsize it to `500x300` using [PicResize](http://www.picresize.com/). - Compress it using [TinyPNG](https://tinypng.com/). - Examples are [Fairune](https://github.com/citra-emu/citra-games-wiki/blob/master/games/fairune/boxart.png) and [Pokémon Picross](https://github.com/citra-emu/citra-games-wiki/blob/master/games/pokemon-picross/boxart.png) @@ -144,7 +144,7 @@ The required process for getting virtual console boxart is: - Use 1x internal resolution. - Increase the window size of Citra to fill most of your monitor. - Screenshot the title screen, which should only be the top screen. -- Downsize it to approximately `328x300` using [PicResize](http://www.picresize.com/). +- Downsize it to `328x300` using [PicResize](http://www.picresize.com/). - Compress it using [TinyPNG](https://tinypng.com/). - Examples are [Legend of Zelda](https://github.com/citra-emu/citra-games-wiki/blob/master/games/legend-of-zelda/boxart.png) and [Tetris](https://github.com/citra-emu/citra-games-wiki/blob/master/games/tetris/boxart.png)