2
2
I'm working with images of scanned books, so hundreds of high resolution pictures. I'm doing conversion work with Photoshop Elements - I can quickly save them to uncompressed TIFF, but converting to compressed PNG using a single thread takes ages.
Do you know a software, ideally simple and free, that would batch convert those TIFFs to PNG in a multi-threaded manner (4 to 8 simultaneous files) to take advantage of those cores and cut converting times? I'm not too worried in slight variations in final size.
Thanks, that may be workable. Is the command-line multithreaded by default or do I need to use an argument switch? – mtone – 2012-11-12T17:11:39.307
multithreaded by default. It will not be doing multiple files at the time, but rather split the tasks within the one file into multiple threads speeding things up. – Henrik Söderlund – 2012-11-12T18:42:22.067