I've uploaded some more photography by the same artist as the original
"halo.jpg":
http://further.sourceforge.net/backgrounds
Photo credit is due to Ryan Dunn (a friend of mine, who'd be proud to
know you like it):
http://hypnopaedia.n3.net
Hightlights of the photos for backgrounds:
- atom.jpg (this is my friend At0m - http://x0r.org)
- bluebridge.jpg
- halo.jpg
- lamppost.jpg
- playing.jpg
Maybe I should just hack up a thumbnailing script... blah.
Any perl masters around?
$id = `identify $filename`;
if ($id =~ /(\d+)x(\d+)/) {
($width, $height) = ($1, $2);
}
Or something like that... :P
-- Evan Martin - martine@speakeasy.org http://www.speakeasy.org/~martine_______________________________________________ Further-devel mailing list Further-devel@lists.sourceforge.net http://lists.sourceforge.net/lists/listinfo/further-devel
This archive was generated by hypermail 2.1.2 : Sun Nov 11 2001 - 14:16:15 PST