0

我有一个.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>

任何事情都会有所帮助!

谢谢!

4

0 回答 0