Forum Moderators: mack
exec(convert *.tif <newname>.tif);
But using this style the performance of the program is affected(it's going slower).
I guess it will make the program faster if I will just append each tif one by one to the destination file to. HOW TO DO IT? PLEASE CAN YOU GIVE ME AN IDEA?
Thanks!