Let's break that down.
- Recursively find every file ending in .svg and pass each one separately to exec
- For each exec invoke a shell that executes a command from the given string with the filename getting passed as ${1}
- In the command call convert, changing white in the SVG to transparent in the PNG where the first argument is the SVG to convert, and the second argument is the destination PNG filename
Job complete.
I think I have an idea of why you were looking into this.
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDeleteNo I don't have a video tutorial. What are you having trouble with?
ReplyDelete