2005.09.05 06:11 "[Tiff] Porting libtiff to ARM", by Katrina Maramba

2005.09.05 19:30 "Re: [Tiff] Porting libtiff to ARM", by Bob Friesenhahn

tif_config.h has this on my system:

/* Support strip chopping (whether or not to convert single-strip uncompressed images to mutiple strips of ~8Kb to reduce memory usage) */

#define STRIPCHOP_DEFAULT TIFF_STRIPCHOP

Seems important!

Bob

On Sun, 4 Sep 2005, katrina maramba wrote:

Do you have any notes/ documentation on how to port libtiff to ARM? I am having problems porting.

Also, I noticed something... I had modified the makefile and I didn't join tif_win32.c and tif_stream.cxx in the build since they had some compile and link errors so I thought I'd give it a try without these two files. In doing so, the parser still ran but the strip chopping process is no longer done (I did a comparison with my workspace that had all the files). Is it correct to assume that the strip chopping process is not done because of the "deletion" of the two files from the makefile?

Thanks,
Kat

======================================
Bob Friesenhahn
bfriesen@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/