Part of my Hugo site continuous deployment workflow is the processing of 210 images, at time of writing.
Here’s my one-liner:
find public/ -not ...
For further actions, you may consider blocking this person and/or reporting abuse
Having more workers allows you to process more data (in this case images) at the same time. The workers can process different chunks of the image. Number of workers will match the number of CPU cores you have on your computer. This is the same technique you would adopt when compiling code rather than wait for data to be processed sequentially.
You should write a blog post that does the same thing using sharp!
Great one liner. Was looking for something just like this. Thanks!
Sweet! You're welcome Brett!
I think my work here is done. 😁
Super cool! I also was looking for this kind of automation. Thank you!
I actually needed something like this. Thank you so much!
Glad to hear it! You're welcome!
Thanks for sharing this.
You're welcome! Hope it was useful to you!
We need more posts like this.
I'll do my best! :)