Results 1 to 3 of 3
I need to resize a collection of my pictures and I can't find any tool in my Fedora which can do this. Gthumb is nice, but I can only resize ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-04-2005 #1
gthumb: How can I resize whole series of pictures
I need to resize a collection of my pictures and I can't find any tool in my Fedora which can do this. Gthumb is nice, but I can only resize one file and not a whole collection ...
- 06-04-2005 #2
I think you might want to look into imagemagik a very powerful command line and GUI image tool (well it is actualy a colection of tools...).
The commandthis command just rescales the big picture to 200x200px.Code:convert -geometry 200x200 some_big_pic.jpg some_small_pic.jpg
Though this is not batch converting, I know it is possible (though not sure how). Maybe somthing like:but I' not sure so I'd advise testing it out.Code:convert -geometry 200x200 *.jpg *_small.jpg
dyluino
- 06-04-2005 #3
If you want to test Dylunio's command, just make a new folder copy all the pics to that folder,, play with the new folder till you get the command right.
How to know if you are a geek.
when you respond to "get a life!" with "what's the URL?"
- Birger
New users read The FAQ


Reply With Quote
