Hi y'all

I have a java applet that outputs bitmap strings. I am able to save it as a bitmap on my server and show it on the site.

However, i need to convert the images to gif's because they are used for further processing.

Is there any way to convert a bitmap to a gif file in PHP? I can't find a solution for this...

    does anybody know another method to do this
    (simple linux command line program or php script)?

      You might check to see if your server has Imagemagick installed on it. You can use that to process images via the command line (and thus.. exec() )

        Write a Reply...