如何编码要插入.jsp的图像

时间:2012-09-18 19:25:13

标签: image jsp binary hex oraclereports

我有一个.jsp,我需要在十六进制中添加一个图像,但事实是我不知道图像必须首先以哪种格式转换才能被识别。

这是代码:

<image name="B_1">

<geometryInfo x="0.50000" y="0.00000" width="1.43750" height="0.68750"/>

<advancedLayout printObjectOnPage="allPage" basePrintingOn="anchoringObject"/>

<visualSettings fillPattern="transparent" fillBackgroundColor="black" linePattern="transparent" lineBackgroundColor="black"/>

<points>

<point x="0.00000" y="0.00000"/>
      <point x="1.43750" y="0.68750"/>
      <point x="0.50000" y="0.00000"/>
      <point x="1.43750" y="0.68750"/>
    </points>

<binaryData encoding="hexidecimal" dataId="image.B_1">    

here goes the encoded image (which format should it be?... .tif, .bmp, .jsp, .gif?

</binaryData>

</image>

一切都会有所帮助!

谢谢!

0 个答案:

没有答案