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...