AWARE SYSTEMS
TIFF and LibTiff Mail List Archive

Thread

2007.07.12 15:21 "[Tiff] how to rotate an image", by Oliver Geisen
2007.07.12 15:30 "Re: [Tiff] how to rotate an image", by Andy Cave
2007.07.14 12:45 "Re: [Tiff] how to rotate an image", by Oliver Geisen
2007.07.14 13:47 "Re: [Tiff] how to rotate an image", by Andy Cave
2007.07.13 16:19 "[Tiff] Re: Bit shifting and rotating of TIFF images", by Richard Nolde
2007.07.14 12:39 "Re: [Tiff] Re: Bit shifting and rotating of TIFF images", by Oliver Geisen
2007.07.14 16:03 "Re: [Tiff] Re: Bit shifting and rotating of TIFF images", by Bob Friesenhahn
2007.07.16 04:57 "[Tiff] Image Roation by 180 degrees", by Richard Nolde
2007.07.18 00:33 "Re: [Tiff] Re: Bit shifting and rotating of TIFF images", by Chris Cox
2007.07.17 09:32 "Re: [Tiff] Re: Bit shifting and rotating of TIFF images", by Oliver Geisen
2007.07.17 12:10 "Re: [Tiff] Re: Bit shifting and rotating of TIFF images", by Ron
2007.07.20 04:26 "[Tiff] Bit shifts vs lookup tables", by Richard Nolde

2007.07.12 15:30 "Re: [Tiff] how to rotate an image", by Andy Cave

Hi Oliver,

How large are the images you're rotating? Our pre-press product FirstPROOF has the ability to rotate 1-bit images, by 90, 180 or 270 degrees, very fast, however big they are, whether they are striped or tiled. I can tell you that writing such code to be efficient for any sized images (and leaving a resulting image that is sequentially accessed on disk for subsequent maximum i/o performance) is not a trivial task. If you're not an experienced s/w engineer, I would suggest you hire one.

Regards,

Andy.

Andy Cave,
Chief Executive Officer,
Hamillroad Software Limited.
www.firstproof.com
www.hamillroad.com

how can i rotate an tiff image by 180 degrees (from head-up to head- down)?

For now i use Strip-reading bottom-up and scanline writing top-down. The problem is that i also have to swob all bits of each scanline horizontaly (byte and bit swob) and don't know how to handle this effectivly.

Any ideas about that?