Child pages
  • images

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Wiki Markup
{hidden}
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE{hidden}
{sub-section:description|text=}{sub-section}\\ 

{table:class=servoy sReturnTypes}{tr:style=height: 30px;}{th}Return Types{th}{tr}{tr}{td}{span:class=sWordList}[JSImage]{span}{td}{tr}{table}\\ 

{table:class=servoy sSummery}{colgroup}{column:width=80px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Method Summary{th}{tr}{tbody}{tr}{td}[JSImage]{td}{td}[#getImage]\(file/byte_array/bean/applet/form_element)
Get a javascript image/resource object for the given file/bytearray/bean/applet/form_element.{td}{tr}{tbody}{table}\\ 

{table:class=servoy sDetail}{colgroup}{column:width=100%}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Method Details{th}{tr}{tbody:id=39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E}{tr:id=name}{td}h6.getImage{td}{tr}{tr:id=sig}{td}{span:style=float: left; margin-right: 5px;}[JSImage]{span}{span:id=iets|style=float: left; font-weight: bold;}getImage{span}{span:id=iets|style=float: left;}\(file/byte_array/bean/applet/form_element){span}{td}{tr}{tr:id=des}{td}{sub-section:39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E_des|text=|trigger=button}{sub-section}{sub-section:39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E_des|trigger=none|class=sIndent}Get a javascript image/resource object for the given file/bytearray/bean/applet/form_element.{sub-section}{td}{tr}{tr:id=prs}{td}*Parameters*\\{sub-section:39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E_prs|trigger=none}file/byte_array/bean/applet/form_element
{sub-section}{div}{td}{tr}{tr:id=ret}{td}*Returns*\\{sub-section:39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E_ret|text=|trigger=button}{sub-section}{sub-section:39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E_ret|trigger=none|class=sIndent}[JSImage]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E_see|text=|trigger=button}{sub-section}{sub-section:39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E_see|text=|trigger=button}{sub-section}{sub-section:39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E_sam|text=|trigger=button}{sub-section}{sub-section:39879692B1378772-F5D1C07D-442845AD-AC35AF0F-F39E7F2709D82FD1C305494E_sam|class=sIndent|trigger=none}{code:language=javascript}
var image = plugins.images.getImage(byteArray);
var height = image.getHeight();
var contentType = image.getContentType();
var scaled_image = image.resize(30, 30);



var snapshot_image = plugins.images.getImage(forms.companyReports.elements.employeesChartBean);
var tempFile = plugins.file.createTempFile('bean_snapshot','.jpg')
plugins.file.writeFile(tempFile, snapshot_image.getData())
application.setStatusText('Wrote file: '+tempFile)
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}