Re: Displaying image from a byte array

2009-09-15 Thread Omotola Anjorin
Leigh, you are the best! My problem is solved. am really really grateful and also excited. u wont believe i have spent nights and day on this thing. But there is a part i dnt understand. .. .. i then passed imageBuffer1 to the function.. where i dnt get is, how is BufferedImage populated

Re: Displaying image from a byte array

2009-09-14 Thread Omotola Anjorin
> > The documentation doesnt say much except ... > > ... > > The captured fingerprint is a 256 gray-level image. > > Are you looking at the java documentation/api? It seems odd they would > not provide more detailed information, or at least a few code examples. > > > I am just guessing here.

Re: Displaying image from a byte array

2009-09-14 Thread Omotola Anjorin
>Go to the documentation for the fingerprint device, then, to determine what >the file format is. There are a number of formats that browsers can't >handle (not CF, but the browsers themselves), such as progressive JPEG and >CMYK JPEG. If it's one of those, then you may need a 3rd party conve

Re: Displaying image from a byte array

2009-09-14 Thread Omotola Anjorin
>Is it a Java buffered image? If so you can pass it to ImageNew(). Have >you tried that? > > >> Thanks, i have actually tried it. i just discovered that the problem isn't displaying the image. it is most likely that cf does not support the format of the image in the byte array. The byte array

Displaying image from a byte array

2009-09-13 Thread Omotola Anjorin
Please i need display an image from a byte array. The byte array contains a fingerprint image captured from the fingerprint device. I am using the java class from coldfusion, i am having problem displaying the image from the byte array. The fingerprint device is Secugen Hamster plus should

manipulate cfwindow

2008-05-29 Thread Omotola Anjorin
cfwindows is quite nice, but i need it to behave in a particular way. i want to remove the frame and the (x) close button. i want to use cfwindow to just display the bigger size of an image on mouseover and close on mouse out. anyone with an idea. Thanks ~~