Hi Folks,
this snippet produce a jpg image in the device camera roll instead of the png (i miss all transparencies which i need)
local function capturePreview()
local baseDir = system.TemporaryDirectory
display.save( imageGroup, "myimage.png", baseDir )
media.save( "myimage.png", baseDir )
end
using daily 1011 the doc seems to allow saving png to camera roll, even display.capture() produce a jpg instead of a png.
Is this a bug, am i using the api in the wrong way or do i miss something? [import]uid: 104317 topic_id: 35239 reply_id: 335239[/import]