Search found 1 match

by dieworld
2010-11-10T10:22:18-07:00
Forum: Users
Topic: Batch recursive convert, replace files, windows
Replies: 2
Views: 11951

Batch recursive convert, replace files, windows

I have 2 folders with ~20 subfolders each, and with ~30 images in each subfolder. I want to scale up all these images to 150% with replacing original files. I could use "find . -name "*.jpg" -exec convert..." etc, but i'm on windows. Is there any solution for my problem?