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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-14-2008, 03:06 AM
|
#1
|
|
LQ Newbie
Registered: Jul 2008
Posts: 3
Rep:
|
.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?
|
|
|
|
07-14-2008, 03:13 AM
|
#2
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,823
|
jsut click Image, Scale Image (or similar). Exactly the same place you'd find it as photoshop.
|
|
|
|
07-14-2008, 03:23 AM
|
#3
|
|
Member
Registered: Jun 2007
Location: Japan
Distribution: Debian lenny, DSL, Solaris 10
Posts: 157
Rep:
|
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.
|
|
|
|
07-14-2008, 06:10 AM
|
#4
|
|
Senior Member
Registered: Oct 2003
Location: Bonaire
Distribution: Debian Lenny/Squeeze/Wheezy/Sid
Posts: 3,832
|
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
|
|
|
|
07-14-2008, 07:42 AM
|
#5
|
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Arch/XFCE
Posts: 17,797
|
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.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 12:29 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|