Click to See Complete Forum and Search --> : Need to convert image format on the fly prior to display


jerry.gadd
December 15th, 2005, 04:33 AM
I have a networked Multimedia Device that has a very limited Unix OS
But it does have a webserver.

I am trying to write a webpage for it that will be able to control it remotely.

To do that I take a snapshot of the MMD output and include this on the webpage. The MMD has a screengrab function, but it can only produce Bitmaps (Unix style), and it does not have any conversion tools?

IE is not able to read these bitmaps! (Although Firefox is!)

So what I want to try is to see if the webpage could include some client-side scripts that convert the image from Bitmap to Jpeg and then display the Jpeg on the webpage.

Does anyone know how I could do this?

akgalp
December 17th, 2005, 02:32 AM
afaik . one of the suggestion would be using activex (in win environment) , or use java applet to render

jerry.gadd
December 18th, 2005, 06:09 AM
Could you suggest an applet?