LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 11-08-2004, 05:45 PM   #1
Makaelin
Member
 
Registered: Mar 2004
Posts: 93

Rep: Reputation: 15
Question How to rescale multiple image files?


Been searching here and Google without much success, though this has to be common enough that I'm sure I'm just not using the right terminology.

I'm wondering if there's a way to use GIMP to rescale/resize multiple image files at once? Or if another tool can be used to do it? I'm just beginning to get into photo/image manipulation on Linux, so any help would be greatly appreciated!
 
Old 11-08-2004, 05:53 PM   #2
ror
Member
 
Registered: May 2004
Distribution: Ubuntu
Posts: 583

Rep: Reputation: 33
Try scripting convert
 
Old 11-08-2004, 07:22 PM   #3
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
I use "mogrify" (it's part of the ImageMagick package). You can incorporate it into a quick script, or simply use it on its own.

For example:
Code:
#!/bin/sh
for name in *.jpg
do
 mogrify -resize 128x128 "$(name)"
done
Or you could use mogrify -resize 128x128 *.jpg. The former is more flexible.
 
Old 11-08-2004, 07:48 PM   #4
Makaelin
Member
 
Registered: Mar 2004
Posts: 93

Original Poster
Rep: Reputation: 15
Great, thanks for the tip. Downloaded ImageMagick and it's working like a charm!
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
running a single image on multiple machines subzero_ice Linux - General 0 05-11-2004 07:44 AM
Help I need help tarring multiple files in multiple directories VisionZ Linux - Newbie 28 03-25-2004 05:25 PM
Best image viewer for very large image files? andvaranaut Linux - Software 1 02-21-2004 10:01 AM
How many image files do I need to download ? futurist Debian 4 02-12-2004 10:19 AM
from iso image to files ? abd_bela Linux - General 3 09-18-2003 02:29 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration