More actions
(Created page with "{{Infobox Switch Homebrews |title=NSScreenshotMaker |image=nsscreenshotmakerswitch.png |description=Put any image you want on your Switch's Album. |author=cheuble |lastupdated=2018/04/14 |type=Other Apps |version=1.0.2 |license=MIT |download=https://dlhb.gamebrew.org/switchhomebrews/nsscreenshotmakerswitch.7z |website=https://gbatemp.net/threads/nsscreenshotmaker.501018/ |source=https://github.com/cheuble/NSScreenshotMaker |donation= }} {{#seo: |title=Switch Homebrew Ap...") |
No edit summary |
||
Line 3: | Line 3: | ||
|image=nsscreenshotmakerswitch.png | |image=nsscreenshotmakerswitch.png | ||
|description=Put any image you want on your Switch's Album. | |description=Put any image you want on your Switch's Album. | ||
|author=cheuble | |author=cheuble | ||
|lastupdated=2018/04/14 | |lastupdated=2018/04/14 | ||
|type= | |type=PS Utilities | ||
|version=1.0.2 | |version=1.0.2 | ||
|license=MIT | |license=MIT | ||
|download=https://dlhb.gamebrew.org/switchhomebrews/ | |download=https://dlhb.gamebrew.org/switchhomebrews/nsscreenshotmakernsw.7z | ||
|website=https://gbatemp.net/threads/nsscreenshotmaker.501018/ | |website=https://gbatemp.net/threads/nsscreenshotmaker.501018/ | ||
|source=https://github.com/cheuble/NSScreenshotMaker | |source=https://github.com/cheuble/NSScreenshotMaker | ||
|donation= | |donation= | ||
}} | }} | ||
NSScreenshotMaker is a tool that will allow you to sign images for the Nintendo Switch. The Switch has an album function to view your screenshots, but it can't read images you put yourself on the SD card. | |||
This tool's purpose is to sign any image so the Switch can read it. | |||
== | ==User guide== | ||
Requirements: | |||
*The Nintendo Switch capsrv screenshot HMAC secret key. | |||
*[https://www.python.org/downloads/ Python3]. | |||
*[http://pillow.readthedocs.io/en/5.1.x/installation.html PIL]. | |||
*[http://piexif.readthedocs.io/en/latest/installation.html piexif]. | |||
You might otherwise use the exe file which doesn't need those requirements (except for the key). Your antivirus may block it however. | |||
How to use: | |||
*Find the "Nintendo Switch capsrv screenshot HMAC secret" key (not provided for legal reasons). Either save it in a key.bin file, or pass it as an argument when running the program. | |||
*Create an input folder, and put your images in it. Images can be all sizes and formats that [http://pillow.readthedocs.io/en/4.1.x/handbook/image-file-formats.html PIL supports]. | |||
*Download the program and run it. It should output an SD folder. Extract its content to the root of your Switch's SD card. | |||
==Changelog== | ==Changelog== | ||
''' | '''1.0.2''' | ||
* | *Added optional arguments for input and output folders. | ||
*Added verification for the key. | |||
*Fixed a bug regarding the "Archive bit" for some users on Windows. | |||
'''1.0.1''' | |||
*Fixed a bug regarding thumbnails being too large. | |||
'''1.0.0''' | |||
*Initial release. | |||
== External links == | == External links == | ||
* | * GitHub - https://github.com/cheuble/NSScreenshotMaker | ||
* | * GBAtemp - https://gbatemp.net/threads/nsscreenshotmaker.501018/ | ||
Revision as of 00:38, 12 April 2023
NSScreenshotMaker | |
---|---|
File:Nsscreenshotmakerswitch.png | |
General | |
Author | cheuble |
Type | PS Utilities |
Version | 1.0.2 |
License | MIT License |
Last Updated | 2018/04/14 |
Links | |
Download | |
Website | |
Source | |
NSScreenshotMaker is a tool that will allow you to sign images for the Nintendo Switch. The Switch has an album function to view your screenshots, but it can't read images you put yourself on the SD card.
This tool's purpose is to sign any image so the Switch can read it.
User guide
Requirements:
You might otherwise use the exe file which doesn't need those requirements (except for the key). Your antivirus may block it however.
How to use:
- Find the "Nintendo Switch capsrv screenshot HMAC secret" key (not provided for legal reasons). Either save it in a key.bin file, or pass it as an argument when running the program.
- Create an input folder, and put your images in it. Images can be all sizes and formats that PIL supports.
- Download the program and run it. It should output an SD folder. Extract its content to the root of your Switch's SD card.
Changelog
1.0.2
- Added optional arguments for input and output folders.
- Added verification for the key.
- Fixed a bug regarding the "Archive bit" for some users on Windows.
1.0.1
- Fixed a bug regarding thumbnails being too large.
1.0.0
- Initial release.