CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2000
    Location
    UK
    Posts
    122

    Need to convert image format on the fly prior to display

    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?
    All code on this page is protected by an SEP field!!!

  2. #2
    Join Date
    Dec 2003
    Location
    Gods own country, India
    Posts
    248

    Re: Need to convert image format on the fly prior to display

    afaik . one of the suggestion would be using activex (in win environment) , or use java applet to render

  3. #3
    Join Date
    Sep 2000
    Location
    UK
    Posts
    122

    Re: Need to convert image format on the fly prior to display

    Could you suggest an applet?
    All code on this page is protected by an SEP field!!!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured