AWARE [SYSTEMS] Imaging expertise for the Delphi developer
AWare Systems, Imaging expertise for the Delphi developer, Home TIFF and LibTiff Mailing List Archive

LibTiff Mailing List

TIFF and LibTiff Mailing List Archive
December 2000

Previous Thread
Next Thread

Previous by Thread
Next by Thread

Previous by Date
Next by Date

Contact

The TIFF Mailing List Homepage
This list is run by Frank Warmerdam
Archive maintained by AWare Systems



Valid HTML 4.01!



Thread

2000.12.15 09:50 "Stripes in thumbnail", by Christian Bednarek
2000.12.17 22:12 "Re: Stripes in thumbnail", by Peter Skarpetis
2000.12.18 05:57 "Re: Stripes in thumbnail", by Christian Bednarek
2000.12.17 23:41 "Re: Stripes in thumbnail", by Joris Van Damme
2000.12.18 00:02 "Re: Stripes in thumbnail", by Joris Van Damme
2000.12.18 00:29 "Re: Stripes in thumbnail", by Sam Leffler
2000.12.18 13:06 "Re: Stripes in thumbnail", by Joris Van Damme
2000.12.18 16:29 "Re: Stripes in thumbnail", by Sam Leffler
2000.12.19 05:36 "Re: Stripes in thumbnail", by Steve Underwood
2000.12.19 05:40 "Re: Stripes in thumbnail", by Peter Skarpetis
2000.12.18 06:08 "Re: Stripes in thumbnail", by Christian Bednarek
2000.12.18 14:33 "Re: Stripes in thumbnail", by Joris Van Damme
2000.12.18 14:28 "Re: Stripes in thumbnail", by Joris Van Damme
2000.12.18 14:30 "Re: Stripes in thumbnail", by Bob Friesenhahn
2000.12.18 14:35 "Re: Stripes in thumbnail", by Joris Van Damme

2000.12.18 14:33 "Re: Stripes in thumbnail", by Joris Van Damme

Christian Bednarek wrote:
> > scanlines in the original g4 tiff(s) cannot be correctly interpretted by
> > LibTiff, and are simply (partially) skipped, leaving a (partially) blank
> > line. Warning and error behaviour of the g3/g4 decompressors has been
> 
> Hm. Now as you mention it... there are warnings. But as I'm an absolute
> newbie, I didn't put them in relation to the stripes...

I checked the original image. Seems there's no problem at all. In fact,
my wrapper doesn't even emit any warnings for the first image directory.
And the image is read correctly, no (partially) blank lines (columns, in
fact, I noticed the original image is rotated too) whatsoever. So if you
do get any warnings, I would like to take a look at them.

Seems that my original guess was wrong. If I were you, I'ld search for
the problem further down the road, perhaps in the code that makes the
thumbnail image. Can't help with that, though.

There is a problem in the second image directory (not that this has
anything to do with problem you reported, of course). I get an error
about the ImageLength tag missing.

> > I can elaborate on one way to get you started on the second task.
> wow... it's _that_ complicated?

It might not have to be. I elaborated on one way to get this job done,
but there might of course be others.

> But I did forget to mention, that those
> thumbnails don't have to be accurate. It's enough for me - and the task
> it's needed for - to find that a part of the picture is green and not red.
> So red=255-cyan, green=255-magenta... is quite good enough.

In that case, it should be a breeze. But why (pretend to) use cmyk if
it's nothing but inverted RGB? Why not simply use RGB?

> I think I can provide you with a whole bunch of G4-TIFFs which we
> have here at the newspaper.

Thanks, but no thanks, got plenty of those.



Joris