Screenshot plugin: Difference between revisions
Jump to navigation
Jump to search
(Created page with "Only is responsible for converting framebuffer to PNG (with optional overlay file) 0 Identifiers: ==Load up parameters== screenshot_mode = int (must be 1) screenshot_resul...") |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Creates "msg_saving" dialog. | |||
Uses libpngenc to convert "/dev_hdd0/tmp/game/screenshot.png" (static) to PNG (with optional overlay file) | |||
and adds to photo column. (PhotoList) | |||
0 Identifiers: | 0 Identifiers: |
Latest revision as of 00:28, 26 May 2015
Creates "msg_saving" dialog. Uses libpngenc to convert "/dev_hdd0/tmp/game/screenshot.png" (static) to PNG (with optional overlay file) and adds to photo column. (PhotoList)
0 Identifiers:
Load up parameters[edit | edit source]
screenshot_mode = int (must be 1) screenshot_result = int (error code) screenshot_width = int screenshot_height = int screenshot_aspect = int screenshot_ox = int screenshot_oy = int screenshot_ow = int screenshot_oh = int