Am Freitag, 2. September 2005 13:59 schrieb Daniel Lord: Hallo Daniel,
On Fri, 02 Sep 2005, Al Bogner wrote:
Kann mir bitte wer sagen, wie ich das in eine Pipe bekomme:
ufraw-batch --wb=camera --black-point=auto --exposure=auto \ --overwrite --out-type=tiff16 --zip --output=test.tif DSC_4590.NEF
convert -quality 95 -resize 1024x test.tif test.png
--help --output=FILE Output file name, use '-' to output to stdout
ufraw-batch --wb=camera --black-point=auto --exposure=auto \ --overwrite --out-type=tiff16 --output=- DSC_4590.NEF | convert \ -quality 95 -resize 1024x - test.png
ufraw: loaded DSC_4590.NEF ufraw: saved - convert: missing an image filename `test.png
cat st-grey.png | convert -quality 95 -resize 1024x - test.jpg
Meine Frage bezieht sich nur auf eine Pipe mit ufraw, mit dcraw klappt das: dcraw -c -w "$ORIGINALFILE" | convert - "$FILE"
damit mußt du nur noch ufraw-batch als Fehlerquelle eliminieren was es bei mir nicht gibt ;)
Genau, das ist aber das Problem. Auf Wunsch sende ich auch ein Testfile zu. Al