Viewing Issue Advanced Details
ID Category [?] Severity [?] Reproducibility Date Submitted Last Update
05896 Misc. Minor Always Mar 25, 2015, 09:10 Apr 1, 2015, 13:25
Tester ange View Status Public Platform MAME (Official Binary)
Assigned To Resolution No change required OS Windows Vista/7/8 (64-bit)
Status [?] Closed Driver
Version 0.159 Fixed in Version Build Normal
Fixed in Git Commit Github Pull Request #
Summary 05896: HLSL screenshot split in 4
Description taking a rendered with HLSL screenshot splits the image in 4 split corner picture files.
Steps To Reproduce run mame with hlsl on, take rendered screenshot.
=> 4 files representing each corner of the original picture, instead of one single file
Additional Information At least, it's trivial to auto-merge with ImageMagick:
convert ( %1_0.png %1_1.png +append ) ( %1_2.png %1_3.png +append ) -append %1-merged.png
Github Commit
Flags
Regression Version
Affected Sets / Systems
Attached Files
 
Relationships
There are no relationship linked to this issue.
Notes
4
User avatar
No.11537
Tafoid
Administrator
Mar 25, 2015, 12:23
AFAIK, this is done on purpose and has been this way since it was implemented.
User avatar
No.11542
NekoEd
Senior Tester
Mar 28, 2015, 21:39
According to Tafoid, this is deliberate. Any confirmation?
User avatar
No.11546
B2K24
Senior Tester
Mar 29, 2015, 04:50
MG posted on MW

"the snapshot is just in four pieces. If you crank up the HLSL snapshot size in the INI file, it can end up pretty large and I wasn't sure if a full-sized shot would blow up our PNG writer. "

http://tinyurl.com/nttnpsp
User avatar
No.11559
Tafoid
Administrator
Apr 1, 2015, 13:25
This confirms my thought it was purposely done for a reason. Closing - no change necessary