Isn't it the same case always. You go out on a trip somewhere. You become trigger happy and click loads of pictures. You come back and want to share it with friends and need to upload them to either picassa or flickr. Now typically if you use a 6 plus MPixel camera, the pictures generally come out to around 1.7MB in size. Uploading a lot of such pictures is a big pain.
I recently discovered the convert utility on Linux. Using it is pretty simple. Here is a small script that I use to batch resize my pictures before uploading them:
for file in *.JPG;
do echo "Resizing file $file ...";
convert -resize 640x480 $file $file ;
done
Check out some pics (Portland visit for RailsConf) that were uploaded after the conversion above here.
Showing posts with label linux. Show all posts
Showing posts with label linux. Show all posts
Thursday, July 17, 2008
Wednesday, June 18, 2008
Get and Spread FireFox!!
One way to take a stab at M$'s evil world domination plans. Replace Internet Explorer with the Firefox browser! Infact 17th June is download firefox day and they are aiming to set a Guinness World Record by targetting 5 million downloads in a single day (scratch, scratch - no one knows the existing download record though).
I have already downloaded and added my 1 to the global counter :). Infact downloads from India seem to be around the 35,000 mark. Wake up Indians! download now!
The global count appears close to the 5 million mark already! Check it out here!!
(P.S. This posting was done out of Firefox 3 :))
And here is my certificate!
I have already downloaded and added my 1 to the global counter :). Infact downloads from India seem to be around the 35,000 mark. Wake up Indians! download now!
The global count appears close to the 5 million mark already! Check it out here!!
(P.S. This posting was done out of Firefox 3 :))
And here is my certificate!

Labels:
certificate,
download,
firefox 3,
guinness world record,
India,
linux
Subscribe to:
Posts (Atom)