| View previous topic :: View next topic |
| Author |
Message |
lyes Guest
|
Posted: Mon Feb 09, 2004 12:52 pm Post subject: originating application to send mms |
|
|
hi
j develop an originating application to send the mms message frow web to mobile phone, and in order to insert pictures in the message, j have a big pictures (60 kb) and j want to transform it in a small pictures to insert it in an mms message whose have a 30 kb limit,
can you help me to transform the dimention of the pictures
thank you
my email : moiunique82@yahoo.fr |
|
| Back to top |
|
 |
Peffis Site Admin
Joined: 09 Sep 2003 Posts: 324 Location: Sweden
|
Posted: Mon Feb 09, 2004 5:25 pm Post subject: |
|
|
| There are many ways to scale images so I'm not sure what you are after. It depends on the platform you are developing on. If you are asking how to do it in PHP well then you can use either the GD extension in PHP (see http://php.net) or you could either use Imagemagick for instance. But as I said, there are plenty of ways to do it and none is that difficult. Encoding the MMS is more of a task but as I understood it you asked only about how to transform the images. |
|
| Back to top |
|
 |
Joe Guest
|
Posted: Sat Feb 21, 2004 5:50 pm Post subject: web to mobile mms |
|
|
Hi Iyes/peffis,
Can share how to develop sending mms from web to mobile phone, i think it's interesting. any web site to refer ?
rgds,Joe |
|
| Back to top |
|
 |
|