1
0
Fork 0

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.
This commit is contained in:
Spekular 2018-02-18 17:03:29 +01:00 committed by GitHub
parent 65827bdba9
commit 5db6dd2513
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -127,7 +127,7 @@ The icon for a game is located at `/<Game Name>/icon.png` (See: [Screenshots](#s
The boxart for the game is located at `/<Game Name>/boxart.png`. The suggested process for getting retail boxart is: The boxart for the game is located at `/<Game Name>/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. - 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. - 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/). - Compress it using [TinyPNG](https://tinypng.com/).
The required process for getting eShop only boxart is: 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. - Use 1x internal resolution.
- Increase the window size of Citra to fill most of your monitor. - Increase the window size of Citra to fill most of your monitor.
- Screenshot the title screen, which should only be the top screen. - 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/). - 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) - 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. - Use 1x internal resolution.
- Increase the window size of Citra to fill most of your monitor. - Increase the window size of Citra to fill most of your monitor.
- Screenshot the title screen, which should only be the top screen. - 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/). - 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) - 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)