by XnTriq (Posted Sat Oct 08, 2016 3:30 am)
As it turns out, we're dealing with Kofax's implementation of TIFF with JPEG compression.
Unfortunately, Windows Picture and Fax Viewer doesn't like JPEG-compressed TIFFs.
If the goal is to make these TIFFs compatible with Microsoft's viewer, resaving them with a different compression would indeed make sense.
Fortunately for us, XnConvert doesn't rely on the filename extension to recognize a format. However, files without extension aren't categorized as images…
… which is why they are ignored by the Add folder... command.
See also: How to scan subfolders?
Read Main Topic
As it turns out, we're dealing with Kofax's implementation of TIFF with JPEG compression.
XnView MP v0.83 wrote:
- Code: Select all
File
Filename 10DE00009A_2.TIF
Filepath X:\Test\
Description TIF Image
File size 1.49 MiB (1.561.535)
Creation date/time 08.04.2016 - 17:19:44
Modified date/time 08.04.2016 - 17:19:44
Accessed date/time 08.04.2016 - 17:19:44
Rating 0
Colour Label 0
File's icon shimgvw.dll,4
Image
Format TIFF (jpeg)
Width 1728
Height 2840
Dimension 4.9 Mpixels
# of bits 24
Color model RGB
DPI 200 x 200
Print size 21.94x36.07 cm, 8.64x14.20 inches
Compression JPEG
Images/frames count 3
Origin Top-Left
Extra info
PhotometricInterpretation 6
PlanarConfiguration 1
SamplesPerPixel 3
DateTime 2010:07:20 15:06:34
Software Kofax standard Multi-Page TIFF Storage Filter v3.03.000
Unfortunately, Windows Picture and Fax Viewer doesn't like JPEG-compressed TIFFs.
Wikipedia (Windows Photo Viewer » Evolution) wrote:Windows Picture and Fax Viewer was also capable of viewing multi-page TIFF files, (except those that employ JPEG compression) as well as annotating the TIFF files.
If the goal is to make these TIFFs compatible with Microsoft's viewer, resaving them with a different compression would indeed make sense.
Fortunately for us, XnConvert doesn't rely on the filename extension to recognize a format. However, files without extension aren't categorized as images…
xnview (Converting multiple vector images into JPEG) wrote:yes, 'add folder' add only images not all files...
The only way is to use in xnViewMP, recursive display, select all and batch convert
… which is why they are ignored by the Add folder... command.
See also: How to scan subfolders?
Read Main Topic