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 - Plugin org.apache.maven.plugins:maven-install-plugin:2.4 or one of its dependencies could not be resolved -

Round ImageView Android -

How can I utilize Yahoo Weather API in android -