jpeg - Convert TIFF pictures automatically in php -


this question has answer here:

i have folder path full of images loaded gallery script in php (i create thumbnails , works).

unfortunately have tiff pictures in folder.

is there way convert these pictures tiff jpeg automatically showing purposes?

thanks in advance support!

use imagemagick's mogrify convert tiffs jpegs in 1 go:

mogrify -format jpg *tif 

Comments

Popular posts from this blog

java - Unable to make sub reports with Jasper -

scala - play framework: Modules were resolved with conflicting cross-version suffixes -

Passing Variables from AngelScript to C++ -