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
January 2003

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

2003.01.29 12:53 "tiffcp problems", by Ray Pixley
2003.01.30 01:28 "Re: tiffcp problems", by Peter Montgomery
2003.01.30 01:34 "Re: tiffcp problems", by Peter Montgomery
2003.01.31 17:54 "Re: tiffcp problems", by Ray Pixley
2003.02.01 00:29 "Re: tiffcp problems", by Peter Montgomery
2003.02.04 03:30 "tiffset.exe instructions (was Re: tiffcp problems)", by Ray Pixley
2003.02.04 08:55 "Re: tiffset.exe instructions (was Re: tiffcp problems)", by Andrey Kiselev
2003.02.04 21:39 "Re: tiffset.exe instructions (was Re: tiffcp problems)", by Peter Montgomery
2003.02.07 01:37 "Re: tiffset.exe instructions (was Re: tiffcp problems)", by Ray Pixley
2003.02.07 03:04 "Re: tiffset.exe instructions (was Re: tiffcp problems)", by Jason Summers
2003.02.07 03:55 "Re: tiffset.exe instructions (was Re: tiffcp problems)", by Peter Montgomery
2003.02.07 14:11 "Re: tiffset.exe instructions (was Re: tiffcp problems)", by Ray Pixley

2003.02.07 14:11 "Re: tiffset.exe instructions (was Re: tiffcp problems)", by Ray Pixley

Peter

> What are you using tiffcp to do?  Are you performing some additional
> conversions such as compression type?

Several things later on, but right now I want to use it to change the
compression to G4, because HP's scanner software doesn't use that
compression.  That way I can work on getting rid of my shoeboxes of receipts
and papers and keep them on smaller CDs.  (I'd like to throw them out, but I
learned long ago that the day or even years after they are gone, I end up
needing a copy of them.  I've looked and purchased some so-called
"commercial" software that supposedly does that, but such software has too
many of the wrong kind of bells and whistles and usually worthless support
despite insisting on keeping the source code a "trade secret".  The latter
would be fine if they supported it properly.  While their reality is that
they do, my reality is they don't.  Bigtime.  Enough flaming.)

> My app is pretty simple in that
> it just searches for the appropriate tag, checks the value, and then
> converts it if it isn't what was passed on the commandline.

That's what I was looking for, and was trying to do with VBA.  But when I
tried, I got a lot of "this is not a tif file" messages.  Hence, my posting.

> I am curious if all your files are the same endian.

I'm familiar with the endian "feature".  Some of my files are little, some
are big and I have some VBA code that tells me which are which.  So far,
there are no indications that this alone could be the problem.  But I still
have some combinations to try.

> I'm just trying to think of what might be causing the problem on my end.

I don't think its your end.

> BTW, if you simply need to change the photometric interpretation, then
> you don't need tiffcp.

I also plan to use tiffcp to concatenate some files later on.  But one thing
at a time.

> PS - Have you tried taking a problem file and just running it only
> through my tweaker program?  You should then perform the same
> experiment and just use tiffcp.  See if you can isolate the odd 
> behavior to either of the two apps separately.

That's essentially what I'm doing.

Thanks

Ray
--