Re: Show an Image without opening file but by directly passing height, width, pixels array. VERY URGENT.
Posted by dscho on
URL: http://imagej.273.s1.nabble.com/Show-an-Image-without-opening-file-but-by-directly-passing-height-width-pixels-array-VERY-URGENT-tp3703721p3703722.html
Hi,
On Tue, 14 Feb 2006, Nihar Dhruva wrote:
> My aim is to display an image using ImageJ tool. But I don't want to display
> the file using Open File Dialog Box. Instead, I want to pass the height,
> width and pixel array through my code, and it should display the image on my
> applet.
Why don't you just use the "url1" parameter? You can open up to 9 images
by setting the "url1", ..., "url9" parameters to the applet.
Hth,
Dscho