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
March 2009

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

2009.03.04 19:17 "Alter TIFF Orientation", by Kevin Myers
2009.03.04 19:59 "Re: Alter TIFF Orientation", by Edward Lam
2009.03.04 20:36 "Re: Alter TIFF Orientation", by Kevin Myers

2009.03.04 20:36 "Re: Alter TIFF Orientation", by Kevin Myers

After some brief research, trial and error, and review of the source code,
tiffset did the track.  Interesting that the help and man page for tiffset
indicate that a tag name is required, while in actual fact it seems that a
decimal tag number is used.
  ----- Original Message ----- 
  From: Kevin Myers 
  To: tiff@lists.maptools.org ; graphicsmagick-help@lists.sourceforge.net 
  Sent: Wednesday, March 04, 2009 13:17
  Subject: Alter TIFF Orientation


  I received a number of extremely large TIFF images where the orientation
  value in the TIFF header has been incorrectly set to BOTTOM in the header
  rather than TOP, and that is causing the images to be displayed
  upside-down.  In theory I might be able to rotate these images 180 degrees
  using something like GraphicsMagick without changing the orientation
  value, but that would be extremely slow.  All that I really need to do is
  change the orientation value in the header from BOTTOM to TOP.  Are there
  any utilities that allow this simple change to be performed?

  Thanks,
  Kevin M.