Re: [Gimp-user] how to write a script to automate processing a multi-page PDF file?

2008-11-04 Thread Sven Neumann
Hi, On Sun, 2008-11-02 at 20:47 +1300, Daryna Baikadamova wrote: > - opens a file (say "foo.pdf", preferably allow me to specify source > filename) > - specify convert each page to a image with 300dpi resolution > - convert all images (all pages) from RGB (or whatever) to indexed > 1-bit black an

Re: [Gimp-user] how to write a script to automate processing a multi-page PDF file?

2008-11-02 Thread Chris Mohler
On Mon, Nov 3, 2008 at 2:17 PM, Daryna Baikadamova <[EMAIL PROTECTED]> wrote: > okay, so I use an automated tool (maybe ghostscript) to convert each > page in a PDF file to tiff 300dpi 1-bit BW images named by their page > number. > > However in GIMP, are there ways to automatically open all tiff f

Re: [Gimp-user] how to write a script to automate processing a multi-page PDF file?

2008-11-02 Thread Daryna Baikadamova
okay, so I use an automated tool (maybe ghostscript) to convert each page in a PDF file to tiff 300dpi 1-bit BW images named by their page number. However in GIMP, are there ways to automatically open all tiff files in the directory at once? Then all I need to do for each image is to erase the lo

Re: [Gimp-user] how to write a script to automate processing a multi-page PDF file?

2008-11-02 Thread David Gowers
Hi, On Sun, Nov 2, 2008 at 6:17 PM, Daryna Baikadamova <[EMAIL PROTECTED]> wrote: > Hi! > > I want to strip logo from every page of a PDF file and would like a script > that: > > - opens a file (say "foo.pdf", preferably allow me to specify source > filename) > - specify convert each page to a ima

[Gimp-user] how to write a script to automate processing a multi-page PDF file?

2008-11-02 Thread Daryna Baikadamova
Hi! I want to strip logo from every page of a PDF file and would like a script that: - opens a file (say "foo.pdf", preferably allow me to specify source filename) - specify convert each page to a image with 300dpi resolution - convert all images (all pages) from RGB (or whatever) to indexed 1-bi