Holiday Script : Resize Photo Tree
kirubakaran.com
Holiday Script : Resize Photo Tree
1–6 of 6 posts
Re: Holiday Script : Resize Photo Tree
#2awesome!
Re: Holiday Script : Resize Photo Tree
#3What does it say about me that I'd have used bash and find and convert and done it in a few lines?
I'm thinking:
Reproduce directory structure: 'find' and 'mkdir'
Resize images: 'find' and 'convert'
Maybe a couple lines for stating the usage.
Re: Holiday Script : Resize Photo Tree
#4What does it say about me that I'd have used bash and find and convert and done it in a few lines? I'm thinking: Reproduce directory structure: 'find' and 'mkdir' Resize images: 'find' and 'convert' Maybe a couple lines for stating the usage.
Sure, if you handle all the edge cases properly :-)
Re: Holiday Script : Resize Photo Tree
#5awesome!
Thanks.
Re: Holiday Script : Resize Photo Tree
#6What does it say about me that I'd have used bash and find and convert and done it in a few lines? I'm thinking: Reproduce directory structure: 'find' and 'mkdir' Resize images: 'find' and 'convert' Maybe a couple lines for stating the usage.
Lets see who submits the shortest code to do the same in bash, perl, etc? and how short we can go? Let the competition begin...