Matthias Pospiech wrote:
>>> I would like to include to every Link a small picture of the website.
>>> Like for example on http://gnuhaus.com/web.html
>>> but mabe with smaller images.
>>>
>>> Any idea how that could be done automatically ? Is there a tool for such
>>> thing already ?
> What I a m looking for should run on a linux system and be called by a php
> or perl script and run in the background. Moreover it must be installable
> with normal user rights.
> .............
> To be more precise, I do not look for software to capture the whole
> screen, just for software that captures the webpage design. resizing
> should not be the problem.
> ....................
> One exampel webpage that does this is (just found rigt now)
> http://world.dir.nodeworks.com/Deuts...are/TeX/LaTeX/
If I were making a site like either of the ones you posted links to, I would
want to visit them personally to decide which page on the site to make a
thumbnail of. I don't see how your decisions could be automated except with
a thoroughly trained AI. You could use ksnapshot. Gnome has a similar
grabber.
Once you have all your images and text notes gathered together, you should
be able to write a preprocessor in Perl to make the pages for you, ready
for upload to your server.
Or, you could upload everything and display them through a CGI program that
combines them into a webpage when called.
One completely scriptable Linux command is 'import'. It can be used to
capture a screenshot of any window you know the name of. Check out it's
man page.
A much more complete set of scriptable image manipulation tools is
ImageMagick,which Perl and several other languages have hooks into.
--
mbstevens
http://www.mbstevens.com/preprocessor/
http://www.mbstevens.com/howtothumb/