I have 200x3 tif files in a folder which is to to be combined in multi-page tif files like
1_1.tif,1_2.tif,1_3.tif-->1_m.tif
2_1.tif,2_2.tif,2_3.tif-->2_m.tif
..........
200_1.tif,200_2.tif,200_3.tif-->200_m.tif
Can i have a command line solution like "gm benchmark mogrify -format tif *.jepg"?
what would be gm4java alternative ?
Currently my convert opration through JAI is taking ~27s, can it be reduced to ~2-3s ? I am testing on WIN 7,Intel core i3 CPU 550 @3.2Hz (2 core). Please do help ..