Search found 1 match
- 2012-08-09T02:15:26-07:00
- Forum: Users
- Topic: Batch processing using php exec find and xargs
- Replies: 1
- Views: 3319
Batch processing using php exec find and xargs
Using php, exec and ImageMagick, I am trying to create thumbnails of files scattered over several subdirs. The final goal is, by using php and ImageMagick”, to recursively go through all directories and do the following: -find all images of the following format xxxxx.jpg where x is a digit -create i ...