Hi Shayno,
"""""""""Can I change the snapshot.htm to save as a jpg rather than a png ?""""""""""""""
Open the "84 Snapshot.htm" from the customui folder, file in notepad and look for this line towards the bottom:
vp.render(w, h).save(Path+time+"-["+vp.name+"].png");
Change the png to jpg and save the file.
|