replace the original scripts from version 0.0.7 with these scripts,
OR get the pre-release 0.0.8-pre4.
BETA ADDON'S for testing:
vdr-image-0.0.7c-beta-2.tar.gz (22 Feb. 2004, Onno Kreuzinger [onno_AT_kreuzinger_DOT_biz])
changed:
- better aspect correct by calculating, 3/2 (scanned photos) should now
look ok (more to be done here, got good code from cle/Alex)
- changed some option parsing in convert.sh for image_pregen.sh, to allow
usage of xargs and other stuff.
- added image_pregen.sh, can be used as cron job or vdr commands menu, see
also new item "Tips" in README
beta stuff:
optionally replaced identify with netpbm to detect pixel sizes (decoding to
/dev/null with verbosity), and replaced convert (imagemagick) for zooming.
To activate those features change in all convert scripts
USE_IDENTIFY="true"
to anything but true and identify wont be used for pixel detection.
(mostly slower, sometimes more reliable)
Reworking toom script to get rid of ImageMagick, change in convert_zoom.sh
USE_CONVERT="true"
to something else but true and zooming will be done with pnm tools
(higly beta, expect your tv to explode)
by Onno Kreuzinger, all comments and bugs to me, not Interpohl :-)