TakeScreenshot: fix screenshot image buffer size. 91/302591/2 accepted/tizen_unified_riscv accepted/tizen/unified/20231220.165130 accepted/tizen/unified/riscv/20231226.211524
authorHosang Kim <hosang12.kim@samsung.com>
Mon, 11 Dec 2023 02:20:27 +0000 (11:20 +0900)
committerHosang Kim <hosang12.kim@samsung.com>
Mon, 11 Dec 2023 03:42:08 +0000 (12:42 +0900)
commit74e1e85eb207981fc464beabfc0b25dbdd4c18bc
tree4435ee9b9c3c2d3b95fefc18593dc918931caa3b
parent497f5a3653f6792b7da832665436ce4248bcaf4d
TakeScreenshot: fix screenshot image buffer size.

The reason for multiplying by 4 is that image is a 32-bit RGBA PNG file.
So it is maximum image file size.
Change-Id: I0396310cd104d5e1786c11fd9816a47548858abf
org.tizen.aurum-bootstrap/src/Commands/TakeScreenshotCommand.cc