http://ufraw.sourceforge.net/ Gimp Plugin a utility to read and manipulate raw images from digital camera
Alternativ kann man sich sicher mit dem Kommandozeilenprogramm convert bzw. montage aus dem ImageMagick-Paket behelfen. Damit kann man die Bilder verkleinern und zusammenfügen. Nachfolgender Befehl erzeugt z.B. eine Übersicht mit 4 Bildern (mit 120x120 pixel Größe) nebeneinander und 10 übereinander (danach wird eine neue Seite angelegt)
montage -size 120x120 -tile 4x10 *.jpg uebersicht.jpg
findimagedupes - Finds visually similar or duplicate images
gimageview - Image Viewer using GTK+
gqview - A simple image viewer using GTK+
gthumb - an image viewer and browser for GNOME2
xzgv
xnview
windoof wine Irfanview
windoof wine Downsizer
Problem:
The following error message appears when trying to mount a Linux exported file system.
mount clntudp_create: RPC: Program not registered http://www.freebsddiary.org/nfs-portmap.php http://www-oss.fnal.gov/projects/fermilinux/common/faq/old/0021.html Sample entries for the host access-control files are:
/etc/hosts.allow: portmap: your.sub.net.number/your.sub.net.mask portmap: 255.255.255.255 0.0.0.0
/etc/hosts.deny portmap: ALL: (/some/where/safe_finger -l @%h | mail root) &
http://www.freebsddiary.org/nfs-portmap.php
http://docs.linux.com/documentation/04/04/26/1642231.shtml?tid=39&tid=14
for i in *.png; do convert -scale 50% $i meta$i done
find -type f -maxdepth 1 -print0 | xargs -r -0 -ixxx convert -resize 640x480 xxx ./email/xxx.jpg
find . -name "*.jpg" -maxdepth 1 -exec convert -sample 25%x25% {} \;
GHOSTSCRIPT PS PFD etc. konvertieren
Code: md thumb for %%f in (*.jpg) do mogrify -geometry 400x400 -density 72x72 +profile "*" %%f for %%f in (*.jpg) do convert -sample 100x100 %%f thumb/%%f exit
Linux/Bilder/Tools (last modified 2008-11-04 07:00:08)