TIFF CCITT4 images is too large - bug?

Things you’d like to miss in the future...
Post Reply
Leopoldus
Posts: 237
Joined: 24 Jun 2004 10:58

TIFF CCITT4 images is too large - bug?

Post by Leopoldus »

The most of images in format TIFF CCITT Fax Group4 are be reported to be too large for previewing in the preview pane. However few of them are not. This behaivour does not depend of how large really the file is. Seems to be a bug, isn't it?
What should be by the author's intend the maximum size of TIFF CCITT4 images files to be previewed in the preview panel?

admin
Site Admin
Posts: 64259
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

Re: TIFF CCITT4 images is too large - bug?

Post by admin »

This is the current formula:

Code: Select all

fTooLarge = picWidth * picHeight > Max(screenWidth * screenHeight * 4, lThumbMaxArea)
In words: if the pic's area is larger than what is bigger (four times the screen area :: max size of thumbed originals) then it's too large. In other words: enlarge max size of thumbed originals (-> Configuration) and you can see your TIFFs.

Post Reply