Search found 2 matches
- 2019-10-03T06:47:16-07:00
- Forum: Users
- Topic: Batch images rotation
- Replies: 3
- Views: 13032
Re: Batch images rotation
Do you think that the same operations are possible with IM?
Yes. The basic command could be:
magick in.jpg -filter XXX -rotate 0.2 out.jpg
... where XXX is a named filter. As you may know, you shouldn't use JPG unless you really have to.
You probably need a shell loop to process all the files ...
- 2019-10-03T06:24:20-07:00
- Forum: Users
- Topic: Batch images rotation
- Replies: 3
- Views: 13032
Batch images rotation
Hy everyone, I already asked for help on Gimp forum and I was reccomended to try out ImageMagick to solve my problem. I'll copy my question from there ...