just as the title ,how to generate bmp images with php?

thanx for your time.

    Hi,

    You need to have any one of the two library install on server..
    ImageMagicK or GD please check GD using phpinfo and form imagemagick I am not sure..
    Than find tutorial of ImageMagick from Imagemagick.org and GD within PHP manual..

    Both of them are capable of making BMP, JPG, GIF etc..

      You can't make bmp files with the GD library, only jpeg, gif and png

        Where is Weedpacket? you don't do BMP with GD . You might want to convert the BMP to PNG or another format that GD handles. See the manual right HERE in the manual take your pick.

          Write a Reply...