1
0
Fork 0

Merge pull request #244 from Spekular/patch-2

Boxart image sizes are exact, not approximate
This commit is contained in:
Leo626 2018-02-19 09:02:19 -04:00 committed by GitHub
commit dfc55e36ab
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)