Screenshot plugin: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
 
Line 1: Line 1:
Only is responsible for converting framebuffer to PNG (with optional overlay file)
Creates "msg_saving" dialog.
and adds to photo column.
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 01: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