Forum Moderators: coopster
I have spent the last age trying to create a simple image conversion class, and have just not been able to get anywhere. I am limited to using the PHP GD Library unfortunately, so image magick is not an option.
I have managed to convert from:
.jpg to .gif and .png
But I need to convert from:
.jpg to .bmp and .tiff
If anyone has any information or, well, absolutely anything that can help, it would be greatly appreciated if you would share your knowledge.
Thanks!
on this page
[php.net...]
I noticed in the comments
IE doesn't show TIFF files and standard PHP distribution doesn't support converting to/from TIFF.
and it says to use image magick, I don't remember seeing anything for tiff, though that doesn't mean it isn't there