Re: [Iup-users] Save iup.imagergba to png

2016-08-30 Thread Antonio Scuri
Try this: iup.SaveImage(*ih*: ihandle*, file_name, format*: string) On the documentation in IUP / Resources / Images / Iup-IM Best, Scuri On Tue, Aug 30, 2016 at 3:19 AM, Milind Gupta wrote: > This one: > > iup.imagergba{width = *width*: number, height =

Re: [Iup-users] Save iup.imagergba to png

2016-08-30 Thread Milind Gupta
This one: iup.imagergba{width = *width*: number, height = *height*: number, pixels = *pixels*: table} -> (*ih*: ihandle) [in Lua] On Mon, Aug 29, 2016 at 12:39 PM, Antonio Scuri wrote: > Which imagergba structure? > > Scuri > > > On Mon, Aug 29, 2016 at 3:48 PM,