Posted by
Nihar Dhruva on
Feb 15, 2006; 5:24am
URL: http://imagej.273.s1.nabble.com/Show-an-Image-without-opening-file-but-by-directly-passing-height-width-pixels-array-VERY-URGENT-tp3703721p3703723.html
Hi,
Thanks for your suggestion, but I don't get the image as file, instead, I
have image as single dimensional pixel array of int type (the way .png files
are stored basically). I don't have to convert it to an Image, that's my
restriction. So, ultimately, I need some way to display it on the applet.
please suggest me some way to do that.
Nihar Dhruva (Jr. Software Engineer)
Decision Craft Analytics Pvt ltd.
Phone:-+91-79-26870656/57/58 Ext: 145
Email:
[hidden email]
-----Original Message-----
From: ImageJ Interest Group [mailto:
[hidden email]]On Behalf Of
Johannes Schindelin
Sent: Tuesday, February 14, 2006 10:51 PM
To:
[hidden email]
Subject: Re: Show an Image without opening file but by directly passing
height, width, pixels array. VERY URGENT.
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