|
|
|
#1 |
|
Messages: n/a
Hébergeur: |
I have a JPG file on the server which I want to convert to a Windows BMP
file. How can I do this in PHP ? I did not see a GD image function for doing this. |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
On Fri, Aug 29, 2008 at 8:02 PM, Edward Diener <eldiener@tropicsoft.com>wrote:
> I have a JPG file on the server which I want to convert to a Windows BMP > file. How can I do this in PHP ? I did not see a GD image function for doing > this. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Check your php.ini file, you should see a commented out line with php_gd2.dll in there. Uncomment that, restart your web server, and you should have GD support. -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life." |
|
|
|
#3 |
|
Messages: n/a
Hébergeur: |
On Fri, Aug 29, 2008 at 8:02 PM, Edward Diener <eldiener@tropicsoft.com>wrote:
> I have a JPG file on the server which I want to convert to a Windows BMP > file. How can I do this in PHP ? I did not see a GD image function for doing > this. > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > Actually, I think I misread you there... Sorry... I have no idea either! -- -Dan Joseph www.canishosting.com - Plans start @ $1.99/month. "Build a man a fire, and he will be warm for the rest of the day. Light a man on fire, and will be warm for the rest of his life." |
|
|
|
#4 |
|
Messages: n/a
Hébergeur: |
If I recall gd doesn't support bmp. However that was probably long
before gd2 and I started using imagemagick anyway and have since. You should look into it especially if php doesn't have support via gd. On Aug 29, 2008, at 5:06 PM, "Dan Joseph" <dmjoseph@gmail.com> wrote: > On Fri, Aug 29, 2008 at 8:02 PM, Edward Diener <eldiener@tropicsoft.com > >wrote: > >> I have a JPG file on the server which I want to convert to a >> Windows BMP >> file. How can I do this in PHP ? I did not see a GD image function >> for doing >> this. >> >> -- >> PHP General Mailing List (http://www.php.net/) >> To unsubscribe, visit: http://www.php.net/unsub.php >> >> > Actually, I think I misread you there... Sorry... I have no idea > either! > > -- > -Dan Joseph > > www.canishosting.com - Plans start @ $1.99/month. > > "Build a man a fire, and he will be warm for the rest of the day. > Light a man on fire, and will be warm for the rest of his life." |
|
|
|
#5 |
|
Messages: n/a
Hébergeur: |
Edward Diener schreef:
> I have a JPG file on the server which I want to convert to a Windows BMP > file. How can I do this in PHP ? I did not see a GD image function for > doing this. > looks like you can do it using imagemagick: http://www.imagemagick.org/Usage/formats/#bmp |
|
![]() |
| Outils de la discussion | |
|
|