Hallo Liste,
aus G3-Fax-Files GIF's zu erzeugen und einzeln zu mailen funtioniert. Statt GIF TIFF zu erzeugen ist auch kein Problem. Wie kann ich jetzt aber die Seiten als Multipage-TIFF in einer Datei zusammenfassen?
30 Mails und mehr fuer 1 Fax zu oeffnen ist echt nicht spassig. :-(
Danke,
Rico.
Am Don, 09 Mär 2000 schrieb Rico Koerner:
aus G3-Fax-Files GIF's zu erzeugen und einzeln zu mailen funtioniert. Statt GIF TIFF zu erzeugen ist auch kein Problem. Wie kann ich jetzt aber die Seiten als Multipage-TIFF in einer Datei zusammenfassen?
Kann das die libtiff und wenn ja unterstützt das dann auch Gimp ?
Bye, Stephan
Am Don, 09 Mär 2000 schrieb Rico Koerner:
aus G3-Fax-Files GIF's zu erzeugen und einzeln zu mailen funtioniert. Statt GIF TIFF zu erzeugen ist auch kein Problem. Wie kann ich jetzt aber die Seiten als Multipage-TIFF in einer Datei zusammenfassen?
Kann das die libtiff und wenn ja unterstützt das dann auch Gimp ?
Kann man das dann auch in ein Script quetschen? Bisher wird das ganze mit den pnmtools erledigt.
Rico
Am Fre, 10 Mär 2000 schrieb Rico Koerner:
Kann das die libtiff und wenn ja unterstützt das dann auch Gimp ?
Kann man das dann auch in ein Script quetschen?
Probier doch mal ImageMagick.
convert *.png allinone.tiff
erzeugt bei mir eine Tiff-Datei die genauso groß ist, wie alle png's einzeln nach tiff konvertiert zusammen.
Bye, Stephan
On Mon, 13 Mar 2000, you wrote:
convert *.png allinone.tiff
Wenn ich die Faxfiles mit einer Endung .g3 versehen habe funktionierts. Kann man das convert auch anders sagen?
convert -h sagt:
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the image type as the filename suffix (i.e. image.ps). Specify 'file' as '-' for standard input or output.
Bye, Stephan
Stephan Goetter wrote:
convert -h sagt:
By default, the image format of `file' is determined by its magic number. To specify a particular image format, precede the filename with an image format name and a colon (i.e. ps:image) or specify the
Ah, jetzt ja. ;-) In den Manpages stand das nicht so deutlich drin.
Danke, das war's.
Rico
lug-dd@mailman.schlittermann.de