NOTICE! This is a static HTML version of a legacy ImageJ Trac ticket.

The ImageJ project now uses GitHub Issues for issue tracking.

Please file all new issues there.

Ticket #90 (closed defect: wontfix)

Opened 2010-06-03T07:53:43-05:00

Last modified 2011-08-01T12:14:50-05:00

BaseTiffMock endianness

Reported by: leek Owned by: leek
Priority: minor Milestone: imagej-2.0-alpha5
Component: Testing Version:
Severity: minor Keywords:
Cc: Blocked By:
Blocking:

Description

The BaseTiffMock writes shorts of length 1 as ints in the IFD. This works on little-endian platforms but will write a value of zero followed by a filler short containing the true value in the second byte. In addition, it writes an array of two shorts using the offset method; these two shorts should be stored immediately following the count.

I will fix this as part of a restructuring that I'm undertaking which will allow derived classes to add their own entries to the IFD.

Change History

comment:1 Changed 2010-06-29T13:36:24-05:00 by leek

  • Component changed from analysis to tests
  • Milestone changed from biweekly-2010: Jun-14 to Jun-25 to biweekly-2010: Jun-28 to Jul-09

comment:2 Changed 2010-06-29T13:36:29-05:00 by leek

  • Status changed from new to accepted

comment:3 Changed 2010-10-18T11:16:46-05:00 by leek

  • Milestone changed from biweekly-2010: Oct-18 to Oct-29 to biweekly-2011: Jan-03 to Jan-14

comment:4 Changed 2011-01-18T09:32:04-06:00 by leek

  • Milestone changed from biweekly-2011: Jan-03 to Jan-14 to biweekly-2011: Mar-14 to Mar-25

comment:5 Changed 2011-04-11T10:09:42-05:00 by leek

  • Priority changed from major to minor
  • Milestone changed from biweekly-2011: Mar-28 to Apr-08 to biweekly-2011: May-23 to Jun-03

comment:6 Changed 2011-08-01T10:08:17-05:00 by curtis

Is this still pending?

comment:7 Changed 2011-08-01T12:14:50-05:00 by leek

  • Status changed from accepted to closed
  • Resolution set to wontfix