LinuxQuestions.org
Review your favorite Linux distribution.
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-14-2008, 03:06 AM   #1
xyla
LQ Newbie
 
Registered: Jul 2008
Posts: 3

Rep: Reputation: 0
.jpg images too big for uploading, need to use gimp to downsize them, but how?


I need to downsize my .jpg images so that they are under 100x1024 bytes (100kb) using gimp image editor.
how do i do this??
is there any other better image editing software that could be recomended?
 
Old 07-14-2008, 03:13 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
jsut click Image, Scale Image (or similar). Exactly the same place you'd find it as photoshop.
 
Old 07-14-2008, 03:23 AM   #3
rikijpn
Member
 
Registered: Jun 2007
Location: Japan
Distribution: Debian lenny, DSL, Solaris 10
Posts: 157

Rep: Reputation: 33
If you just want to resize only one file, then gimp would do fine. But if you want to change the size of lots of pictures then you'd better use something from the command line. If you use TeX you probably have a program called convert. It is not released under the GPL, but you still can download it free. With convert you could just
Code:
convert -resize 100x100 image1.jpg image1-tiny.jpg
and get a REALLY tiny version of a file selected. There are of course more options ("convert -help").

Last edited by rikijpn; 07-14-2008 at 06:23 AM.
 
Old 07-14-2008, 06:10 AM   #4
jlinkels
LQ Guru
 
Registered: Oct 2003
Location: Bonaire, Leeuwarden
Distribution: Debian /Jessie/Stretch/Sid, Linux Mint DE
Posts: 5,195

Rep: Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043Reputation: 1043
That makes really small thumbnails! I guess rikijpn intended:
Code:
convert -resize 1024x1024 image1.jpg image1-tiny.jpg
and I would add:
Code:
convert -resize 1024x1024 -quality 75 image1.jpg image1-tiny.jpg
to reduce the quality a little bit, not noticable on screen but saving a few kb.

jlinkels
 
Old 07-14-2008, 07:42 AM   #5
pixellany
LQ Veteran
 
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809

Rep: Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743Reputation: 743
I thought "convert" was part of the ImageMagick suite. ImageMagick provides an incredible range of tools for photo manipulation.

But---yes---for just one picture, use "scale" in GIMP.
 
  


Reply

Tags
editors, gimp, image, jpg



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
recrusiv scale of jpg images saavik Programming 6 09-29-2006 06:32 AM
can't open jpg with the gimp Furlinastis Linux - Software 2 07-18-2005 03:11 PM
ecw files (very big jpg-like images - satelite photos) under linux MuLaZ Linux - Software 1 04-17-2005 12:27 PM
Upgrades gimp to 2.2.3 with package but now won't open jpg zwyrbla Slackware 6 01-28-2005 11:37 AM
Gimp - jpg - unknown file type Wynd Linux - Software 1 06-27-2004 11:10 PM

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

All times are GMT -5. The time now is 12:05 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