7 ms·
This is fine if you have a limited set of images that you handpick and optimize. Do you have any suggestions when there are thousands of images and all this ne
by free 13y ago
This is fine if you have a limited set of images that you handpick and optimize.
Do you have any suggestions when there are thousands of images and all this needs to be automated?
- natch 13y agoHe has an example at his github link where he uses a simple bash for loop to do many images at once.
- icebraining 13y agoUse GNU parallel: https://www.gnu.org/software/parallel/ https://www.gnu.org/software/parallel/ It can distribute the work across the available CPU cores, and it can even distribute the work across different machines using SSH: https://www.gnu.org/software/parallel/man.html#example__distributing_work_to_local_and_remote_computers https://www.gnu.org/software/parallel/man.html#example__dist...