LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
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 07-30-2004, 09:57 PM   #1
Darkfalz
LQ Newbie
 
Registered: Jul 2004
Location: Canada
Distribution: Mandrake 10
Posts: 28

Rep: Reputation: 15
batch image resize and compression


I need a program that can take a directory full of images and resize and compress them, anybody know of any programs like that?
 
Old 07-31-2004, 12:06 AM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Quote:
#!/bin/bash
for pic in `ls -1 *.jpg`
do
convert $pic -resize 800x600 $pic
done
Just a quick and dirty hack :)


Cheers,
Tink
 
Old 07-31-2004, 12:24 AM   #3
leiavoia
Member
 
Registered: Mar 2002
Distribution: Debian Testing & Kubuntu
Posts: 72

Rep: Reputation: 15
Yes, use ImageMagick. It's dirt simple to resize and convert entire directories. Be carefull not to accidently convert things you want left though!

http://www.imagemagick.org/

use "mogrify" to change an image in place, and "convert" to create an alternate version of it.

lots of possibilities.
 
Old 08-01-2004, 02:08 AM   #4
Darkfalz
LQ Newbie
 
Registered: Jul 2004
Location: Canada
Distribution: Mandrake 10
Posts: 28

Original Poster
Rep: Reputation: 15
thanks
 
  


Reply



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
Batch image manipulation elfoozo Linux - Software 5 06-03-2005 06:22 PM
Image Compression kumu Linux - Software 3 04-30-2005 09:52 AM
Looking for a Batch Image Resizer Fonk Linux - Software 1 10-13-2004 02:58 PM
Batch image conversion mrsolo Linux - Software 1 09-06-2004 04:47 PM
batch image resizer jdaniel Linux - General 2 07-14-2003 11:08 AM

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

All times are GMT -5. The time now is 07:55 AM.

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