1

I am working on a script that allow user to convert their images in different formats. now i have images and i want to save this image in multiple formats i.e. png, jpeg, tiff, psd, jpeg2000 and BMP . is this possible in GD if not then what is the best way to do that.

Cœur
  • 37,241
  • 25
  • 195
  • 267
user3713959
  • 101
  • 1
  • 13

1 Answers1

0

You can check the supported file formats by gd_info method avilable in gd.GD not support all of these formats you can use imagick instead that support all of your formats

Anni
  • 142
  • 2
  • 16