Archive for April 26th, 2002

Post

more easy stuff

In Uncategorized on April 26, 2002

i got enough scheme sussed out with the aid of mike terry’s black belt school of script-fu and tomcat’s batch bitching tutorial to emulate, in the gimp, as much of photoshop’s “create web album” function as i’ve ever used.

  • actualscale.scm scheme to scale images to a given width
  • ratioscale.scm scheme to scale images to a given ratio
  • album.sh shell script that uses the two pieces of scheme above to create a thumbnails directory full of images resized to a width of 100 pixels, and an images directory full of images resized to a quarter of their original size.

put the scheme into your ~/.gimp-1.2/scripts directory and run the shell script over a directory full of jpeg files. the next step will be to eliminate the shell script and do it all from within the gimp. and probably also figure out how to make the images look a bit cleaner as the rescaling has made them rather blurry.

therefore, i have new photos, a random selection of my friend linda getting married, the hall where the reception was, my parents’ house, my dad snapping pics of my family in the pub on my birthday and london’s millennium bridge as seen from high up in the tate modern.

Post

the scheme of things

In Uncategorized on April 26, 2002

how to connect a fujifilm 1400 zoom camera to a suse 7.4 linux box in 3 easy steps:

  1. plug usb cable in (an end in the camera and an end in the linux box is probably best)
  2. mount -f vfat /dev/sda1 /cam (optionally preceded by mkdir /cam)
  3. cd /cam and look at pics

easy :-) i will now figure out

  • how to eliminate step two
  • enough scheme to program the gimp in batch mode, i’ve been trying to remember all the lisp i never knew without very much success