Ubuntu comes with a very nice tool to edit images... comparable to Photoshop... GIMP. You should use that.<br><br>You open your image in GIMP. Then, from the menus of the window that displays your image, you select :<br><br>
Image -> Scale Image ... Be sure to keep the little locks between X and Y (Height and Width) or you might get strange results. :)<br><br>If you have ImageMagick installed, you have a "convert" tool... which lets you do that as well, manually...
<br><br>convert -geometry XxY -quality 75 $baseimage JPEG:$outputimage<br><br>This will rescale to XxY, and save with quality 75 (pick whatever suits your needs) the image with name $baseimage, into a JPEG file with name $outputimage
<br><br>Have fun,<br>Gilles.<br><br><div><span class="gmail_quote">On 1/20/08, <b class="gmail_sendername">andy baxter</b> <<a href="mailto:andy@earthsong.free-online.co.uk">andy@earthsong.free-online.co.uk</a>> wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Rajiv Vyas wrote:<br>> This is not a Ubuntu specific question. I am trying to upload some
<br>> photos to Craigslist and it won't allow me to because the size is too<br>> large (1.3 Meg per photo). How do I reduce the size of these photos (I<br>> have F-Spot and Gimp) to say 200 kb?<br>><br>> Thanks,
<br>><br>> Rajiv<br>><br>If you have a lot of photos, and know a bit about shell scripting, you<br>can do this automatically using ImageMagick, which is a command line<br>program for editing images. But I wouldn't recommend this route unless
<br>you have some basic knowledge of programming.<br><br>--<br>ubuntu-users mailing list<br><a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">
https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a><br></blockquote></div><br>