php Image processing (convert jpeg to png or gif or wbmp) -


The situation is such: a server gives me a picture in JPG format. Now I have to do some processing on the image (like writing captions on it, ..). Since My server does not support JPEG , I want to convert it to a format that supports my server (PNG, GIF and WBMP). How do I format in png / gif / wbmp without using imagecreatefromjpeg

Try Imagine

Comments