[Gimp-developer] 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-developer] [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 >