Re: [Gimp-developer] Problem with CMYK TIF

2001-04-09 Thread Nick Lamb

As Ville pointed out, there's no alternate color-space support in Gimp 1.x
so it is not possible for the TIFF loader (which is maintained by me) to
simply import the raw CMYK data from the TIFF. The same applies to LAB
or any other colorspace with a non-trivial transform to RGB.

Instead, libtiff is asked to convert the data on the fly to RGBA. The
problems you're seeing (upside down image, progress is inaccurate/ non
functional) are due to limitations on (a) the libtiff APIs and (b) my
investment of time needed to work around them.

Some future version of this loader might do a better job, or some future
version of the Gimp might support CMYK, in any case I'm sorry but this
probably won't be resolved during the 1.2.x series.

To find out more about your TIFFs get "tiffinfo", probably included with
recent versions of the tiff libraries.

PS The dialog box who's contents you don't remember warned you that this
would happen - read the warning dialogs!
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] Problem with CMYK TIF

2001-04-09 Thread Ulrich Windl

Interesting: Somehow it could read the file (There was a dialog box
which contents I can't remember, but it was about file format. I hit OK
there) Can I find out more about that (my) particular TIF, possibly
within GIMP. Maybe I could send you the start of the file (the whole
image is 18MB, so not ideal for distributing)...

Could it be that the TIF uses LAB colors, not CMYK?

Ulrich

On 9 Apr 2001, at 12:19, Ville Pätsi wrote:

> These 0.5K bytes were from Ulrich Windl,
> > Importing a CMYK TIF image produced on a Power Mac with a
> > Heidelberg/Linotype Scanner, I found that the progressbar does not work
> > when reading the image, and at the end the image in rotated by 180
> > degrees. This was in GIMP 1.2 as delivered with SuSE Linux 7.1.
> > (RGB TIFs produced on the same machine appear normal)
>
> Gimp does not currently have any support for cmyk images. It is planned for
> future 2.0.X releases.
>
> --
> Ville Pätsi -- [EMAIL PROTECTED]


___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer



Re: [Gimp-developer] Problem with CMYK TIF

2001-04-09 Thread Ville Pätsi

These 0.5K bytes were from Ulrich Windl,
> Importing a CMYK TIF image produced on a Power Mac with a 
> Heidelberg/Linotype Scanner, I found that the progressbar does not work 
> when reading the image, and at the end the image in rotated by 180 
> degrees. This was in GIMP 1.2 as delivered with SuSE Linux 7.1.
> (RGB TIFs produced on the same machine appear normal)

Gimp does not currently have any support for cmyk images. It is planned for
future 2.0.X releases. 

-- 
Ville Pätsi -- [EMAIL PROTECTED]
___
Gimp-developer mailing list
[EMAIL PROTECTED]
http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-developer