Image Formats for EMS

Image Formats for EMS SearchSearch
Author Message
Omar Marji
New member
Username: Omarello

Post Number: 3
Registered: 07-2004
Posted on Sunday, August 01, 2004 - 09:11 am:   

Hello all,

I was wondering how different image extensions are encoded.
I need to write this class that takes data from the image and encode it as a picture to send as an EMS but i was wondering how each extention should be manipulated differently (i.e bmp, jpeg, gif, png etc... )

where can i find such info??
Bryce Norwood - NowSMS Support
Board Administrator
Username: Bryce

Post Number: 3205
Registered: 10-2002
Posted on Monday, August 02, 2004 - 10:36 pm:   

Well, all of those types of images do have different formats. I'm not sure where exactly to find the specs, but I'm sure some searching with Google would return them.

My suggestion would be to take a look at ImageMagick, and you could use it to convert from any of those formats to an image format that your code can understand.