Results 1 to 3 of 3

Thread: [RESOLVED] Embedded images?

  1. #1

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Resolved [RESOLVED] Embedded images?

    Does anyone know how to decode the embedded images that you find in WAP web pages? I need a description of the encoding that is used for at least "8bit" encoded images such as GIFs and Jpegs.

    At the moment I am only able to dump the images' encoded data into a file but I need to be able to decode it in order to view the image within a custom browser.

    Any ideas?

    PS the MIME spec is no help on the matter, it is vague to the point of uselessness.
    I don't live here any more.

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: Embedded images?

    I've briefly done some WAP work, and the only type of images I saw were wBMP.. but that was a few years ago, so I presume there have been some changes since then.

  3. #3

    Thread Starter
    type Woss is new Grumpy; wossname's Avatar
    Join Date
    Aug 2002
    Location
    #!/bin/bash
    Posts
    5,682

    Re: Embedded images?

    Its OK. I have sorted it all out. It was a transmission encoding depth problem. Unicode versus UTF7 i anyone is interested. I doubt they are interested so I won't go into detail.

    Ta.
    I don't live here any more.

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