[Gimp-user] problem with image conversion script

2008-04-06 Thread Octavi Fors
Hi everybody, I want to convert a FITS image into PPM in batch mode. Grabbing code from different sites I end up to a source script version like this: (define (fits-to-ppm infile outfile) (let* ((image (car (file-fits-load RUN-NONINTERACTIVE infile infile ) ) (drawable (car (gimp-image-get-active

Re: [Gimp-user] problem with image conversion script

2008-04-07 Thread Octavi Fors
_ > Gimp-user mailing list > Gimp-user@lists.XCF.Berkeley.EDU > https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user > -- -- --- Octavi Fors Astronomy Department University of Barcelona Marti i Franques 1,

Re: [Gimp-user] problem with image conversion script

2008-04-07 Thread Octavi Fors
tavi. On Mon, Apr 7, 2008 at 12:59 PM, Pere Pujal i Carabantes < [EMAIL PROTECTED]> wrote: > Hola Octavi! > > El dg 06 de 04 del 2008 a les 19:31 +, en/na Octavi Fors va > escriure: > > > I want to convert a FITS image into PPM in batch mode. > > Grabbing

Re: [Gimp-user] problem with image conversion script

2008-04-07 Thread Octavi Fors
image drawable outfile outfile 0) (gimp-image-delete image) ) ) Thanks so much for helping, Octavi. On Mon, Apr 7, 2008 at 5:42 PM, Pere Pujal i Carabantes < [EMAIL PROTECTED]> wrote: > Hola Octavi! > > El dl 07 de 04 del 2008 a les 13:27 +0200, en/na Octavi For

[Gimp-user] reading TIFF and GeoTIFF of 16 bits per pixel

2008-11-20 Thread Octavi Fors
Hi, could anybody read a TIFF or GeoTIFF image of 16 bits per pixel with gimp2.6? I'm getting an error saying that this bit resolution is not supported and 8 bits/pixel is used by default. Thanks in advance, -- -- --- Octavi Fors Astr

Re: [Gimp-user] reading TIFF and GeoTIFF of 16 bits per pixel

2008-11-21 Thread Octavi Fors
> On Fri, Nov 21, 2008 at 4:22 PM, Octavi Fors <[EMAIL PROTECTED]> wrote: > > Hi, > > > > could anybody read a TIFF or GeoTIFF image of 16 bits per pixel with > > gimp2.6? > > I'm getting an error saying that this bit resolution is not supported and >