ImageMagick reports the following size for this file:
03072004.TIF EPT 1251x403=>1252x401 1252x401+0+0 16-bit ColorSeparation DirectClass 2.008MB 0.000u 0:00.000
I cannot figure out how the dimension 1252x401 is calculated. I assumed that the bounding box defines the dimensions of the image (because it is one of the few mandatory meta data attributes). However this is clearly not the case. So what is the exact meaning of those values? And how to calculate the width and height?
%!PS-Adobe-3.0 EPSF-3.0
%%Creator: Adobe Photoshop Version 4.0.1
%%Title: 03072004.TIF
%%CreationDate: 16.04.1999 12:18 Uhr
%%BoundingBox: 0 0 287 92
%%HiResBoundingBox: 0 0 286.8535 92.4076
%%SuppressDotGainCompensation
%%DocumentProcessColors: Cyan Magenta Yellow Black
%%EndComments
%%BeginProlog
%%EndProlog
%%BeginSetup
%%EndSetup
%ImageData: 1251 403 8 4 1 1251 1 "beginimage"
%BeginPhotoshop: 5828
%3842494D040400000000001B1C0200000200021C0278000F303330373230300D
Note however, that some of my sample files the %%BoundingBox
defined the dimensions as reported by ImageMagick (and other tools).