Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [Fwd: [birt-dev] Problem embedding dynamic images]

The image should be a InputStream or byte[] which contains the image
data.

-Wei Yan


-----Original Message-----
From: birt-dev-bounces@xxxxxxxxxxx [mailto:birt-dev-bounces@xxxxxxxxxxx]
On Behalf Of birt@xxxxxxxxxxx
Sent: Wednesday, March 28, 2007 3:33 PM
To: birt-dev@xxxxxxxxxxx
Subject: [Fwd: [birt-dev] Problem embedding dynamic images]

---------------------------- Original Message
----------------------------
Subject: [birt-dev] Problem embedding dynamic images
From:    birt@xxxxxxxxxxx
Date:    Tue, March 27, 2007 3:19 pm
To:      birt-dev@xxxxxxxxxxx
------------------------------------------------------------------------
--

Hi all,

I am trying to feed an "dynamic image" component from a java object in
my
report. I have a java object that has a method that returns an image.

I have tried with a java.io.File, a BufferedImage, no success. The image
does not appear in the report, and no errors are thrown at runtime.

Is what I am doing possible ? and if yes, what is the required format of
the data ? I looked everywhere for this information, no success.

Big thanks,

Marc Rochat



_______________________________________________
birt-dev mailing list
birt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/birt-dev


Back to the top