GIF image
hello friends,
i want to know how we can convert an gif image to OTA format.
Till know i have used input stream to read the gif file
and then converted it to hex.
But to send it as picture message , size of this hex data is to large........i know that gif uses 8 bpp then how to proceed further.....
OTA format is 1 bpp.... am i right?
Did you try Google?
I've never heard of OTA format, but apparently it is a picture format for mobile devices. Look at this:
[url=http://www.codeproject.com/csharp/ota_converter.asp]Converting image files to OTA file format (Mobile Picture Message)[/url] (it's in the C# programming language, which will probably not be too difficult to understand if you know Java).
I have no idea if this is useful, but you find out for yourself:
http://www.allworldsoft.com/software/7-020-wbmpcreator.htm
"This Java bean was developed to create WBMP and OTA images automatically without using any WBMP editor."
You can find more yourself by some smart Googling.