Have a whole bunch of ultra-high resolution images to upload to your website, but you don't have time to individually scale them to a Web-appropriate size in the GIMP? Imagemagick and bash to the rescue:
for i in `ls *.jpg`; do convert -resize 50% -quality 70 $i scaled/$i; done…hey presto! That 9½MB file is now 50% smaller (in pixel dimensions) and a mere 750KB (in file size), and the same goes for the other hundred-or-so images in that directory.
The Gimp is great graphics editor that I use a lot. I have not become as adept at using it as I once was with Photoshop. So I am starting this thread to keep notes on stuff that I keep forgetting. If you'd like to share please feel free to add any cool gimp plugins or procedures/shortcuts to do cool things.
So to kick off here is a link to a great plugin:
A file format is essentially the set of rules for turning information into zeroes and ones and vice versa.
See Wikipedia's article on file formats.
Proprietary FormatsA proprietary file format is one where this set of rules is not freely useable by everybody, for one or more reasons such as:
Learn the GIMP from the basics to advanced techniques.
Recent comments
9 weeks 6 days ago
13 weeks 5 days ago
15 weeks 3 days ago
26 weeks 6 days ago
1 year 6 weeks ago
1 year 12 weeks ago
1 year 32 weeks ago
1 year 32 weeks ago
1 year 32 weeks ago
1 year 47 weeks ago