> 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
>
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
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
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
_
> 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,
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