Nasıl PHP bir TIFF dosyası oluşturmak için?
I want create a TIFF file and fax it. I know how to fax it but I don`t know how to create a TIFF file.
Nasıl PHP bir TIFF dosyası oluşturmak için?
I want create a TIFF file and fax it. I know how to fax it but I don`t know how to create a TIFF file.
Evet ImageMagick. Ama bunun için PHP uzantısı kullanmaya çalışıyorum güvenmiyoruz, size convert
komutu kabuk komutları yapmak için gidiyoruz.
Bu kadar basit:
system('/path/to/imagemagick/convert orginal_image.jpg new_image.tiff');
Umut olur.
ImageMagick çözümdür.