|
Re: displaying JPEG image from array of byte: msg#00301java.imagej
Hi, I asked the same question a few days ago. Wayne gave me the answer : Something like this should work: Image img = Toolkit.getDefaultToolkit().createImage(bytes); new ImagePlus("title", img).show(); -wayne It works for rgb images. The only problem I still have is that the createImage() method in the AWT toolkit does not decode 8 bit and 16 bit images. The ImageJ part works like a charm! Andy Hinds vinod wrote: I have a jpeg image as an array of bytes. How can I display and save to it
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Antwort: Sub-Pixel Edge detection plugin?, Joachim Wesner |
|---|---|
| Next by Date: | Re: Root, Xavier Draye |
| Previous by Thread: | displaying JPEG image from array of byte, Hinds vinod |
| Next by Thread: | Re: displaying JPEG image from array of byte, Curtis Rueden |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |