Screenshot-merge 3DS: Difference between revisions

From GameBrew
No edit summary
m (Text replacement - "Category:Homebrew utility applications on 3DS" to "")
 
(19 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox 3DS homebrew
{{Infobox 3DS Homebrews
| title = screenshot-merge
|title=screenshot-merge
| image = https://dlhb.gamebrew.org/3dshomebrew/screenshot-merge.jpeg|250px
|image=Screenshotmerge2.png
| type = Utilities
|description=Merges screenshots taken with ninjhax 2.5 or NTR CFW.
| version = 1.4
|author=ihaveamac
| licence = Mixed
|lastupdated=2018/02/03
| author = ihaveamac
|type=Utilities
| website = https://github.com/ihaveamac/screenshot-merge
|version=1.4
| download = https://dlhb.gamebrew.org/3dshomebrew/screenshot-merge-3DS.rar
|license=MIT
| source = https://dlhb.gamebrew.org/3dshomebrew/screenshot-merge-3DS.rar
|download=https://dlhb.gamebrew.org/3dshomebrews/screenshotmerge.7z
|website=https://github.com/ihaveamac/screenshot-merge
|source=https://github.com/ihaveamac/screenshot-merge
|donation=https://ihaveahax.net/view/Donations
}}
}}
<youtube>gzi0c6FH5bw</youtube>
screenshot merge is a tool that can merge screenshots who are using ninjhax 2.x, NTR CFW, and Luma3DS Rosalina on their 3DS.


= screenshot merge =
It is inspired by [https://github.com/RedInquisitive/Screenshot-Tool RedInquisitive's PC Screenshot Tool] and uses [[Lua Player Plus 3DS|lpp-3ds]] r5 by Rinnegatamante. Releases use the "unsafe" build with no error handling.  
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 [https://github.com/RedInquisitive/Screenshot-Tool RedInquisitive's PC Screenshot Tool]. This uses lpp-3ds r5 by Rinnegatamante. Please see [https://github.com/Rinnegatamante/lpp-3ds its repo] for more details, including license. Releases use the &quot;unsafe&quot; build with no error handling. The CIA UniqueID is <code>0xF0ACC</code>.
== 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>.
The CIA UniqueID is <code>0xF0ACC</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).
==User guide==
== Credits/License ==
Run the tool, and follow the on-screen prompts.
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.
 
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>.
* Then 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>.
* Then 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>.
* Then 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.
 
==Screenshots==
https://dlhb.gamebrew.org/3dshomebrews/screenshotmerge4.png
https://dlhb.gamebrew.org/3dshomebrews/screenshotmerge2.png
 
==Credits==
Thanks to Rinnegatamante for Lua Player Plus, smealum for the screenshot feature of ninjhax 2.x, and Aurora Wright/TuxSH/other contributors on Luma3DS and Rosalina.
 
<code>resources/icon.png</code> and <code>resources/banner.png</code> was created by @Favna.
 
 
 
[[Category:Support the author]]

Latest revision as of 05:50, 6 May 2024

screenshot-merge
Screenshotmerge2.png
General
Authorihaveamac
TypeUtilities
Version1.4
LicenseMIT License
Last Updated2018/02/03
Links
Download
Website
Source
Support Author

screenshot merge is a tool that can merge screenshots who are using ninjhax 2.x, NTR CFW, and Luma3DS Rosalina on their 3DS.

It is inspired by RedInquisitive's PC Screenshot Tool and uses lpp-3ds r5 by Rinnegatamante. Releases use the "unsafe" build with no error handling.

The CIA UniqueID is 0xF0ACC.

User guide

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.
  • Then 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.
  • Then 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.
  • Then saves the result at /screenshots-merged/luma/mrg_XXXX.bmp.
  • Merged images are in .bmp format until lpp-3ds can save in .png.

Screenshots

screenshotmerge4.pngscreenshotmerge2.png

Credits

Thanks to Rinnegatamante for Lua Player Plus, smealum for the screenshot feature of ninjhax 2.x, and Aurora Wright/TuxSH/other contributors on Luma3DS and Rosalina.

resources/icon.png and resources/banner.png was created by @Favna.

Advertising: