[ wxwindows-Bugs-1593708 ] Incorrect TIFF image height using Group3
Fax compression
SourceForge.net
noreply at sourceforge.net
Thu Nov 9 11:35:33 PST 2006
Bugs item #1593708, was opened at 2006-11-09 15:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1593708&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: wxImage
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: geskerr (geskerrett)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incorrect TIFF image height using Group3 Fax compression
Initial Comment:
wxWidgets doesn't correctly display an image from a
TIFF file with the correct dimensions if the
image/file is using Group3 fax compression.
I found this explaination on the "graphicsmagick"
website;
"""
Note that FAX machines use non-square pixels which
are 1.5 times wider than they are tall but computer
displays use square pixels so FAX images may appear
to be narrow unless they are explicitly resized using
a resize specification of "150x100%".
"""
In my wxpython program, if I rescale the image to
twice the height reported by wxImage, then it is
displayed correctly.
Note that TIFF files with Group4 compression are
perform correctly.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1593708&group_id=9863
More information about the wx-dev
mailing list