More actions
(Created page with "{{Infobox 3DS homebrew | title = screenshot-merge | image = https://dlhb.gamebrew.org/3dshomebrew/screenshot-merge.jpeg|250px | type = Utilities | version = 1.4 | licence = Mi...") |
No edit summary |
||
Line 16: | Line 16: | ||
== How to use == | == How to use == | ||
Run the tool, and follow the on-screen prompts. For ninjhax 2.x screenshots, it searches <code>/screenshots</code> for files that match the name <code>scr_X_TOP_LEFT.png</code> and <code>scr_X_BOTTOM.png</code>, puts them together, and saves the result at <code>/screenshots-merged/scr_X_MERGED.bmp</code>. For NTR CFW screenshots, it searches the root for files that match the name <code>top_XXXX.bmp</code> and <code>bot_XXXX.bmp</code> and saves the result at <code>/screenshots-merged/ntr/mrg_XXXX.bmp</code>. For Luma3DS Rosalina screenshots, it searches <code>/luma/screenshots</code> for files that match the name <code>top_XXXX.bmp</code> and <code>bot_XXXX.bmp</code> and saves the result at <code>/screenshots-merged/luma/mrg_XXXX.bmp</code>. Merged images are in .bmp format until lpp-3ds can save in .png(which will probably be never). | Run the tool, and follow the on-screen prompts. For ninjhax 2.x screenshots, it searches <code>/screenshots</code> for files that match the name <code>scr_X_TOP_LEFT.png</code> and <code>scr_X_BOTTOM.png</code>, puts them together, and saves the result at <code>/screenshots-merged/scr_X_MERGED.bmp</code>. For NTR CFW screenshots, it searches the root for files that match the name <code>top_XXXX.bmp</code> and <code>bot_XXXX.bmp</code> and saves the result at <code>/screenshots-merged/ntr/mrg_XXXX.bmp</code>. For Luma3DS Rosalina screenshots, it searches <code>/luma/screenshots</code> for files that match the name <code>top_XXXX.bmp</code> and <code>bot_XXXX.bmp</code> and saves the result at <code>/screenshots-merged/luma/mrg_XXXX.bmp</code>. Merged images are in .bmp format until lpp-3ds can save in .png(which will probably be never). | ||
= Credits/License = | == Credits/License == | ||
screenshot merge is under the MIT license. Lua Player Plus is under the GPLv3 license. <code>resources/icon.png</code> and <code>resources/banner.png</code> was created by @Favna. | screenshot merge is under the MIT license. Lua Player Plus is under the GPLv3 license. <code>resources/icon.png</code> and <code>resources/banner.png</code> was created by @Favna. |
Revision as of 12:28, 26 April 2020
screenshot merge
This tool is for really lazy people who want to merge their ninjhax 2.x, NTR CFW, and Luma3DS Rosalina screenshots on their 3DS. Inspired by RedInquisitive's PC Screenshot Tool. This uses lpp-3ds r5 by Rinnegatamante. Please see its repo for more details, including license. Releases use the "unsafe" build with no error handling. The CIA UniqueID is 0xF0ACC
.
How to use
Run the tool, and follow the on-screen prompts. For ninjhax 2.x screenshots, it searches /screenshots
for files that match the name scr_X_TOP_LEFT.png
and scr_X_BOTTOM.png
, puts them together, and saves the result at /screenshots-merged/scr_X_MERGED.bmp
. For NTR CFW screenshots, it searches the root for files that match the name top_XXXX.bmp
and bot_XXXX.bmp
and saves the result at /screenshots-merged/ntr/mrg_XXXX.bmp
. For Luma3DS Rosalina screenshots, it searches /luma/screenshots
for files that match the name top_XXXX.bmp
and bot_XXXX.bmp
and saves the result at /screenshots-merged/luma/mrg_XXXX.bmp
. Merged images are in .bmp format until lpp-3ds can save in .png(which will probably be never).
Credits/License
screenshot merge is under the MIT license. Lua Player Plus is under the GPLv3 license. resources/icon.png
and resources/banner.png
was created by @Favna.