I don't have a deep understanding of file-formats and compressions and so on, but usually I have the experience with LZW and CCITT:
"Uncompressed TIF has high file size, compression reduces it down to 70-5% file size"
But now I got an uncompressed TIFF (6400 * 4800 pix, 16.400 colors) where I used different "save as tiff .." commands from XNViewMP and got these result:
original.tif 92'305.350
jpeg.tif 6'142.974
lzw.tif 79'104.426
lzw_pre.tif 55'910.122
packbit.tif 93'066.541
no_compr.tif 92'337.107
zip.tif 66'681.857
The file props of the original are:
File
Filename 018.tif
Filepath D:\xxx
Description TIFF Image file
File size 88.03 MiB (92’305’350)
Creation date/time 15.03.2025 - 09:11:21
Modified date/time 15.03.2025 - 09:11:28
Accessed date/time 15.03.2025 - 09:36:48
Rating 0
Colour Label 0
File's icon 1
Image
Format TIFF
Width 6325
Height 4863
Dimension 30.7585 Mpixels
# of bits 24
Color model RGB
DPI 240 x 240
Print size 66.94x51.47 cm, 26.35x20.26 inches
Compression None
Images/frames count 1
Origin Top-Left
Extra info
PhotometricInterpretation 2
PlanarConfiguration 1
SamplesPerPixel 3
Color Profile
Description sRGB IEC61966-2.1
Manufacturer IEC http://www.iec.ch
Model IEC 61966-2.1 Default RGB colour space - sRGB
Copyright Copyright (c) 1998 Hewlett-Packard Company
So what's the reason that the compression brings so extreme different results and LZW only a small effect and packbit an increased size?
Search found 21 matches: iec61966
Searched query: iec61966
- Sat Mar 15, 2025 8:41 am
- Forum: MP - General Support
- Topic: Questions about TIFF-compression
- Replies: 6
- Views: 417
- Mon May 01, 2023 3:35 pm
- Forum: NConvert
- Topic: Bug Report: JPEG error in MacOS version of NConvert [Solved]
- Replies: 3
- Views: 3703
Bug Report: JPEG error in MacOS version of NConvert [Solved]
Converting from PNG/TIF image to JPEG produces the following error:
Error: In JPEG (.../Sample.jpg)
*The desired output image format needs to be JPEG.
*It does produce a .jpg file. However, there is no information in it. The file size is 0.
*I've attached sample files for anyone wanting to try.
*I don't know how to change the Color Profile with the ICC commands. So I've omitted it from this topic.
*Where it states ".../Sample.tif" I used my fully qualified path name. Substitute it with your own.
System Specs:
iMac Early 2009 with a pached copy of macOS Catalina.
Processor: 2.66 GHz Intel Core 2 Duo.
Memory: 8 GB 1333 MHz DDR3.
Graphics: NVIDIA GeForce 9400 256 MB.
Model Identifier: iMac9,1.
I need to be able to save TIF to JPEG with the following criteria:
DPI: 72.
Image Size: 800 longest side.
Canvas Size: 800x800
Canvas Background Color: White.
Color Profile: sRGB IEC61966-2.1
• Tried saving the photo to JPEG with the following code. Unsuccessful :
nconvert -dpi 72 -ratio -rtype linear -resize longest 800 -canvas 800 800 center -bgcolor 255 255 255 -wmopacity 10 -wmflag center -wmsize 95 -wmfile ".../Watermark.png" -out jpeg -q 90 ".../Sample.tif"
*I get the same error when using single quotes.
*I get the same error when using a PNG image as input.
*I get the error "can't open file" when using colons in the Pathname (Does not use HFS File Paths).
*This works on my Windows 11 Platform with one hiccup. The background color is Black no matter the value I set it :( ).
• Tried saving the photo to JPEG with the following simpler code. Unsuccessful :
nconvert -resize longest 800 -out jpeg -q 90 ".../Sample.tif"
*The above gave me the same error message "Error: In JPEG (.../Sample.jpg)"
*I get the same error when using a PNG image as input.
• Tried saving a watermark directly on top of a JPEG image with the following code. Unsuccessful :
nconvert -wmopacity 7 -wmflag center -wmsize 98 -wmfile ".../Watermark.png" ".../Sample.jpg"
It gave me the below error message.
my_error_exit...<JPEG parameter struct mismatch: library thinks size is 632, caller expects 600>
my_error_exit...<JPEG parameter struct mismatch: library thinks size is 632, caller expects 600>
my_error_exit...<JPEG parameter struct mismatch: library thinks size is 632, caller expects 600>
my_error_exit...<JPEG parameter struct mismatch: library thinks size is 632, caller expects 600>
Error: Don't know how to read this picture (.../Sample.jpg)
• Tried saving the photo to PNG with the following code. Progress : :? (Unfortunately, the background is still black :( )
nconvert -dpi 72 -ratio -rtype linear -resize longest 800 -canvas 800 800 center -bgcolor 255 255 255 -wmopacity 10 -wmflag center -wmsize 95 -wmfile ".../Watermark.png" -out png ".../Sample.tif"
*Unfortunately, PNG images are not the final goal. It has to be in JPEG format.
I Also thought there might be something wrong with the plugins provided with nconvert.
I deleted all the Plugins in the plugin folder which came with nconvert. Then, I opened the "Show Package Contents" of the XnViewMP Application installed on the mac and copied all it's plugins into the Plugin folder with nconvert. Unfortunately, when running the code again. The same error message is produced!
Anyone know how to resolve this or am I correct to assume that this is a bug?
Reference: How to setup nconvert for use on MacOS Catalina
Error: In JPEG (.../Sample.jpg)
*The desired output image format needs to be JPEG.
*It does produce a .jpg file. However, there is no information in it. The file size is 0.
*I've attached sample files for anyone wanting to try.
*I don't know how to change the Color Profile with the ICC commands. So I've omitted it from this topic.
*Where it states ".../Sample.tif" I used my fully qualified path name. Substitute it with your own.
System Specs:
iMac Early 2009 with a pached copy of macOS Catalina.
Processor: 2.66 GHz Intel Core 2 Duo.
Memory: 8 GB 1333 MHz DDR3.
Graphics: NVIDIA GeForce 9400 256 MB.
Model Identifier: iMac9,1.
I need to be able to save TIF to JPEG with the following criteria:
DPI: 72.
Image Size: 800 longest side.
Canvas Size: 800x800
Canvas Background Color: White.
Color Profile: sRGB IEC61966-2.1
• Tried saving the photo to JPEG with the following code. Unsuccessful :
nconvert -dpi 72 -ratio -rtype linear -resize longest 800 -canvas 800 800 center -bgcolor 255 255 255 -wmopacity 10 -wmflag center -wmsize 95 -wmfile ".../Watermark.png" -out jpeg -q 90 ".../Sample.tif"
*I get the same error when using single quotes.
*I get the same error when using a PNG image as input.
*I get the error "can't open file" when using colons in the Pathname (Does not use HFS File Paths).
*This works on my Windows 11 Platform with one hiccup. The background color is Black no matter the value I set it :( ).
• Tried saving the photo to JPEG with the following simpler code. Unsuccessful :
nconvert -resize longest 800 -out jpeg -q 90 ".../Sample.tif"
*The above gave me the same error message "Error: In JPEG (.../Sample.jpg)"
*I get the same error when using a PNG image as input.
• Tried saving a watermark directly on top of a JPEG image with the following code. Unsuccessful :
nconvert -wmopacity 7 -wmflag center -wmsize 98 -wmfile ".../Watermark.png" ".../Sample.jpg"
It gave me the below error message.
my_error_exit...<JPEG parameter struct mismatch: library thinks size is 632, caller expects 600>
my_error_exit...<JPEG parameter struct mismatch: library thinks size is 632, caller expects 600>
my_error_exit...<JPEG parameter struct mismatch: library thinks size is 632, caller expects 600>
my_error_exit...<JPEG parameter struct mismatch: library thinks size is 632, caller expects 600>
Error: Don't know how to read this picture (.../Sample.jpg)
• Tried saving the photo to PNG with the following code. Progress : :? (Unfortunately, the background is still black :( )
nconvert -dpi 72 -ratio -rtype linear -resize longest 800 -canvas 800 800 center -bgcolor 255 255 255 -wmopacity 10 -wmflag center -wmsize 95 -wmfile ".../Watermark.png" -out png ".../Sample.tif"
*Unfortunately, PNG images are not the final goal. It has to be in JPEG format.
I Also thought there might be something wrong with the plugins provided with nconvert.
I deleted all the Plugins in the plugin folder which came with nconvert. Then, I opened the "Show Package Contents" of the XnViewMP Application installed on the mac and copied all it's plugins into the Plugin folder with nconvert. Unfortunately, when running the code again. The same error message is produced!
Anyone know how to resolve this or am I correct to assume that this is a bug?
Reference: How to setup nconvert for use on MacOS Catalina
- Fri Mar 03, 2023 3:22 pm
- Forum: MP - General [Français]
- Topic: Profil KODAK : Rouge rouge ou rouge orange ?
- Replies: 6
- Views: 2003
Re: Profil KODAK : Rouge rouge ou rouge orange ?
Oui, "Valeurs par défaut du système de couleurs Windows" : sRGB IEC61966-2.1
ça marche bien.
Remarque : pas pour les vignettes : le rouge reste orange ...
ça marche bien.
Remarque : pas pour les vignettes : le rouge reste orange ...
- Mon Jan 02, 2023 6:29 pm
- Forum: Closed/Resolved
- Topic: Color Management (ICC profile for monitor)
- Replies: 7
- Views: 1881
Color Management (ICC profile for monitor)
I have a display with a color profile and Xnview with the General > ICC settings.
I'm comparing some images (with embedded sRGB IEC61966-2.1) between XnView and Photoshop.
I've noticed that the images don't exactly match, and the difference is more evident in the blacks.
It would be helpful to know what XnView internally uses for color conversions. LCMS?
Also, is black point compensation used during color conversions?
---
XnView MP 1.4.0
Windows 10 build 19045
I'm comparing some images (with embedded sRGB IEC61966-2.1) between XnView and Photoshop.
I've noticed that the images don't exactly match, and the difference is more evident in the blacks.
It would be helpful to know what XnView internally uses for color conversions. LCMS?
Also, is black point compensation used during color conversions?
---
XnView MP 1.4.0
Windows 10 build 19045
- Tue Sep 13, 2022 8:15 am
- Forum: Classic - General Support
- Topic: Comparison to Windows Picture Viewer
- Replies: 6
- Views: 2339
Re: Comparison to Windows Picture Viewer
could you post a screenshot?
The fix was to deactivate "Use ICC Embedded Profile". Now the stripes are visible.
With ICC:
https://abload.de/thumb/xn01nsd0y.jpg
No ICC:
https://abload.de/thumb/xn02zpiq0.jpg
But I wonder wouldn't it be better to have that marker checker all the time to make sure all images will be displayed as intended by the creator?
I tried it with an other color managed image and compared it. The output should match Photoshop when "Use ICC Embedded Profile" is checked. But this time it doesn't matter if it's checked or unchecked - the colors appear slightly brighter/more colorful.
Image with embedded ICC Profile (sRGB IEC61966-2.1)
https://abload.de/thumb/car_icchxcee.jpg
Comparison in XnView/Photoshop/Windows Picture Viewer
https://abload.de/thumb/car_icc_comparison3vdcx.jpg
Also Firefox and Edge are displaying it correctly. Why are the colors slightly off in XnView only?
- Wed Feb 16, 2022 3:12 pm
- Forum: Closed/Resolved
- Topic: HEIC-HEIF encoder saves corrupted files
- Replies: 14
- Views: 25382
Re: HEIC-HEIF encoder saves corrupted files
Seems to have something to do with the metadata and/or color profile .
The first image ( 1477.jpg ) has extra metadata and a particular color profile (IEC61966-2.1) , and it seems to always work when converting it to HEIC.
The second image ( 1478.jpg ) has no metadata and uses the standard sRGB color profile , and it always results in a corrupted HEIC when converting.
When trying to load 1477.heic into my iPhone, it accepts it.
When trying to load 1478.heic into my iPhone, it rejects it with the error message:
"The operation couldn't be completed."
"(PHPhotosErrorDomain error -1.)"
See attached screenshot.
phphotoserror-domain-heic-import.png
UPDATE: I can confirm that when using GIMP (both under Linux and Windows) to convert the 1478.jpg to HEIC, it works as expected, and my iPhone can properly import/read the HEIC image.
The first image ( 1477.jpg ) has extra metadata and a particular color profile (IEC61966-2.1) , and it seems to always work when converting it to HEIC.
The second image ( 1478.jpg ) has no metadata and uses the standard sRGB color profile , and it always results in a corrupted HEIC when converting.
When trying to load 1477.heic into my iPhone, it accepts it.
When trying to load 1478.heic into my iPhone, it rejects it with the error message:
"The operation couldn't be completed."
"(PHPhotosErrorDomain error -1.)"
See attached screenshot.
phphotoserror-domain-heic-import.png
UPDATE: I can confirm that when using GIMP (both under Linux and Windows) to convert the 1478.jpg to HEIC, it works as expected, and my iPhone can properly import/read the HEIC image.
- Fri Jan 29, 2021 8:30 pm
- Forum: Classic - General Support
- Topic: IPTC and German Umlaute
- Replies: 5
- Views: 1733
Re: IPTC and German Umlaute
X:\Test\wrong.jpg : Success
Format : JPEG TrueColor (v1.1)
Name : jpeg
Compression : JPEG
Width : 191
Height : 169
Components per pixel : 3
Bits per component : 8
Depth : 24
# colors : 16777216
Color model : RGB
Bytes Per Plane : 573
Orientation : Top Left
Xdpi : 180
Ydpi : 180
Page(s) : 1
Metadata : ( EXIF IPTC ICC )
Color Profile : sRGB IEC61966-2.1
IPTC 120: Parkpltze
X:\Test\fixed.jpg : Success
Format : JPEG TrueColor (v1.1)
Name : jpeg
Compression : JPEG
Width : 191
Height : 169
Components per pixel : 3
Bits per component : 8
Depth : 24
# colors : 16777216
Color model : RGB
Bytes Per Plane : 573
Orientation : Top Left
Xdpi : 180
Ydpi : 180
Page(s) : 1
Metadata : ( EXIF IPTC ICC )
Color Profile : sRGB IEC61966-2.1
IPTC 120: Parkplätze
X:\Test\wrong.jpg : Success
Format : JPEG TrueColor (v1.1)
Name : jpeg
Compression : JPEG
Width : 191
Height : 169
Components per pixel : 3
Bits per component : 8
Depth : 24
# colors : 16777216
Color model : RGB
Bytes Per Plane : 573
Orientation : Top Left
Xdpi : 180
Ydpi : 180
Page(s) : 1
Metadata : ( EXIF IPTC ICC )
Color Profile : sRGB IEC61966-2.1
TAG 100 3 2
TAG 101 3 2
TAG 102 3 6
TAG 106 3 2
TAG 10f 2 10
TAG 110 2 8
TAG 112 3 2
TAG 115 3 2
TAG 11a 5 8
TAG 11b 5 8
TAG 128 3 2
TAG 131 2 30
TAG 132 2 20
TAG 213 3 2
TAG c4a5 7 208
TAG c6d2 7 64
TAG c6d3 7 128
TAG 8769 4 4
TAG 829a 5 8
TAG 829d 5 8
TAG 8822 3 2
TAG 8827 3 2
TAG 8830 3 2
TAG 9000 7 4
TAG 9003 2 20
TAG 9004 2 20
TAG 9101 7 4
TAG 9102 5 8
TAG 9201 10 8
TAG 9202 5 8
TAG 9204 10 8
TAG 9205 5 8
TAG 9207 3 2
TAG 9208 3 2
TAG 9209 3 2
TAG 920a 5 8
TAG a000 7 4
TAG a001 3 2
TAG a002 4 4
TAG a003 4 4
TAG a005 4 4
TAG a217 3 2
TAG a300 7 1
TAG a301 7 1
TAG a401 3 2
TAG a402 3 2
TAG a403 3 2
TAG a404 5 8
TAG a405 3 2
TAG a406 3 2
TAG a407 3 2
TAG a408 3 2
TAG a409 3 2
TAG a40a 3 2
TAG 1 2 4
TAG 2 7 4
TAG 103 3 2
TAG 11a 5 8
TAG 11b 5 8
TAG 128 3 2
TAG 201 4 4
TAG 202 4 4
EXIF:
Camera:
Image width (0x0100): 4000
Image length (0x0101): 3000
Bits per sample (0x0102): 8
Photometric interpretation (0x0106): 2
Camera Manufacturer (0x010f): Panasonic
Camera Model (0x0110): DMC-FT3
Orientation (0x0112): top-left (1)
Samples per pixel (0x0115): 3
X Resolution (0x011a): 180
Y Resolution (0x011b): 180
Resolution unit (0x0128): Inch
Software (0x0131): Adobe Photoshop CS6 (Windows)
Date modified (0x0132): 2014:05:22 11:06:03
YCbCr Positioning (0x0213): co-sited (2)
Image:
Exposure time [s] (0x829a): 1/200
F-Number (0x829d): 3.3
Exposure program (0x8822): Landscape mode (8)
ISO speed ratings (0x8827): 100
EXIF version (0x9000): 02.30
Date taken (0x9003): 2014:05:13 08:57:58
Date digitized (0x9004): 2014:05:13 08:57:58
Components configuration (0x9101): YCbCr
Compressed bits per pixel (0x9102): 4
Shutter speed [s] (0x9201): 1/200
Aperture (0x9202): F3.3
Exposure bias value (0x9204): 0
Max aperture (0x9205): F3.3
Metering mode (0x9207): Multi-segment (5)
Light source (0x9208): Unknown (0)
Flash (0x9209): No flash
Focal length [mm] (0x920a): 4.9
FlashPix Version (0xa000): 01.00
Colour space (0xa001): sRGB
EXIF image width (0xa002): 4000
EXIF image length (0xa003): 2666
Interoperability offset (0xa005): 1272
Sensing method (0xa217): One-chip color area sensor (2)
File source (0xa300): DSC
Scene type (0xa301): A directly photographed image
Custom rendered (0xa401): Normal process (0)
Exposure mode (0xa402): Auto (0)
White balance (0xa403): Auto (0)
Digital zoom (0xa404): 0
Focal length (35mm) (0xa405): 28
Scene capture type (0xa406): Standard (0)
Gain control (0xa407): None (0)
Contrast (0xa408): Normal (0)
Saturation (0xa409): Normal (0)
Sharpness (0xa40a): Normal (0)
IOP:
IOP index (0x0001): R98
IOP version (0x0002): 0100
Thumbnail:
Compression (0x0103): 6
X Resolution (0x011a): 72
Y Resolution (0x011b): 72
Resolution unit (0x0128): Inch
Thumbnail offset (0x0201): 1398
Thumbnail length (0x0202): 2973
IPTC:
Date Created (0x37): 20140513
Time Created (0x3c): 085758+0000
Caption (0x78): Parkpltze
X:\Test\fixed.jpg : Success
Format : JPEG TrueColor (v1.1)
Name : jpeg
Compression : JPEG
Width : 191
Height : 169
Components per pixel : 3
Bits per component : 8
Depth : 24
# colors : 16777216
Color model : RGB
Bytes Per Plane : 573
Orientation : Top Left
Xdpi : 180
Ydpi : 180
Page(s) : 1
Metadata : ( EXIF IPTC ICC )
Color Profile : sRGB IEC61966-2.1
TAG 100 3 2
TAG 101 3 2
TAG 102 3 6
TAG 106 3 2
TAG 10f 2 10
TAG 110 2 8
TAG 112 3 2
TAG 115 3 2
TAG 11a 5 8
TAG 11b 5 8
TAG 128 3 2
TAG 131 2 30
TAG 132 2 20
TAG 213 3 2
TAG c4a5 7 208
TAG c6d2 7 64
TAG c6d3 7 128
TAG 8769 4 4
TAG 829a 5 8
TAG 829d 5 8
TAG 8822 3 2
TAG 8827 3 2
TAG 8830 3 2
TAG 9000 7 4
TAG 9003 2 20
TAG 9004 2 20
TAG 9101 7 4
TAG 9102 5 8
TAG 9201 10 8
TAG 9202 5 8
TAG 9204 10 8
TAG 9205 5 8
TAG 9207 3 2
TAG 9208 3 2
TAG 9209 3 2
TAG 920a 5 8
TAG a000 7 4
TAG a001 3 2
TAG a002 4 4
TAG a003 4 4
TAG a005 4 4
TAG a217 3 2
TAG a300 7 1
TAG a301 7 1
TAG a401 3 2
TAG a402 3 2
TAG a403 3 2
TAG a404 5 8
TAG a405 3 2
TAG a406 3 2
TAG a407 3 2
TAG a408 3 2
TAG a409 3 2
TAG a40a 3 2
TAG 1 2 4
TAG 2 7 4
TAG 103 3 2
TAG 11a 5 8
TAG 11b 5 8
TAG 128 3 2
TAG 201 4 4
TAG 202 4 4
EXIF:
Camera:
Image width (0x0100): 4000
Image length (0x0101): 3000
Bits per sample (0x0102): 8
Photometric interpretation (0x0106): 2
Camera Manufacturer (0x010f): Panasonic
Camera Model (0x0110): DMC-FT3
Orientation (0x0112): top-left (1)
Samples per pixel (0x0115): 3
X Resolution (0x011a): 180
Y Resolution (0x011b): 180
Resolution unit (0x0128): Inch
Software (0x0131): Adobe Photoshop CS6 (Windows)
Date modified (0x0132): 2014:05:22 11:06:03
YCbCr Positioning (0x0213): co-sited (2)
Image:
Exposure time [s] (0x829a): 1/200
F-Number (0x829d): 3.3
Exposure program (0x8822): Landscape mode (8)
ISO speed ratings (0x8827): 100
EXIF version (0x9000): 02.30
Date taken (0x9003): 2014:05:13 08:57:58
Date digitized (0x9004): 2014:05:13 08:57:58
Components configuration (0x9101): YCbCr
Compressed bits per pixel (0x9102): 4
Shutter speed [s] (0x9201): 1/200
Aperture (0x9202): F3.3
Exposure bias value (0x9204): 0
Max aperture (0x9205): F3.3
Metering mode (0x9207): Multi-segment (5)
Light source (0x9208): Unknown (0)
Flash (0x9209): No flash
Focal length [mm] (0x920a): 4.9
FlashPix Version (0xa000): 01.00
Colour space (0xa001): sRGB
EXIF image width (0xa002): 4000
EXIF image length (0xa003): 2666
Interoperability offset (0xa005): 1272
Sensing method (0xa217): One-chip color area sensor (2)
File source (0xa300): DSC
Scene type (0xa301): A directly photographed image
Custom rendered (0xa401): Normal process (0)
Exposure mode (0xa402): Auto (0)
White balance (0xa403): Auto (0)
Digital zoom (0xa404): 0
Focal length (35mm) (0xa405): 28
Scene capture type (0xa406): Standard (0)
Gain control (0xa407): None (0)
Contrast (0xa408): Normal (0)
Saturation (0xa409): Normal (0)
Sharpness (0xa40a): Normal (0)
IOP:
IOP index (0x0001): R98
IOP version (0x0002): 0100
Thumbnail:
Compression (0x0103): 6
X Resolution (0x011a): 72
Y Resolution (0x011b): 72
Resolution unit (0x0128): Inch
Thumbnail offset (0x0201): 1398
Thumbnail length (0x0202): 2973
IPTC:
Date Created (0x37): 20140513
Time Created (0x3c): 085758+0000
Caption (0x78): Parkpldtze
My Windows console is using code page 437 :
mode con cp
Status for device CON:
----------------------
Code page: 437
Results from Brandfolder's Extract Image Metadata Tool (including CurrentIPTCDigest + CodedCharacterSet + ApplicationRecordVersion ):
FileSize: 15 kB
FileType: JPEG
FileTypeExtension: jpg
MIMEType: image/jpeg
JFIFVersion: 1.01
ExifByteOrder: Little-endian (Intel, II)
PhotometricInterpretation: RGB
Make: Panasonic
Model: DMC-FT3
Orientation: Horizontal (normal)
SamplesPerPixel: 3
XResolution: 180
YResolution: 180
ResolutionUnit: inches
Software: Adobe Photoshop CS6 (Windows)
ModifyDate: 2014-05-22T11:06:03.000+00:00
YCbCrPositioning: Co-sited
PrintIMVersion: 250
ExposureTime: 1/200
FNumber: 3.3
ExposureProgram: Landscape
ISO: 100
SensitivityType: Standard Output Sensitivity
ExifVersion: 230
DateTimeOriginal: 2014-05-13T08:57:58.000+00:00
CreateDate: 2014-05-13T08:57:58.000+00:00
ComponentsConfiguration: Y, Cb, Cr, -
CompressedBitsPerPixel: 4
ShutterSpeedValue: 1/200
ApertureValue: 3.3
ExposureCompensation: 0
MaxApertureValue: 3.3
MeteringMode: Multi-segment
LightSource: Unknown
Flash: Auto, Did not fire
FocalLength: 4.9 mm
FlashpixVersion: 100
ColorSpace: sRGB
ExifImageWidth: 4000
ExifImageHeight: 2666
InteropIndex: R98 - DCF basic file (sRGB)
InteropVersion: 100
SensingMethod: One-chip color area
FileSource: Digital Camera
SceneType: Directly photographed
CustomRendered: Normal
ExposureMode: Auto
WhiteBalance: Auto
DigitalZoomRatio: 0
FocalLengthIn35mmFormat: 28 mm
SceneCaptureType: Standard
GainControl: None
Contrast: Normal
Saturation: Normal
Sharpness: Normal
Compression: JPEG (old-style)
ThumbnailOffset: 1428
ThumbnailLength: 2973
CurrentIPTCDigest: e7d320ef1b4080c2af4c3d2fd7c441be
CodedCharacterSet: UTF8
ApplicationRecordVersion: 0
DateCreated: 2014:05:13
TimeCreated: 08:57:58+00:00
Caption-Abstract: Parkpl?tze
ProfileCMMType: Linotronic
ProfileVersion: 2.1.0
ProfileClass: Display Device Profile
ColorSpaceData: RGB
ProfileConnectionSpace: XYZ
ProfileDateTime: 1998-02-09T06:49:00.000+00:00
ProfileFileSignature: acsp
PrimaryPlatform: Microsoft Corporation
CMMFlags: Not Embedded, Independent
DeviceManufacturer: IEC
DeviceModel: sRGB
DeviceAttributes: Reflective, Glossy, Positive, Color
RenderingIntent: Perceptual
ConnectionSpaceIlluminant: 0.9642 1 0.82491
ProfileCreator: HP
ProfileID: 0
ProfileCopyright: Copyright (c) 1998 Hewlett-Packard Company
ProfileDescription: sRGB IEC61966-2.1
MediaWhitePoint: 0.95045 1 1.08905
MediaBlackPoint: 0 0 0
RedMatrixColumn: 0.43607 0.22249 0.01392
GreenMatrixColumn: 0.38515 0.71687 0.09708
BlueMatrixColumn: 0.14307 0.06061 0.7141
DeviceMfgDesc: IEC http://www.iec.ch
DeviceModelDesc: IEC 61966-2.1 Default RGB colour space - sRGB
ViewingCondDesc: Reference Viewing Condition in IEC61966-2.1
ViewingCondIlluminant: 19.6445 20.3718 16.8089
ViewingCondSurround: 3.92889 4.07439 3.36179
ViewingCondIlluminantType: D50
Luminance: 76.03647 80 87.12462
MeasurementObserver: CIE 1931
MeasurementBacking: 0 0 0
MeasurementGeometry: Unknown
MeasurementFlare: 0.999%
MeasurementIlluminant: D65
Technology: Cathode Ray Tube Display
RedTRC: (Binary data 2060 bytes, use -b option to extract)
GreenTRC: (Binary data 2060 bytes, use -b option to extract)
BlueTRC: (Binary data 2060 bytes, use -b option to extract)
ImageWidth: 191
ImageHeight: 169
EncodingProcess: Baseline DCT, Huffman coding
BitsPerSample: 8
ColorComponents: 3
YCbCrSubSampling: YCbCr4:2:0 (2 2)
Aperture: 3.3
DateTimeCreated: 2014-05-13T08:57:58.000+00:00
ImageSize: 191x169
Megapixels: 0.032
ScaleFactor35efl: 5.7
ShutterSpeed: 1/200
ThumbnailImage: (Binary data 2973 bytes, use -b option to extract)
CircleOfConfusion: 0.005 mm
FOV: 65.5 deg
FocalLength35efl: 4.9 mm (35 mm equivalent: 28.0 mm)
HyperfocalDistance: 1.38 m
LightValue: 11.1
FileSize: 15 kB
FileType: JPEG
FileTypeExtension: jpg
MIMEType: image/jpeg
JFIFVersion: 1.01
ExifByteOrder: Little-endian (Intel, II)
PhotometricInterpretation: RGB
Make: Panasonic
Model: DMC-FT3
Orientation: Horizontal (normal)
SamplesPerPixel: 3
XResolution: 180
YResolution: 180
ResolutionUnit: inches
Software: Adobe Photoshop CS6 (Windows)
ModifyDate: 2014-05-22T11:06:03.000+00:00
YCbCrPositioning: Co-sited
PrintIMVersion: 250
ExposureTime: 1/200
FNumber: 3.3
ExposureProgram: Landscape
ISO: 100
SensitivityType: Standard Output Sensitivity
ExifVersion: 230
DateTimeOriginal: 2014-05-13T08:57:58.000+00:00
CreateDate: 2014-05-13T08:57:58.000+00:00
ComponentsConfiguration: Y, Cb, Cr, -
CompressedBitsPerPixel: 4
ShutterSpeedValue: 1/200
ApertureValue: 3.3
ExposureCompensation: 0
MaxApertureValue: 3.3
MeteringMode: Multi-segment
LightSource: Unknown
Flash: Auto, Did not fire
FocalLength: 4.9 mm
FlashpixVersion: 100
ColorSpace: sRGB
ExifImageWidth: 4000
ExifImageHeight: 2666
InteropIndex: R98 - DCF basic file (sRGB)
InteropVersion: 100
SensingMethod: One-chip color area
FileSource: Digital Camera
SceneType: Directly photographed
CustomRendered: Normal
ExposureMode: Auto
WhiteBalance: Auto
DigitalZoomRatio: 0
FocalLengthIn35mmFormat: 28 mm
SceneCaptureType: Standard
GainControl: None
Contrast: Normal
Saturation: Normal
Sharpness: Normal
Compression: JPEG (old-style)
ThumbnailOffset: 1428
ThumbnailLength: 2973
CurrentIPTCDigest: 7ce129a4d2b5fedb27f963553d6d8672
DateCreated: 2014:05:13
TimeCreated: 08:57:58+00:00
Caption-Abstract: Parkplätze
ProfileCMMType: Linotronic
ProfileVersion: 2.1.0
ProfileClass: Display Device Profile
ColorSpaceData: RGB
ProfileConnectionSpace: XYZ
ProfileDateTime: 1998-02-09T06:49:00.000+00:00
ProfileFileSignature: acsp
PrimaryPlatform: Microsoft Corporation
CMMFlags: Not Embedded, Independent
DeviceManufacturer: IEC
DeviceModel: sRGB
DeviceAttributes: Reflective, Glossy, Positive, Color
RenderingIntent: Perceptual
ConnectionSpaceIlluminant: 0.9642 1 0.82491
ProfileCreator: HP
ProfileID: 0
ProfileCopyright: Copyright (c) 1998 Hewlett-Packard Company
ProfileDescription: sRGB IEC61966-2.1
MediaWhitePoint: 0.95045 1 1.08905
MediaBlackPoint: 0 0 0
RedMatrixColumn: 0.43607 0.22249 0.01392
GreenMatrixColumn: 0.38515 0.71687 0.09708
BlueMatrixColumn: 0.14307 0.06061 0.7141
DeviceMfgDesc: IEC http://www.iec.ch
DeviceModelDesc: IEC 61966-2.1 Default RGB colour space - sRGB
ViewingCondDesc: Reference Viewing Condition in IEC61966-2.1
ViewingCondIlluminant: 19.6445 20.3718 16.8089
ViewingCondSurround: 3.92889 4.07439 3.36179
ViewingCondIlluminantType: D50
Luminance: 76.03647 80 87.12462
MeasurementObserver: CIE 1931
MeasurementBacking: 0 0 0
MeasurementGeometry: Unknown
MeasurementFlare: 0.999%
MeasurementIlluminant: D65
Technology: Cathode Ray Tube Display
RedTRC: (Binary data 2060 bytes, use -b option to extract)
GreenTRC: (Binary data 2060 bytes, use -b option to extract)
BlueTRC: (Binary data 2060 bytes, use -b option to extract)
ImageWidth: 191
ImageHeight: 169
EncodingProcess: Baseline DCT, Huffman coding
BitsPerSample: 8
ColorComponents: 3
YCbCrSubSampling: YCbCr4:2:0 (2 2)
Aperture: 3.3
DateTimeCreated: 2014-05-13T08:57:58.000+00:00
ImageSize: 191x169
Megapixels: 0.032
ScaleFactor35efl: 5.7
ShutterSpeed: 1/200
ThumbnailImage: (Binary data 2973 bytes, use -b option to extract)
CircleOfConfusion: 0.005 mm
FOV: 65.5 deg
FocalLength35efl: 4.9 mm (35 mm equivalent: 28.0 mm)
HyperfocalDistance: 1.38 m
LightValue: 11.1
Format : JPEG TrueColor (v1.1)
Name : jpeg
Compression : JPEG
Width : 191
Height : 169
Components per pixel : 3
Bits per component : 8
Depth : 24
# colors : 16777216
Color model : RGB
Bytes Per Plane : 573
Orientation : Top Left
Xdpi : 180
Ydpi : 180
Page(s) : 1
Metadata : ( EXIF IPTC ICC )
Color Profile : sRGB IEC61966-2.1
IPTC 120: Parkpltze
X:\Test\fixed.jpg : Success
Format : JPEG TrueColor (v1.1)
Name : jpeg
Compression : JPEG
Width : 191
Height : 169
Components per pixel : 3
Bits per component : 8
Depth : 24
# colors : 16777216
Color model : RGB
Bytes Per Plane : 573
Orientation : Top Left
Xdpi : 180
Ydpi : 180
Page(s) : 1
Metadata : ( EXIF IPTC ICC )
Color Profile : sRGB IEC61966-2.1
IPTC 120: Parkplätze
X:\Test\wrong.jpg : Success
Format : JPEG TrueColor (v1.1)
Name : jpeg
Compression : JPEG
Width : 191
Height : 169
Components per pixel : 3
Bits per component : 8
Depth : 24
# colors : 16777216
Color model : RGB
Bytes Per Plane : 573
Orientation : Top Left
Xdpi : 180
Ydpi : 180
Page(s) : 1
Metadata : ( EXIF IPTC ICC )
Color Profile : sRGB IEC61966-2.1
TAG 100 3 2
TAG 101 3 2
TAG 102 3 6
TAG 106 3 2
TAG 10f 2 10
TAG 110 2 8
TAG 112 3 2
TAG 115 3 2
TAG 11a 5 8
TAG 11b 5 8
TAG 128 3 2
TAG 131 2 30
TAG 132 2 20
TAG 213 3 2
TAG c4a5 7 208
TAG c6d2 7 64
TAG c6d3 7 128
TAG 8769 4 4
TAG 829a 5 8
TAG 829d 5 8
TAG 8822 3 2
TAG 8827 3 2
TAG 8830 3 2
TAG 9000 7 4
TAG 9003 2 20
TAG 9004 2 20
TAG 9101 7 4
TAG 9102 5 8
TAG 9201 10 8
TAG 9202 5 8
TAG 9204 10 8
TAG 9205 5 8
TAG 9207 3 2
TAG 9208 3 2
TAG 9209 3 2
TAG 920a 5 8
TAG a000 7 4
TAG a001 3 2
TAG a002 4 4
TAG a003 4 4
TAG a005 4 4
TAG a217 3 2
TAG a300 7 1
TAG a301 7 1
TAG a401 3 2
TAG a402 3 2
TAG a403 3 2
TAG a404 5 8
TAG a405 3 2
TAG a406 3 2
TAG a407 3 2
TAG a408 3 2
TAG a409 3 2
TAG a40a 3 2
TAG 1 2 4
TAG 2 7 4
TAG 103 3 2
TAG 11a 5 8
TAG 11b 5 8
TAG 128 3 2
TAG 201 4 4
TAG 202 4 4
EXIF:
Camera:
Image width (0x0100): 4000
Image length (0x0101): 3000
Bits per sample (0x0102): 8
Photometric interpretation (0x0106): 2
Camera Manufacturer (0x010f): Panasonic
Camera Model (0x0110): DMC-FT3
Orientation (0x0112): top-left (1)
Samples per pixel (0x0115): 3
X Resolution (0x011a): 180
Y Resolution (0x011b): 180
Resolution unit (0x0128): Inch
Software (0x0131): Adobe Photoshop CS6 (Windows)
Date modified (0x0132): 2014:05:22 11:06:03
YCbCr Positioning (0x0213): co-sited (2)
Image:
Exposure time [s] (0x829a): 1/200
F-Number (0x829d): 3.3
Exposure program (0x8822): Landscape mode (8)
ISO speed ratings (0x8827): 100
EXIF version (0x9000): 02.30
Date taken (0x9003): 2014:05:13 08:57:58
Date digitized (0x9004): 2014:05:13 08:57:58
Components configuration (0x9101): YCbCr
Compressed bits per pixel (0x9102): 4
Shutter speed [s] (0x9201): 1/200
Aperture (0x9202): F3.3
Exposure bias value (0x9204): 0
Max aperture (0x9205): F3.3
Metering mode (0x9207): Multi-segment (5)
Light source (0x9208): Unknown (0)
Flash (0x9209): No flash
Focal length [mm] (0x920a): 4.9
FlashPix Version (0xa000): 01.00
Colour space (0xa001): sRGB
EXIF image width (0xa002): 4000
EXIF image length (0xa003): 2666
Interoperability offset (0xa005): 1272
Sensing method (0xa217): One-chip color area sensor (2)
File source (0xa300): DSC
Scene type (0xa301): A directly photographed image
Custom rendered (0xa401): Normal process (0)
Exposure mode (0xa402): Auto (0)
White balance (0xa403): Auto (0)
Digital zoom (0xa404): 0
Focal length (35mm) (0xa405): 28
Scene capture type (0xa406): Standard (0)
Gain control (0xa407): None (0)
Contrast (0xa408): Normal (0)
Saturation (0xa409): Normal (0)
Sharpness (0xa40a): Normal (0)
IOP:
IOP index (0x0001): R98
IOP version (0x0002): 0100
Thumbnail:
Compression (0x0103): 6
X Resolution (0x011a): 72
Y Resolution (0x011b): 72
Resolution unit (0x0128): Inch
Thumbnail offset (0x0201): 1398
Thumbnail length (0x0202): 2973
IPTC:
Date Created (0x37): 20140513
Time Created (0x3c): 085758+0000
Caption (0x78): Parkpltze
X:\Test\fixed.jpg : Success
Format : JPEG TrueColor (v1.1)
Name : jpeg
Compression : JPEG
Width : 191
Height : 169
Components per pixel : 3
Bits per component : 8
Depth : 24
# colors : 16777216
Color model : RGB
Bytes Per Plane : 573
Orientation : Top Left
Xdpi : 180
Ydpi : 180
Page(s) : 1
Metadata : ( EXIF IPTC ICC )
Color Profile : sRGB IEC61966-2.1
TAG 100 3 2
TAG 101 3 2
TAG 102 3 6
TAG 106 3 2
TAG 10f 2 10
TAG 110 2 8
TAG 112 3 2
TAG 115 3 2
TAG 11a 5 8
TAG 11b 5 8
TAG 128 3 2
TAG 131 2 30
TAG 132 2 20
TAG 213 3 2
TAG c4a5 7 208
TAG c6d2 7 64
TAG c6d3 7 128
TAG 8769 4 4
TAG 829a 5 8
TAG 829d 5 8
TAG 8822 3 2
TAG 8827 3 2
TAG 8830 3 2
TAG 9000 7 4
TAG 9003 2 20
TAG 9004 2 20
TAG 9101 7 4
TAG 9102 5 8
TAG 9201 10 8
TAG 9202 5 8
TAG 9204 10 8
TAG 9205 5 8
TAG 9207 3 2
TAG 9208 3 2
TAG 9209 3 2
TAG 920a 5 8
TAG a000 7 4
TAG a001 3 2
TAG a002 4 4
TAG a003 4 4
TAG a005 4 4
TAG a217 3 2
TAG a300 7 1
TAG a301 7 1
TAG a401 3 2
TAG a402 3 2
TAG a403 3 2
TAG a404 5 8
TAG a405 3 2
TAG a406 3 2
TAG a407 3 2
TAG a408 3 2
TAG a409 3 2
TAG a40a 3 2
TAG 1 2 4
TAG 2 7 4
TAG 103 3 2
TAG 11a 5 8
TAG 11b 5 8
TAG 128 3 2
TAG 201 4 4
TAG 202 4 4
EXIF:
Camera:
Image width (0x0100): 4000
Image length (0x0101): 3000
Bits per sample (0x0102): 8
Photometric interpretation (0x0106): 2
Camera Manufacturer (0x010f): Panasonic
Camera Model (0x0110): DMC-FT3
Orientation (0x0112): top-left (1)
Samples per pixel (0x0115): 3
X Resolution (0x011a): 180
Y Resolution (0x011b): 180
Resolution unit (0x0128): Inch
Software (0x0131): Adobe Photoshop CS6 (Windows)
Date modified (0x0132): 2014:05:22 11:06:03
YCbCr Positioning (0x0213): co-sited (2)
Image:
Exposure time [s] (0x829a): 1/200
F-Number (0x829d): 3.3
Exposure program (0x8822): Landscape mode (8)
ISO speed ratings (0x8827): 100
EXIF version (0x9000): 02.30
Date taken (0x9003): 2014:05:13 08:57:58
Date digitized (0x9004): 2014:05:13 08:57:58
Components configuration (0x9101): YCbCr
Compressed bits per pixel (0x9102): 4
Shutter speed [s] (0x9201): 1/200
Aperture (0x9202): F3.3
Exposure bias value (0x9204): 0
Max aperture (0x9205): F3.3
Metering mode (0x9207): Multi-segment (5)
Light source (0x9208): Unknown (0)
Flash (0x9209): No flash
Focal length [mm] (0x920a): 4.9
FlashPix Version (0xa000): 01.00
Colour space (0xa001): sRGB
EXIF image width (0xa002): 4000
EXIF image length (0xa003): 2666
Interoperability offset (0xa005): 1272
Sensing method (0xa217): One-chip color area sensor (2)
File source (0xa300): DSC
Scene type (0xa301): A directly photographed image
Custom rendered (0xa401): Normal process (0)
Exposure mode (0xa402): Auto (0)
White balance (0xa403): Auto (0)
Digital zoom (0xa404): 0
Focal length (35mm) (0xa405): 28
Scene capture type (0xa406): Standard (0)
Gain control (0xa407): None (0)
Contrast (0xa408): Normal (0)
Saturation (0xa409): Normal (0)
Sharpness (0xa40a): Normal (0)
IOP:
IOP index (0x0001): R98
IOP version (0x0002): 0100
Thumbnail:
Compression (0x0103): 6
X Resolution (0x011a): 72
Y Resolution (0x011b): 72
Resolution unit (0x0128): Inch
Thumbnail offset (0x0201): 1398
Thumbnail length (0x0202): 2973
IPTC:
Date Created (0x37): 20140513
Time Created (0x3c): 085758+0000
Caption (0x78): Parkpldtze
My Windows console is using code page 437 :
mode con cp
Status for device CON:
----------------------
Code page: 437
Results from Brandfolder's Extract Image Metadata Tool (including CurrentIPTCDigest + CodedCharacterSet + ApplicationRecordVersion ):
FileSize: 15 kB
FileType: JPEG
FileTypeExtension: jpg
MIMEType: image/jpeg
JFIFVersion: 1.01
ExifByteOrder: Little-endian (Intel, II)
PhotometricInterpretation: RGB
Make: Panasonic
Model: DMC-FT3
Orientation: Horizontal (normal)
SamplesPerPixel: 3
XResolution: 180
YResolution: 180
ResolutionUnit: inches
Software: Adobe Photoshop CS6 (Windows)
ModifyDate: 2014-05-22T11:06:03.000+00:00
YCbCrPositioning: Co-sited
PrintIMVersion: 250
ExposureTime: 1/200
FNumber: 3.3
ExposureProgram: Landscape
ISO: 100
SensitivityType: Standard Output Sensitivity
ExifVersion: 230
DateTimeOriginal: 2014-05-13T08:57:58.000+00:00
CreateDate: 2014-05-13T08:57:58.000+00:00
ComponentsConfiguration: Y, Cb, Cr, -
CompressedBitsPerPixel: 4
ShutterSpeedValue: 1/200
ApertureValue: 3.3
ExposureCompensation: 0
MaxApertureValue: 3.3
MeteringMode: Multi-segment
LightSource: Unknown
Flash: Auto, Did not fire
FocalLength: 4.9 mm
FlashpixVersion: 100
ColorSpace: sRGB
ExifImageWidth: 4000
ExifImageHeight: 2666
InteropIndex: R98 - DCF basic file (sRGB)
InteropVersion: 100
SensingMethod: One-chip color area
FileSource: Digital Camera
SceneType: Directly photographed
CustomRendered: Normal
ExposureMode: Auto
WhiteBalance: Auto
DigitalZoomRatio: 0
FocalLengthIn35mmFormat: 28 mm
SceneCaptureType: Standard
GainControl: None
Contrast: Normal
Saturation: Normal
Sharpness: Normal
Compression: JPEG (old-style)
ThumbnailOffset: 1428
ThumbnailLength: 2973
CurrentIPTCDigest: e7d320ef1b4080c2af4c3d2fd7c441be
CodedCharacterSet: UTF8
ApplicationRecordVersion: 0
DateCreated: 2014:05:13
TimeCreated: 08:57:58+00:00
Caption-Abstract: Parkpl?tze
ProfileCMMType: Linotronic
ProfileVersion: 2.1.0
ProfileClass: Display Device Profile
ColorSpaceData: RGB
ProfileConnectionSpace: XYZ
ProfileDateTime: 1998-02-09T06:49:00.000+00:00
ProfileFileSignature: acsp
PrimaryPlatform: Microsoft Corporation
CMMFlags: Not Embedded, Independent
DeviceManufacturer: IEC
DeviceModel: sRGB
DeviceAttributes: Reflective, Glossy, Positive, Color
RenderingIntent: Perceptual
ConnectionSpaceIlluminant: 0.9642 1 0.82491
ProfileCreator: HP
ProfileID: 0
ProfileCopyright: Copyright (c) 1998 Hewlett-Packard Company
ProfileDescription: sRGB IEC61966-2.1
MediaWhitePoint: 0.95045 1 1.08905
MediaBlackPoint: 0 0 0
RedMatrixColumn: 0.43607 0.22249 0.01392
GreenMatrixColumn: 0.38515 0.71687 0.09708
BlueMatrixColumn: 0.14307 0.06061 0.7141
DeviceMfgDesc: IEC http://www.iec.ch
DeviceModelDesc: IEC 61966-2.1 Default RGB colour space - sRGB
ViewingCondDesc: Reference Viewing Condition in IEC61966-2.1
ViewingCondIlluminant: 19.6445 20.3718 16.8089
ViewingCondSurround: 3.92889 4.07439 3.36179
ViewingCondIlluminantType: D50
Luminance: 76.03647 80 87.12462
MeasurementObserver: CIE 1931
MeasurementBacking: 0 0 0
MeasurementGeometry: Unknown
MeasurementFlare: 0.999%
MeasurementIlluminant: D65
Technology: Cathode Ray Tube Display
RedTRC: (Binary data 2060 bytes, use -b option to extract)
GreenTRC: (Binary data 2060 bytes, use -b option to extract)
BlueTRC: (Binary data 2060 bytes, use -b option to extract)
ImageWidth: 191
ImageHeight: 169
EncodingProcess: Baseline DCT, Huffman coding
BitsPerSample: 8
ColorComponents: 3
YCbCrSubSampling: YCbCr4:2:0 (2 2)
Aperture: 3.3
DateTimeCreated: 2014-05-13T08:57:58.000+00:00
ImageSize: 191x169
Megapixels: 0.032
ScaleFactor35efl: 5.7
ShutterSpeed: 1/200
ThumbnailImage: (Binary data 2973 bytes, use -b option to extract)
CircleOfConfusion: 0.005 mm
FOV: 65.5 deg
FocalLength35efl: 4.9 mm (35 mm equivalent: 28.0 mm)
HyperfocalDistance: 1.38 m
LightValue: 11.1
FileSize: 15 kB
FileType: JPEG
FileTypeExtension: jpg
MIMEType: image/jpeg
JFIFVersion: 1.01
ExifByteOrder: Little-endian (Intel, II)
PhotometricInterpretation: RGB
Make: Panasonic
Model: DMC-FT3
Orientation: Horizontal (normal)
SamplesPerPixel: 3
XResolution: 180
YResolution: 180
ResolutionUnit: inches
Software: Adobe Photoshop CS6 (Windows)
ModifyDate: 2014-05-22T11:06:03.000+00:00
YCbCrPositioning: Co-sited
PrintIMVersion: 250
ExposureTime: 1/200
FNumber: 3.3
ExposureProgram: Landscape
ISO: 100
SensitivityType: Standard Output Sensitivity
ExifVersion: 230
DateTimeOriginal: 2014-05-13T08:57:58.000+00:00
CreateDate: 2014-05-13T08:57:58.000+00:00
ComponentsConfiguration: Y, Cb, Cr, -
CompressedBitsPerPixel: 4
ShutterSpeedValue: 1/200
ApertureValue: 3.3
ExposureCompensation: 0
MaxApertureValue: 3.3
MeteringMode: Multi-segment
LightSource: Unknown
Flash: Auto, Did not fire
FocalLength: 4.9 mm
FlashpixVersion: 100
ColorSpace: sRGB
ExifImageWidth: 4000
ExifImageHeight: 2666
InteropIndex: R98 - DCF basic file (sRGB)
InteropVersion: 100
SensingMethod: One-chip color area
FileSource: Digital Camera
SceneType: Directly photographed
CustomRendered: Normal
ExposureMode: Auto
WhiteBalance: Auto
DigitalZoomRatio: 0
FocalLengthIn35mmFormat: 28 mm
SceneCaptureType: Standard
GainControl: None
Contrast: Normal
Saturation: Normal
Sharpness: Normal
Compression: JPEG (old-style)
ThumbnailOffset: 1428
ThumbnailLength: 2973
CurrentIPTCDigest: 7ce129a4d2b5fedb27f963553d6d8672
DateCreated: 2014:05:13
TimeCreated: 08:57:58+00:00
Caption-Abstract: Parkplätze
ProfileCMMType: Linotronic
ProfileVersion: 2.1.0
ProfileClass: Display Device Profile
ColorSpaceData: RGB
ProfileConnectionSpace: XYZ
ProfileDateTime: 1998-02-09T06:49:00.000+00:00
ProfileFileSignature: acsp
PrimaryPlatform: Microsoft Corporation
CMMFlags: Not Embedded, Independent
DeviceManufacturer: IEC
DeviceModel: sRGB
DeviceAttributes: Reflective, Glossy, Positive, Color
RenderingIntent: Perceptual
ConnectionSpaceIlluminant: 0.9642 1 0.82491
ProfileCreator: HP
ProfileID: 0
ProfileCopyright: Copyright (c) 1998 Hewlett-Packard Company
ProfileDescription: sRGB IEC61966-2.1
MediaWhitePoint: 0.95045 1 1.08905
MediaBlackPoint: 0 0 0
RedMatrixColumn: 0.43607 0.22249 0.01392
GreenMatrixColumn: 0.38515 0.71687 0.09708
BlueMatrixColumn: 0.14307 0.06061 0.7141
DeviceMfgDesc: IEC http://www.iec.ch
DeviceModelDesc: IEC 61966-2.1 Default RGB colour space - sRGB
ViewingCondDesc: Reference Viewing Condition in IEC61966-2.1
ViewingCondIlluminant: 19.6445 20.3718 16.8089
ViewingCondSurround: 3.92889 4.07439 3.36179
ViewingCondIlluminantType: D50
Luminance: 76.03647 80 87.12462
MeasurementObserver: CIE 1931
MeasurementBacking: 0 0 0
MeasurementGeometry: Unknown
MeasurementFlare: 0.999%
MeasurementIlluminant: D65
Technology: Cathode Ray Tube Display
RedTRC: (Binary data 2060 bytes, use -b option to extract)
GreenTRC: (Binary data 2060 bytes, use -b option to extract)
BlueTRC: (Binary data 2060 bytes, use -b option to extract)
ImageWidth: 191
ImageHeight: 169
EncodingProcess: Baseline DCT, Huffman coding
BitsPerSample: 8
ColorComponents: 3
YCbCrSubSampling: YCbCr4:2:0 (2 2)
Aperture: 3.3
DateTimeCreated: 2014-05-13T08:57:58.000+00:00
ImageSize: 191x169
Megapixels: 0.032
ScaleFactor35efl: 5.7
ShutterSpeed: 1/200
ThumbnailImage: (Binary data 2973 bytes, use -b option to extract)
CircleOfConfusion: 0.005 mm
FOV: 65.5 deg
FocalLength35efl: 4.9 mm (35 mm equivalent: 28.0 mm)
HyperfocalDistance: 1.38 m
LightValue: 11.1
- Mon Jan 04, 2021 3:10 pm
- Forum: New
- Topic: Color management
- Replies: 5
- Views: 2716
Re: Color management
Bonjour Pierre,
i hope, i can explain it with some screenshots (german user interface):
1. XnViewMP color profile settings
1_cp-settings.jpg
2. You have a photo with embedded color profile (sRGB IEC61966-2.1)
3. jpg write settings: maintain ICC profile
2_write-settings.jpg
4. As "save-as" result you have a photo with embedded user defined monitor profile (Acer...), that's not correct
3_cp_save-as.jpg
5. The same photo in batch process, option: apply color profile
4_batch-options.jpg
6. Result is the correctly embedded original color profile
5_cp_batch.jpg
Salutations à la France,
Arno
i hope, i can explain it with some screenshots (german user interface):
1. XnViewMP color profile settings
1_cp-settings.jpg
2. You have a photo with embedded color profile (sRGB IEC61966-2.1)
3. jpg write settings: maintain ICC profile
2_write-settings.jpg
4. As "save-as" result you have a photo with embedded user defined monitor profile (Acer...), that's not correct
3_cp_save-as.jpg
5. The same photo in batch process, option: apply color profile
4_batch-options.jpg
6. Result is the correctly embedded original color profile
5_cp_batch.jpg
Salutations à la France,
Arno
- Sun Aug 04, 2019 6:45 pm
- Forum: MP - General Support
- Topic: XnView MP stretches image
- Replies: 7
- Views: 1486
Re: XnView MP stretches image
Here's a bad example: soup-54cb553eddea2.jpg from “ Square Image Renders as Narrow Strip ” has an X-Resolution of 72 and a Y-Resolution of 240 dpi.
╒════════════════════════════════════════════════════════════════════╕
│ File │
╞════════════════════╤═══════════════════════════════════════════════╡
│ Filename │ soup-54cb553eddea2.jpg │
├────────────────────┼───────────────────────────────────────────────┤
│ Filepath │ X:\Test\ │
├────────────────────┼───────────────────────────────────────────────┤
│ Description │ JPEG Image │
├────────────────────┼───────────────────────────────────────────────┤
│ File size │ 872.41 KiB (893.346) │
├────────────────────┼───────────────────────────────────────────────┤
│ Creation date/time │ 30.01.2015 - 10:56:14 │
├────────────────────┼───────────────────────────────────────────────┤
│ Modified date/time │ 30.01.2015 - 10:56:14 │
├────────────────────┼───────────────────────────────────────────────┤
│ Accessed date/time │ 30.01.2015 - 10:56:14 │
├────────────────────┼───────────────────────────────────────────────┤
│ Rating │ 0 │
├────────────────────┼───────────────────────────────────────────────┤
│ Colour Label │ 0 │
├────────────────────┼───────────────────────────────────────────────┤
│ File's icon │ shimgvw.dll,3 │
╞════════════════════╧═══════════════════════════════════════════════╡
│ Image │
╞════════════════════╤═══════════════════════════════════════════════╡
│ Format │ JPEG TrueColor (v1.1) │
├────────────────────┼───────────────────────────────────────────────┤
│ Width │ 1000 │
├────────────────────┼───────────────────────────────────────────────┤
│ Height │ 1000 │
├────────────────────┼───────────────────────────────────────────────┤
│ # of bits │ 24 │
├────────────────────┼───────────────────────────────────────────────┤
│ Color model │ RGB │
├────────────────────┼───────────────────────────────────────────────┤
│ DPI │ 72 x 240 │
├────────────────────┼───────────────────────────────────────────────┤
│ Print size │ 35.28x10.58 cm, 13.89x4.17 inches │
├────────────────────┼───────────────────────────────────────────────┤
│ Compression │ JPEG │
├────────────────────┼───────────────────────────────────────────────┤
│ Progressive mode │ Yes │
├────────────────────┼───────────────────────────────────────────────┤
│ Sub-sampling │ 1x1,1x1,1x1 │
├────────────────────┼───────────────────────────────────────────────┤
│ Images/frames count│ 1 │
├────────────────────┼───────────────────────────────────────────────┤
│ Origin │ Top-Left │
╞════════════════════╧═══════════════════════════════════════════════╡
│ Color Profile │
╞════════════════════╤═══════════════════════════════════════════════╡
│ Description │ sRGB IEC61966-2.1 │
├────────────────────┼───────────────────────────────────────────────┤
│ Manufacturer │ IEC http://www.iec.ch │
├────────────────────┼───────────────────────────────────────────────┤
│ Model │ IEC 61966-2.1 Default RGB colour space - sRGB │
├────────────────────┼───────────────────────────────────────────────┤
│ Copyright │ Copyright (c) 1998 Hewlett-Packard Company │
└────────────────────┴───────────────────────────────────────────────┘
╒════════════════════════════════════════════════════════════════════╕
│ File │
╞════════════════════╤═══════════════════════════════════════════════╡
│ Filename │ soup-54cb553eddea2.jpg │
├────────────────────┼───────────────────────────────────────────────┤
│ Filepath │ X:\Test\ │
├────────────────────┼───────────────────────────────────────────────┤
│ Description │ JPEG Image │
├────────────────────┼───────────────────────────────────────────────┤
│ File size │ 872.41 KiB (893.346) │
├────────────────────┼───────────────────────────────────────────────┤
│ Creation date/time │ 30.01.2015 - 10:56:14 │
├────────────────────┼───────────────────────────────────────────────┤
│ Modified date/time │ 30.01.2015 - 10:56:14 │
├────────────────────┼───────────────────────────────────────────────┤
│ Accessed date/time │ 30.01.2015 - 10:56:14 │
├────────────────────┼───────────────────────────────────────────────┤
│ Rating │ 0 │
├────────────────────┼───────────────────────────────────────────────┤
│ Colour Label │ 0 │
├────────────────────┼───────────────────────────────────────────────┤
│ File's icon │ shimgvw.dll,3 │
╞════════════════════╧═══════════════════════════════════════════════╡
│ Image │
╞════════════════════╤═══════════════════════════════════════════════╡
│ Format │ JPEG TrueColor (v1.1) │
├────────────────────┼───────────────────────────────────────────────┤
│ Width │ 1000 │
├────────────────────┼───────────────────────────────────────────────┤
│ Height │ 1000 │
├────────────────────┼───────────────────────────────────────────────┤
│ # of bits │ 24 │
├────────────────────┼───────────────────────────────────────────────┤
│ Color model │ RGB │
├────────────────────┼───────────────────────────────────────────────┤
│ DPI │ 72 x 240 │
├────────────────────┼───────────────────────────────────────────────┤
│ Print size │ 35.28x10.58 cm, 13.89x4.17 inches │
├────────────────────┼───────────────────────────────────────────────┤
│ Compression │ JPEG │
├────────────────────┼───────────────────────────────────────────────┤
│ Progressive mode │ Yes │
├────────────────────┼───────────────────────────────────────────────┤
│ Sub-sampling │ 1x1,1x1,1x1 │
├────────────────────┼───────────────────────────────────────────────┤
│ Images/frames count│ 1 │
├────────────────────┼───────────────────────────────────────────────┤
│ Origin │ Top-Left │
╞════════════════════╧═══════════════════════════════════════════════╡
│ Color Profile │
╞════════════════════╤═══════════════════════════════════════════════╡
│ Description │ sRGB IEC61966-2.1 │
├────────────────────┼───────────────────────────────────────────────┤
│ Manufacturer │ IEC http://www.iec.ch │
├────────────────────┼───────────────────────────────────────────────┤
│ Model │ IEC 61966-2.1 Default RGB colour space - sRGB │
├────────────────────┼───────────────────────────────────────────────┤
│ Copyright │ Copyright (c) 1998 Hewlett-Packard Company │
└────────────────────┴───────────────────────────────────────────────┘
- Sat Aug 25, 2018 10:30 pm
- Forum: MP - General Support
- Topic: Export to .tif introduces artifacts...
- Replies: 20
- Views: 2890
Re: Export to .tif introduces artifacts...
Hi Katamara (-:
The results of your tests have shown that the conversion with XnView MP v0.90 isn't (fully) lossless, although it should be. Your settings seem to be correct. As you've pointed out, “no differences exist between the .jpg and the exported .tif” with ImageMagick. This tells me that we're dealing with a bug.
Software like XnView often incorporates code from 3rd-party libraries:
This software is based on:
* libjpeg, http://www.ijg.org
* libjpeg-turbo,http://www.libjpeg-turbo.org/, http://www.libjpeg-turbo.org
* libpng, http://www.libpng.org/pub/png/libpng.html, http://www.libpng.org/pub/png/libpng.html
* Little CMS, http://www.littlecms.com/, http://www.littlecms.com
* zlib, http://www.zlib.net/, http://www.zlib.net
* jxrlib, https://jxrlib.codeplex.com/, https://jxrlib.codeplex.com
RAW function is based on dcraw from Dave Coffin - http://www.cybercom.net/~dcoffin/dcraw/
\XnViewMP\plugins\imageformats\qtiff.dll is based on LibTIFF .
Sometimes, issues stem from such libraries. Case in point: libpng & sRGB IEC61966-2.1
Unfortunately, I'm far from an expert when it comes to color management, which is why I'm hoping that users with calibrated systems – be it on Linux, Windows or Mac – will eventually share some insight.
PS: Could you please post a screenshot of T ools → Settings… → General → ICC ?
The results of your tests have shown that the conversion with XnView MP v0.90 isn't (fully) lossless, although it should be. Your settings seem to be correct. As you've pointed out, “no differences exist between the .jpg and the exported .tif” with ImageMagick. This tells me that we're dealing with a bug.
Software like XnView often incorporates code from 3rd-party libraries:
This software is based on:
* libjpeg, http://www.ijg.org
* libjpeg-turbo,http://www.libjpeg-turbo.org/, http://www.libjpeg-turbo.org
* libpng, http://www.libpng.org/pub/png/libpng.html, http://www.libpng.org/pub/png/libpng.html
* Little CMS, http://www.littlecms.com/, http://www.littlecms.com
* zlib, http://www.zlib.net/, http://www.zlib.net
* jxrlib, https://jxrlib.codeplex.com/, https://jxrlib.codeplex.com
RAW function is based on dcraw from Dave Coffin - http://www.cybercom.net/~dcoffin/dcraw/
\XnViewMP\plugins\imageformats\qtiff.dll is based on LibTIFF .
Sometimes, issues stem from such libraries. Case in point: libpng & sRGB IEC61966-2.1
Unfortunately, I'm far from an expert when it comes to color management, which is why I'm hoping that users with calibrated systems – be it on Linux, Windows or Mac – will eventually share some insight.
PS: Could you please post a screenshot of T ools → Settings… → General → ICC ?
- Sat Aug 11, 2018 10:45 pm
- Forum: MP - General Support
- Topic: Export to .tif introduces artifacts...
- Replies: 20
- Views: 2890
Re: Export to .tif introduces artifacts...
@Pierre: Could it be that HP's “known incorrect sRGB profile” (sRGB IEC61966-2.1) is the culprit (again)?
Forum search
iec61966
Web search
iec61966 AND qt
iec61966 AND littlecms OR lcms
iec61966 AND libtiff
iec61966 AND libjpeg
iec61966 AND libpng
############ PS ############
QImage doesn't read JPEGs saved from Photoshop (regression from 5.4 to 5.5)
Wrong color order in TIFF if color profile used
Using ImageIO results in pixel errors with Adobe (1998) and sRGB IEC61966-2.1
JPEGsnoop : “Profile not embedded” & “Profile can't be used independently of embedded”
*** Marker: APP2 (xFFE2) ***
OFFSET: 0x00000014
Length = 3160
Identifier = [ICC_PROFILE]
ICC Profile:
Marker Number = 1 of 1
Profile Size : 3144 bytes
Preferred CMM Type : 'Lino' (0x4C696E6F)
Profile Version : 0.2.1.0 (0x02100000)
Profile Device/Class : Display Device profile ('mntr' (0x6D6E7472))
Data Colour Space : rgbData ('RGB ' (0x52474220))
Profile connection space (PCS) : 'XYZ ' (0x58595A20)
Profile creation date : 1998-02-09 06:49:00
Profile file signature : 'acsp' (0x61637370)
Primary platform : Microsoft Corporation ('MSFT' (0x4D534654))
Profile flags : 0x00000000
Profile flags > Profile not embedded
Profile flags > Profile can't be used independently of embedded
Device Manufacturer : 'IEC ' (0x49454320)
Device Model : 'sRGB' (0x73524742)
Device attributes : 0x00000000_00000000
Device attributes > Reflective
Device attributes > Glossy
Device attributes > Media polarity = negative
Device attributes > Black & white media
Rendering intent : Perceptual
Profile creator : 'HP ' (0x48502020)
Profile ID : 0x00000000_00000000_00000000_00000000
Stuffware Photo Studio :
┌───────────┬────────┬────────┬──────┬───────────────────────────────────────────────┐
│ Signature │ Offset │ Size │ Type │ Value │
├───────────┼────────┼────────┼──────┼───────────────────────────────────────────────┤
│ cprt │ 0x0150 │ 0x0033 │ text │ Copyright (c) 1998 Hewlett-Packard Company │
│ desc │ 0x0184 │ 0x006c │ desc │ sRGB IEC61966-2.1 │
│ wtpt │ 0x01f0 │ 0x0014 │ XYZ │ X:0000f351 Y:00010000 Z:000116cc │
│ bkpt │ 0x0204 │ 0x0014 │ XYZ │ X:00000000 Y:00000000 Z:00000000 │
│ rXYZ │ 0x0218 │ 0x0014 │ XYZ │ X:00006fa2 Y:000038f5 Z:00000390 │
│ gXYZ │ 0x022c │ 0x0014 │ XYZ │ X:00006299 Y:0000b785 Z:000018da │
│ bXYZ │ 0x0240 │ 0x0014 │ XYZ │ X:000024a0 Y:00000f84 Z:0000b6cf │
│ dmnd │ 0x0254 │ 0x0070 │ desc │ IEC http://www.iec.ch │
│ dmdd │ 0x02c4 │ 0x0088 │ desc │ IEC 61966-2.1 Default RGB colour space - sRGB │
│ vued │ 0x034c │ 0x0086 │ desc │ Reference Viewing Condition in IEC61966-2.1 │
│ view │ 0x03d4 │ 0x0024 │ view │ Unknown │
│ lumi │ 0x03f8 │ 0x0014 │ XYZ │ X:004c0956 Y:00500000 Z:00571fe7 │
│ meas │ 0x040c │ 0x0024 │ meas │ Unknown │
│ tech │ 0x0430 │ 0x000c │ sig │ CRT │
│ rTRC │ 0x043c │ 0x080c │ curv │ Unknown │
│ gTRC │ 0x043c │ 0x080c │ curv │ Unknown │
│ bTRC │ 0x043c │ 0x080c │ curv │ Unknown │
└───────────┴────────┴────────┴──────┴───────────────────────────────────────────────┘
ICC Profile Inspector :
p151474.png
I extracted the profile embedded in wil-stewart-18242-unsplash.jpg …
p151474.zip
… and compared it to AdobeICCProfiles_end-user.zip \RGB Profiles\sRGB Color Space Profile.icm . They're 100% identical.
Forum search
iec61966
Web search
iec61966 AND qt
iec61966 AND littlecms OR lcms
iec61966 AND libtiff
iec61966 AND libjpeg
iec61966 AND libpng
############ PS ############
QImage doesn't read JPEGs saved from Photoshop (regression from 5.4 to 5.5)
Wrong color order in TIFF if color profile used
Using ImageIO results in pixel errors with Adobe (1998) and sRGB IEC61966-2.1
JPEGsnoop : “Profile not embedded” & “Profile can't be used independently of embedded”
*** Marker: APP2 (xFFE2) ***
OFFSET: 0x00000014
Length = 3160
Identifier = [ICC_PROFILE]
ICC Profile:
Marker Number = 1 of 1
Profile Size : 3144 bytes
Preferred CMM Type : 'Lino' (0x4C696E6F)
Profile Version : 0.2.1.0 (0x02100000)
Profile Device/Class : Display Device profile ('mntr' (0x6D6E7472))
Data Colour Space : rgbData ('RGB ' (0x52474220))
Profile connection space (PCS) : 'XYZ ' (0x58595A20)
Profile creation date : 1998-02-09 06:49:00
Profile file signature : 'acsp' (0x61637370)
Primary platform : Microsoft Corporation ('MSFT' (0x4D534654))
Profile flags : 0x00000000
Profile flags > Profile not embedded
Profile flags > Profile can't be used independently of embedded
Device Manufacturer : 'IEC ' (0x49454320)
Device Model : 'sRGB' (0x73524742)
Device attributes : 0x00000000_00000000
Device attributes > Reflective
Device attributes > Glossy
Device attributes > Media polarity = negative
Device attributes > Black & white media
Rendering intent : Perceptual
Profile creator : 'HP ' (0x48502020)
Profile ID : 0x00000000_00000000_00000000_00000000
Stuffware Photo Studio :
┌───────────┬────────┬────────┬──────┬───────────────────────────────────────────────┐
│ Signature │ Offset │ Size │ Type │ Value │
├───────────┼────────┼────────┼──────┼───────────────────────────────────────────────┤
│ cprt │ 0x0150 │ 0x0033 │ text │ Copyright (c) 1998 Hewlett-Packard Company │
│ desc │ 0x0184 │ 0x006c │ desc │ sRGB IEC61966-2.1 │
│ wtpt │ 0x01f0 │ 0x0014 │ XYZ │ X:0000f351 Y:00010000 Z:000116cc │
│ bkpt │ 0x0204 │ 0x0014 │ XYZ │ X:00000000 Y:00000000 Z:00000000 │
│ rXYZ │ 0x0218 │ 0x0014 │ XYZ │ X:00006fa2 Y:000038f5 Z:00000390 │
│ gXYZ │ 0x022c │ 0x0014 │ XYZ │ X:00006299 Y:0000b785 Z:000018da │
│ bXYZ │ 0x0240 │ 0x0014 │ XYZ │ X:000024a0 Y:00000f84 Z:0000b6cf │
│ dmnd │ 0x0254 │ 0x0070 │ desc │ IEC http://www.iec.ch │
│ dmdd │ 0x02c4 │ 0x0088 │ desc │ IEC 61966-2.1 Default RGB colour space - sRGB │
│ vued │ 0x034c │ 0x0086 │ desc │ Reference Viewing Condition in IEC61966-2.1 │
│ view │ 0x03d4 │ 0x0024 │ view │ Unknown │
│ lumi │ 0x03f8 │ 0x0014 │ XYZ │ X:004c0956 Y:00500000 Z:00571fe7 │
│ meas │ 0x040c │ 0x0024 │ meas │ Unknown │
│ tech │ 0x0430 │ 0x000c │ sig │ CRT │
│ rTRC │ 0x043c │ 0x080c │ curv │ Unknown │
│ gTRC │ 0x043c │ 0x080c │ curv │ Unknown │
│ bTRC │ 0x043c │ 0x080c │ curv │ Unknown │
└───────────┴────────┴────────┴──────┴───────────────────────────────────────────────┘
ICC Profile Inspector :
p151474.png
I extracted the profile embedded in wil-stewart-18242-unsplash.jpg …
p151474.zip
… and compared it to AdobeICCProfiles_end-user.zip \RGB Profiles\sRGB Color Space Profile.icm . They're 100% identical.
- Sat Mar 31, 2018 4:11 pm
- Forum: New
- Topic: CMS does not work
- Replies: 6
- Views: 1149
Re: CMS does not work
could you send me the picture file, and the icc profile used?
Version portable *.zip 64bit Windows 8.1. Today, half a day testeds, but the error after changing the settings of the CMS is not revealed. The very first time * .jpx was loaded with oversaturated colors, but after the program was restarted it was displayed normally. What did I do and how did I test it?
1. One and the same file is saved with the profile sRGB IEC61966-2.1 and with the profile sRGB 2014.
2. Further saved it in PNG, JPG, JPF, JPX, JP2, J2C
3. I looked through sequentially in the browser and in the view mode, switched for each file from one mode to another.
8 times for yesterday and today the program fell (I noticed that this happens when switching from browser mode to viewing mode). I came to the conclusion that the problem is not in the work of CMS, but in the unstable work of this assembly.
A test set of files I enclose by reference from the file sharing service. https://fex.net/324957431715?fileId=391130632
Version portable *.zip 64bit Windows 8.1. Today, half a day testeds, but the error after changing the settings of the CMS is not revealed. The very first time * .jpx was loaded with oversaturated colors, but after the program was restarted it was displayed normally. What did I do and how did I test it?
1. One and the same file is saved with the profile sRGB IEC61966-2.1 and with the profile sRGB 2014.
2. Further saved it in PNG, JPG, JPF, JPX, JP2, J2C
3. I looked through sequentially in the browser and in the view mode, switched for each file from one mode to another.
8 times for yesterday and today the program fell (I noticed that this happens when switching from browser mode to viewing mode). I came to the conclusion that the problem is not in the work of CMS, but in the unstable work of this assembly.
A test set of files I enclose by reference from the file sharing service. https://fex.net/324957431715?fileId=391130632
- Fri Aug 04, 2017 10:45 pm
- Forum: MP - General Support
- Topic: 0.86: Square Image Renders as Narrow Strip
- Replies: 3
- Views: 1447
Re: 0.86: Square Image Renders as Narrow Strip
Welcome to the forum, Pathrazer.
soup-54cb553eddea2.jpg has an X-Resolution of 72 and a Y-Resolution of 240 dpi.
Please disable Use EXIF DPI (if exists) and Adjust zoom if X/Y DPI are different ( T ools → Settings... → General → General ).
You also may want to turn on Use ICC color profile for monitor (slower) in T ools → Settings... → General → ICC .
File
Filename | soup-54cb553eddea2.jpg
Filepath | X:\
Description | JPEG Image
File size | 872.41 KiB (893.346)
Creation date/time | 30.01.2015 - 10:55:02
Modified date/time | 30.01.2015 - 10:55:02
Accessed date/time | 30.01.2015 - 10:55:02
Rating | 0
Colour Label | 0
File's icon | shimgvw.dll,3
Image
Format | JPEG TrueColor (v1.1)
Width | 1000
Height | 1000
# of bits | 24
Color model | RGB
DPI | 72 x 240
Print size | 35.28x10.58 cm, 13.89x4.17 inches
Compression | JPEG
Progressive mode | Yes
Sub-sampling | 1x1,1x1,1x1
Estimated quality | 99
Images/frames count | 1
Origin | Top-Left
Color Profile
Description | sRGB IEC61966-2.1
Manufacturer | IEC http://www.iec.ch
Model | IEC 61966-2.1 Default RGB colour space - sRGB
Copyright | Copyright (c) 1998 Hewlett-Packard Company
JPEGsnoop 1.7.5 by Calvin Hass
http://www.impulseadventure.com/photo/
-------------------------------------
Filename: [X:\soup-54cb553eddea2.jpg]
Filesize: [893346] Bytes
Start Offset: 0x00000000
*** Marker: SOI (xFFD8) ***
OFFSET: 0x00000000
*** Marker: APP0 (xFFE0) ***
OFFSET: 0x00000002
Length = 16
Identifier = [JFIF]
version = [1.1]
density = 72 x 240 DPI (dots per inch)
thumbnail = 0 x 0
*** Marker: APP1 (xFFE1) ***
OFFSET: 0x00000014
Length = 10870
Identifier = [Exif]
Identifier TIFF = 0x[4D4D002A 00000008]
Endian = Motorola (big)
TAG Mark x002A = 0x002A
EXIF IFD0 @ Absolute 0x00000026
Dir Length = 0x0007
[Orientation ] = 1 = Row 0: top, Col 0: left
[XResolution ] = 72/1
[YResolution ] = 240/1
[ResolutionUnit ] = Inch
[Software ] = "GIMP 2.8.8"
[DateTime ] = "2015:01:30 10:55:02"
[ExifOffset ] = @ 0x0092
Offset to Next IFD = 0x000000D4
EXIF IFD1 @ Absolute 0x000000F2
Dir Length = 0x0006
[Compression ] = JPEG
[XResolution ] = 240/1
[YResolution ] = 240/1
[ResolutionUnit ] = Inch
[JpegIFOffset ] = @ +0x0132 = @ 0x0150
[JpegIFByteCount ] = 0x[0000293C] / 10556
Offset to Next IFD = 0x00000000
EXIF SubIFD @ Absolute 0x000000B0
Dir Length = 0x0005
[ExifVersion ] = 02.10
[FlashPixVersion ] = 01.00
[ColorSpace ] = sRGB
[ExifImageWidth ] = 0x[000003E8] / 1000
[ExifImageHeight ] = 0x[000003E8] / 1000
*** Marker: APP1 (xFFE1) ***
OFFSET: 0x00002A8C
Length = 4035
Identifier = [http://ns.adobe.com/xap/1.0/]
XMP =
|<?xpacket begin='ᄏ' id='W5M0MpCehiHzreSzNTczkc9d'?>
|<x:xmpmeta xmlns:x='adobe:ns:meta/'>
|<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
| <rdf:Description xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
| <xmp:CreatorTool>Adobe Photoshop CS5 Windows</xmp:CreatorTool>
| <xmp:CreateDate>2012-10-10T19:03:36-07:00</xmp:CreateDate>
| <xmp:MetadataDate>2012-10-10T19:03:42-07:00</xmp:MetadataDate>
| <xmp:ModifyDate>2012-10-10T19:03:42-07:00</xmp:ModifyDate>
| </rdf:Description>
| <rdf:Description xmlns:dc='http://purl.org/dc/elements/1.1/'>
| <dc:format>image/jpeg</dc:format>
| </rdf:Description>
| <rdf:Description xmlns:xmpMM='http://ns.adobe.com/xap/1.0/mm/'>
| <xmpMM:InstanceID>xmp.iid:40F5515B4413E211A8A89E508F8F00A0</xmpMM:InstanceID>
| <xmpMM:OriginalDocumentID>xmp.did:3EF5515B4413E211A8A89E508F8F00A0</xmpMM:OriginalDocumentID>
| <xmpMM:InstanceID>xmp.iid:40F5515B4413E211A8A89E508F8F00A0</xmpMM:InstanceID>
| <xmpMM:OriginalDocumentID>xmp.did:3EF5515B4413E211A8A89E508F8F00A0</xmpMM:OriginalDocumentID>
| <xmpMM:InstanceID>xmp.iid:40F5515B4413E211A8A89E508F8F00A0</xmpMM:InstanceID>
| <xmpMM:OriginalDocumentID>xmp.did:3EF5515B4413E211A8A89E508F8F00A0</xmpMM:OriginalDocumentID>
| <xmpMM:InstanceID>xmp.iid:40F5515B4413E211A8A89E508F8F00A0</xmpMM:InstanceID>
| <xmpMM:DocumentID rdf:resource='xmp.did:3EF5515B4413E211A8A89E508F8F00A0' />
| <xmpMM:OriginalDocumentID>xmp.did:3EF5515B4413E211A8A89E508F8F00A0</xmpMM:OriginalDocumentID>
| </rdf:Description>
| <rdf:Description xmlns:photoshop='http://ns.adobe.com/photoshop/1.0/'>
| <photoshop:ColorMode>3</photoshop:ColorMode>
| <photoshop:ICCProfile>sRGB IEC61966-2.1</photoshop:ICCProfile>
| <photoshop:ColorMode>3</photoshop:ColorMode>
| <photoshop:ICCProfile>sRGB IEC61966-2.1</photoshop:ICCProfile>
| <photoshop:ColorMode>3</photoshop:ColorMode>
| <photoshop:ICCProfile>sRGB IEC61966-2.1</photoshop:ICCProfile>
| <photoshop:ColorMode>3</photoshop:ColorMode>
| <photoshop:ICCProfile>sRGB IEC61966-2.1</photoshop:ICCProfile>
| </rdf:Description>
| <rdf:Description xmlns:exif='http://ns.adobe.com/exif/1.0/'>
| <exif:Orientation>Top-left</exif:Orientation>
| <exif:XResolution>72</exif:XResolution>
| <exif:YResolution>240</exif:YResolution>
| <exif:ResolutionUnit>Inch</exif:ResolutionUnit>
| <exif:Software>Adobe Photoshop CS5 Windows</exif:Software>
| <exif:DateTime>2012:10:10 19:03:42</exif:DateTime>
| <exif:Compression>JPEG compression</exif:Compression>
| <exif:XResolution>240</exif:XResolution>
| <exif:YResolution>240</exif:YResolution>
| <exif:ResolutionUnit>Inch</exif:ResolutionUnit>
| <exif:FlashPixVersion>FlashPix Version 1.0</exif:FlashPixVersion>
| <exif:Orientation>Top-left</exif:Orientation>
| <exif:XResolution>72</exif:XResolution>
| <exif:YResolution>240</exif:YResolution>
| <exif:ResolutionUnit>Inch</exif:ResolutionUnit>
| <exif:Software>GIMP 2.8.2</exif:Software>
| <exif:DateTime>2013:02:01 21:11:39</exif:DateTime>
| <exif:Compression>JPEG compression</exif:Compression>
| <exif:XResolution>240</exif:XResolution>
| <exif:YResolution>240</exif:YResolution>
| <exif:ResolutionUnit>Inch</exif:ResolutionUnit>
| <exif:FlashPixVersion>FlashPix Version 1.0</exif:FlashPixVersion>
| <exif:Orientation>Top-left</exif:Orientation>
| <exif:XResolution>72</exif:XResolution>
| <exif:YResolution>240</exif:YResolution>
| <exif:ResolutionUnit>Inch</exif:ResolutionUnit>
| <exif:Software>Adobe Photoshop CS5 Windows</exif:Software>
| <exif:DateTime>2012:10:10 19:03:42</exif:DateTime>
| <exif:Compression>JPEG compression</exif:Compression>
| <exif:XResolution>240</exif:XResolution>
| <exif:YResolution>240</exif:YResolution>
| <exif:ResolutionUnit>Inch</exif:ResolutionUnit>
| <exif:ExifVersion>Exif Version 2.1</exif:ExifVersion>
| <exif:FlashPixVersion>FlashPix Version 1.0</exif:FlashPixVersion>
| <exif:ColorSpace>sRGB</exif:ColorSpace>
| <exif:PixelXDimension>3000</exif:PixelXDimension>
| <exif:PixelYDimension>3000</exif:PixelYDimension>
| </rdf:Description>
|</rdf:RDF>
|</x:xmpmeta>
*** Marker: APP2 (xFFE2) ***
OFFSET: 0x00003A51
Length = 3160
Identifier = [ICC_PROFILE]
ICC Profile:
Marker Number = 1 of 1
Profile Size : 3144 bytes
Preferred CMM Type : 'Lino' (0x4C696E6F)
Profile Version : 0.2.1.0 (0x02100000)
Profile Device/Class : Display Device profile ('mntr' (0x6D6E7472))
Data Colour Space : rgbData ('RGB ' (0x52474220))
Profile connection space (PCS) : 'XYZ ' (0x58595A20)
Profile creation date : 1998-02-09 06:49:00
Profile file signature : 'acsp' (0x61637370)
Primary platform : Microsoft Corporation ('MSFT' (0x4D534654))
Profile flags : 0x00000000
Profile flags > Profile not embedded
Profile flags > Profile can't be used independently of embedded
Device Manufacturer : 'IEC ' (0x49454320)
Device Model : 'sRGB' (0x73524742)
Device attributes : 0x00000000_00000000
Device attributes > Reflective
Device attributes > Glossy
Device attributes > Media polarity = negative
Device attributes > Black & white media
Rendering intent : Media-Relative Colorimetric
Profile creator : 'HP ' (0x48502020)
Profile ID : 0x00000000_00000000_00000000_00000000
*** Marker: DQT (xFFDB) ***
Define a Quantization Table.
OFFSET: 0x000046AB
Table length = 67
----
Precision=8 bits
Destination ID=0 (Luminance)
DQT, Row #0: 1 1 1 1 1 1 1 1
DQT, Row #1: 1 1 1 1 1 1 1 1
DQT, Row #2: 1 1 1 1 1 1 1 1
DQT, Row #3: 1 1 1 1 1 2 2 1
DQT, Row #4: 1 1 1 1 1 2 2 2
DQT, Row #5: 1 1 1 1 2 2 2 2
DQT, Row #6: 1 1 2 2 2 2 2 2
DQT, Row #7: 1 2 2 2 2 2 2 2
Approx quality factor = 98.32 (scaling=3.35 variance=5.00)
*** Marker: DQT (xFFDB) ***
Define a Quantization Table.
OFFSET: 0x000046F0
Table length = 67
----
Precision=8 bits
Destination ID=1 (Chrominance)
DQT, Row #0: 1 1 1 1 2 2 2 2
DQT, Row #1: 1 1 1 1 2 2 2 2
DQT, Row #2: 1 1 1 2 2 2 2 2
DQT, Row #3: 1 1 2 2 2 2 2 2
DQT, Row #4: 2 2 2 2 2 2 2 2
DQT, Row #5: 2 2 2 2 2 2 2 2
DQT, Row #6: 2 2 2 2 2 2 2 2
DQT, Row #7: 2 2 2 2 2 2 2 2
Approx quality factor = 98.83 (scaling=2.34 variance=0.89)
*** Marker: SOF2 (Progressive DCT, Huffman) (xFFC2) ***
OFFSET: 0x00004735
Frame header length = 17
Precision = 8
Number of Lines = 1000
Samples per Line = 1000
Image Size = 1000 x 1000
Raw Image Orientation = Landscape
Number of Img components = 3
Component[1]: ID=0x01, Samp Fac=0x11 (Subsamp 1 x 1), Quant Tbl Sel=0x00 (Lum: Y)
Component[2]: ID=0x02, Samp Fac=0x11 (Subsamp 1 x 1), Quant Tbl Sel=0x01 (Chrom: Cb)
Component[3]: ID=0x03, Samp Fac=0x11 (Subsamp 1 x 1), Quant Tbl Sel=0x01 (Chrom: Cr)
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x00004748
Huffman table length = 30
----
Destination ID = 0
Class = 0 (DC / Lossless Table)
Codes of length 01 bits (000 total):
Codes of length 02 bits (000 total):
Codes of length 03 bits (006 total): 00 01 02 03 04 05
Codes of length 04 bits (003 total): 06 07 08
Codes of length 05 bits (001 total): 09
Codes of length 06 bits (001 total): 0A
Codes of length 07 bits (000 total):
Codes of length 08 bits (000 total):
Codes of length 09 bits (000 total):
Codes of length 10 bits (000 total):
Codes of length 11 bits (000 total):
Codes of length 12 bits (000 total):
Codes of length 13 bits (000 total):
Codes of length 14 bits (000 total):
Codes of length 15 bits (000 total):
Codes of length 16 bits (000 total):
Total number of codes: 011
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x00004768
Huffman table length = 29
----
Destination ID = 1
Class = 0 (DC / Lossless Table)
Codes of length 01 bits (000 total):
Codes of length 02 bits (001 total): 02
Codes of length 03 bits (005 total): 00 01 03 04 05
Codes of length 04 bits (001 total): 06
Codes of length 05 bits (001 total): 07
Codes of length 06 bits (001 total): 08
Codes of length 07 bits (001 total): 09
Codes of length 08 bits (000 total):
Codes of length 09 bits (000 total):
Codes of length 10 bits (000 total):
Codes of length 11 bits (000 total):
Codes of length 12 bits (000 total):
Codes of length 13 bits (000 total):
Codes of length 14 bits (000 total):
Codes of length 15 bits (000 total):
Codes of length 16 bits (000 total):
Total number of codes: 010
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x00004787
Scan header length = 12
Number of img components = 3
Component[1]: selector=0x01, table=0(DC),0(AC)
Component[2]: selector=0x02, table=1(DC),0(AC)
Component[3]: selector=0x03, table=1(DC),0(AC)
Spectral selection = 0 .. 0
Successive approximation = 0x01
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x0000DDD0
Huffman table length = 52
----
Destination ID = 0
Class = 1 (AC Table)
Codes of length 01 bits (000 total):
Codes of length 02 bits (000 total):
Codes of length 03 bits (006 total): 00 01 02 03 04 05
Codes of length 04 bits (002 total): 06 11
Codes of length 05 bits (001 total): 07
Codes of length 06 bits (003 total): 10 12 21
Codes of length 07 bits (004 total): 08 13 20 31
Codes of length 08 bits (002 total): 14 22
Codes of length 09 bits (002 total): 30 41
Codes of length 10 bits (002 total): 15 32
Codes of length 11 bits (002 total): 16 23
Codes of length 12 bits (002 total): 24 33
Codes of length 13 bits (002 total): 40 42
Codes of length 14 bits (003 total): 17 18 34
Codes of length 15 bits (001 total): 25
Codes of length 16 bits (001 total): 27
Total number of codes: 033
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x0000DE06
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x01, table=0(DC),0(AC)
Spectral selection = 1 .. 5
Successive approximation = 0x02
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x000167D5
Huffman table length = 93
----
Destination ID = 1
Class = 1 (AC Table)
Codes of length 01 bits (000 total):
Codes of length 02 bits (001 total): 01
Codes of length 03 bits (002 total): 02 03
Codes of length 04 bits (003 total): 00 04 11
Codes of length 05 bits (004 total): 05 12 21 31
Codes of length 06 bits (005 total): 06 13 22 41 51
Codes of length 07 bits (007 total): 10 23 32 42 61 71 F0
Codes of length 08 bits (006 total): 14 33 52 62 81 91
Codes of length 09 bits (010 total): 07 20 43 72 82 A1 B1 C1 D1 E1
Codes of length 10 bits (007 total): 15 53 63 92 A2 B2 F1
Codes of length 11 bits (004 total): 24 30 73 C2
Codes of length 12 bits (009 total): 16 83 93 A3 B3 C3 D2 E2 F2
Codes of length 13 bits (003 total): 34 D3 E3
Codes of length 14 bits (003 total): 08 25 F3
Codes of length 15 bits (001 total): 17
Codes of length 16 bits (009 total): 35 44 54 26 40 84 94 A4 B4
Total number of codes: 074
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x00016834
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x03, table=0(DC),1(AC)
Spectral selection = 1 .. 63
Successive approximation = 0x01
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x0002F0DC
Huffman table length = 89
----
Destination ID = 1
Class = 1 (AC Table)
Codes of length 01 bits (000 total):
Codes of length 02 bits (001 total): 02
Codes of length 03 bits (002 total): 01 03
Codes of length 04 bits (004 total): 00 04 11 12
Codes of length 05 bits (002 total): 05 21
Codes of length 06 bits (005 total): 06 13 22 31 32
Codes of length 07 bits (007 total): 10 23 41 42 51 52 F0
Codes of length 08 bits (006 total): 07 14 33 61 62 71
Codes of length 09 bits (008 total): 20 43 72 81 82 91 A1 B1
Codes of length 10 bits (011 total): 15 24 53 63 92 A2 B2 C1 C2 D1 E1
Codes of length 11 bits (004 total): 73 83 D2 F1
Codes of length 12 bits (009 total): 08 16 30 34 93 A3 B3 E2 F2
Codes of length 13 bits (004 total): 44 C3 D3 E3
Codes of length 14 bits (002 total): 25 F3
Codes of length 15 bits (002 total): 17 40
Codes of length 16 bits (003 total): 54 26 35
Total number of codes: 070
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x0002F137
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x02, table=0(DC),1(AC)
Spectral selection = 1 .. 63
Successive approximation = 0x01
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x0004B271
Huffman table length = 87
----
Destination ID = 0
Class = 1 (AC Table)
Codes of length 01 bits (000 total):
Codes of length 02 bits (002 total): 01 02
Codes of length 03 bits (001 total): 03
Codes of length 04 bits (002 total): 04 11
Codes of length 05 bits (003 total): 00 12 21
Codes of length 06 bits (005 total): 05 13 22 31 41
Codes of length 07 bits (003 total): 32 51 61
Codes of length 08 bits (009 total): 06 10 14 23 42 71 81 91 F0
Codes of length 09 bits (005 total): 20 33 52 A1 B1
Codes of length 10 bits (006 total): 15 24 30 62 C1 D1
Codes of length 11 bits (004 total): 43 72 E1 F1
Codes of length 12 bits (005 total): 07 40 53 82 92
Codes of length 13 bits (002 total): 16 34
Codes of length 14 bits (003 total): 25 63 A2
Codes of length 15 bits (001 total): B2
Codes of length 16 bits (017 total): C2 44 73 35 54 83 93 26 36 50 94 D2 55 64 75 84
E2
Total number of codes: 068
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x0004B2CA
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x01, table=0(DC),0(AC)
Spectral selection = 6 .. 63
Successive approximation = 0x02
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x0007106B
Huffman table length = 40
----
Destination ID = 0
Class = 1 (AC Table)
Codes of length 01 bits (001 total): 01
Codes of length 02 bits (000 total):
Codes of length 03 bits (002 total): 00 11
Codes of length 04 bits (002 total): 21 31
Codes of length 05 bits (001 total): 41
Codes of length 06 bits (003 total): 51 61 71
Codes of length 07 bits (003 total): 81 91 F0
Codes of length 08 bits (004 total): 10 A1 B1 C1
Codes of length 09 bits (003 total): D1 E1 F1
Codes of length 10 bits (001 total): 20
Codes of length 11 bits (001 total): 30
Codes of length 12 bits (000 total):
Codes of length 13 bits (000 total):
Codes of length 14 bits (000 total):
Codes of length 15 bits (000 total):
Codes of length 16 bits (000 total):
Total number of codes: 021
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x00071095
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x01, table=0(DC),0(AC)
Spectral selection = 1 .. 63
Successive approximation = 0x21
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x0008655D
Scan header length = 12
Number of img components = 3
Component[1]: selector=0x01, table=0(DC),0(AC)
Component[2]: selector=0x02, table=0(DC),0(AC)
Component[3]: selector=0x03, table=0(DC),0(AC)
Spectral selection = 0 .. 0
Successive approximation = 0x10
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x00087C62
Huffman table length = 40
----
Destination ID = 1
Class = 1 (AC Table)
Codes of length 01 bits (001 total): 01
Codes of length 02 bits (000 total):
Codes of length 03 bits (002 total): 11 21
Codes of length 04 bits (002 total): 00 31
Codes of length 05 bits (001 total): 41
Codes of length 06 bits (003 total): 51 61 F0
Codes of length 07 bits (003 total): 71 81 91
Codes of length 08 bits (005 total): 10 A1 B1 C1 D1
Codes of length 09 bits (001 total): E1
Codes of length 10 bits (001 total): F1
Codes of length 11 bits (001 total): 20
Codes of length 12 bits (001 total): 30
Codes of length 13 bits (000 total):
Codes of length 14 bits (000 total):
Codes of length 15 bits (000 total):
Codes of length 16 bits (000 total):
Total number of codes: 021
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x00087C8C
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x03, table=0(DC),1(AC)
Spectral selection = 1 .. 63
Successive approximation = 0x10
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x000A0C07
Huffman table length = 40
----
Destination ID = 1
Class = 1 (AC Table)
Codes of length 01 bits (001 total): 01
Codes of length 02 bits (000 total):
Codes of length 03 bits (002 total): 11 21
Codes of length 04 bits (002 total): 00 31
Codes of length 05 bits (001 total): 41
Codes of length 06 bits (003 total): 51 61 F0
Codes of length 07 bits (004 total): 71 81 91 A1
Codes of length 08 bits (002 total): B1 C1
Codes of length 09 bits (003 total): 10 D1 E1
Codes of length 10 bits (001 total): F1
Codes of length 11 bits (001 total): 20
Codes of length 12 bits (001 total): 30
Codes of length 13 bits (000 total):
Codes of length 14 bits (000 total):
Codes of length 15 bits (000 total):
Codes of length 16 bits (000 total):
Total number of codes: 021
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x000A0C31
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x02, table=0(DC),1(AC)
Spectral selection = 1 .. 63
Successive approximation = 0x10
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x000BA1E5
Huffman table length = 40
----
Destination ID = 0
Class = 1 (AC Table)
Codes of length 01 bits (001 total): 01
Codes of length 02 bits (001 total): 11
Codes of length 03 bits (000 total):
Codes of length 04 bits (002 total): 00 21
Codes of length 05 bits (002 total): 31 41
Codes of length 06 bits (002 total): 51 61
Codes of length 07 bits (001 total): 71
Codes of length 08 bits (003 total): 81 91 A1
Codes of length 09 bits (005 total): 10 B1 C1 D1 F0
Codes of length 10 bits (001 total): E1
Codes of length 11 bits (001 total): F1
Codes of length 12 bits (001 total): 20
Codes of length 13 bits (001 total): 30
Codes of length 14 bits (000 total):
Codes of length 15 bits (000 total):
Codes of length 16 bits (000 total):
Total number of codes: 021
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x000BA20F
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x01, table=0(DC),0(AC)
Spectral selection = 1 .. 63
Successive approximation = 0x10
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: EOI (End of Image) (xFFD9) ***
OFFSET: 0x000DA1A0
*** Searching Compression Signatures ***
Signature: 01C7F83908166C226C06A44017421732
Signature (Rotated): 01D3EFDD3855C42AE3E0E6289F1A6726
File Offset: 0 bytes
Chroma subsampling: 1x1
EXIF Make/Model: NONE
EXIF Makernotes: NONE
EXIF Software: OK [GIMP 2.8.8]
Searching Compression Signatures: (3347 built-in, 0 user(*) )
EXIF.Make / Software EXIF.Model Quality Subsamp Match?
------------------------- ----------------------------------- ---------------- --------------
CAM:[Canon ] [Canon EOS-1Ds Mark II ] [fine ] No
CAM:[CASIO COMPUTER CO.,LTD. ] [EX-Z1000 ] [ ] No
CAM:[NIKON ] [NIKON D2X ] [FINE ] No
CAM:[NIKON ] [NIKON D3 ] [FINE ] No
CAM:[SIGMA ] [SIGMA SD10 ] [Qual:12 ] Yes
CAM:[SIGMA ] [SIGMA SD10 ] [Qual:12 ] Yes
CAM:[SIGMA ] [SIGMA SD14 ] [Qual:12 ] Yes
CAM:[SIGMA ] [SIGMA SD14 ] [Qual:12 ] Yes
CAM:[SONY ] [DSC-H2 ] [ ] No
CAM:[SONY ] [DSC-R1 ] [ ] No
CAM:[SONY ] [DSC-W7 ] [ ] No
SW :[Digital Photo Professiona] [09 ]
SW :[IJG Library ] [099 ]
The following IJG-based editors also match this signature:
SW :[GIMP ] [099 ]
SW :[IrfanView ] [099 ]
SW :[idImager ] [099 ]
SW :[FastStone Image Viewer ] [099 ]
SW :[NeatImage ] [099 ]
SW :[Paint.NET ] [099 ]
SW :[Photomatix ] [099 ]
SW :[XnView ] [099 ]
Based on the analysis of compression characteristics and EXIF metadata:
ASSESSMENT: Class 1 - Image is processed/edited
This may be a new software editor for the database.
If this file is processed, and editor doesn't appear in list above,
PLEASE ADD TO DATABASE with [Tools->Add Camera to DB]
p144345_1.png
p144345_2.png
soup-54cb553eddea2.jpg has an X-Resolution of 72 and a Y-Resolution of 240 dpi.
Please disable Use EXIF DPI (if exists) and Adjust zoom if X/Y DPI are different ( T ools → Settings... → General → General ).
You also may want to turn on Use ICC color profile for monitor (slower) in T ools → Settings... → General → ICC .
File
Filename | soup-54cb553eddea2.jpg
Filepath | X:\
Description | JPEG Image
File size | 872.41 KiB (893.346)
Creation date/time | 30.01.2015 - 10:55:02
Modified date/time | 30.01.2015 - 10:55:02
Accessed date/time | 30.01.2015 - 10:55:02
Rating | 0
Colour Label | 0
File's icon | shimgvw.dll,3
Image
Format | JPEG TrueColor (v1.1)
Width | 1000
Height | 1000
# of bits | 24
Color model | RGB
DPI | 72 x 240
Print size | 35.28x10.58 cm, 13.89x4.17 inches
Compression | JPEG
Progressive mode | Yes
Sub-sampling | 1x1,1x1,1x1
Estimated quality | 99
Images/frames count | 1
Origin | Top-Left
Color Profile
Description | sRGB IEC61966-2.1
Manufacturer | IEC http://www.iec.ch
Model | IEC 61966-2.1 Default RGB colour space - sRGB
Copyright | Copyright (c) 1998 Hewlett-Packard Company
JPEGsnoop 1.7.5 by Calvin Hass
http://www.impulseadventure.com/photo/
-------------------------------------
Filename: [X:\soup-54cb553eddea2.jpg]
Filesize: [893346] Bytes
Start Offset: 0x00000000
*** Marker: SOI (xFFD8) ***
OFFSET: 0x00000000
*** Marker: APP0 (xFFE0) ***
OFFSET: 0x00000002
Length = 16
Identifier = [JFIF]
version = [1.1]
density = 72 x 240 DPI (dots per inch)
thumbnail = 0 x 0
*** Marker: APP1 (xFFE1) ***
OFFSET: 0x00000014
Length = 10870
Identifier = [Exif]
Identifier TIFF = 0x[4D4D002A 00000008]
Endian = Motorola (big)
TAG Mark x002A = 0x002A
EXIF IFD0 @ Absolute 0x00000026
Dir Length = 0x0007
[Orientation ] = 1 = Row 0: top, Col 0: left
[XResolution ] = 72/1
[YResolution ] = 240/1
[ResolutionUnit ] = Inch
[Software ] = "GIMP 2.8.8"
[DateTime ] = "2015:01:30 10:55:02"
[ExifOffset ] = @ 0x0092
Offset to Next IFD = 0x000000D4
EXIF IFD1 @ Absolute 0x000000F2
Dir Length = 0x0006
[Compression ] = JPEG
[XResolution ] = 240/1
[YResolution ] = 240/1
[ResolutionUnit ] = Inch
[JpegIFOffset ] = @ +0x0132 = @ 0x0150
[JpegIFByteCount ] = 0x[0000293C] / 10556
Offset to Next IFD = 0x00000000
EXIF SubIFD @ Absolute 0x000000B0
Dir Length = 0x0005
[ExifVersion ] = 02.10
[FlashPixVersion ] = 01.00
[ColorSpace ] = sRGB
[ExifImageWidth ] = 0x[000003E8] / 1000
[ExifImageHeight ] = 0x[000003E8] / 1000
*** Marker: APP1 (xFFE1) ***
OFFSET: 0x00002A8C
Length = 4035
Identifier = [http://ns.adobe.com/xap/1.0/]
XMP =
|<?xpacket begin='ᄏ' id='W5M0MpCehiHzreSzNTczkc9d'?>
|<x:xmpmeta xmlns:x='adobe:ns:meta/'>
|<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#'>
| <rdf:Description xmlns:xmp='http://ns.adobe.com/xap/1.0/'>
| <xmp:CreatorTool>Adobe Photoshop CS5 Windows</xmp:CreatorTool>
| <xmp:CreateDate>2012-10-10T19:03:36-07:00</xmp:CreateDate>
| <xmp:MetadataDate>2012-10-10T19:03:42-07:00</xmp:MetadataDate>
| <xmp:ModifyDate>2012-10-10T19:03:42-07:00</xmp:ModifyDate>
| </rdf:Description>
| <rdf:Description xmlns:dc='http://purl.org/dc/elements/1.1/'>
| <dc:format>image/jpeg</dc:format>
| </rdf:Description>
| <rdf:Description xmlns:xmpMM='http://ns.adobe.com/xap/1.0/mm/'>
| <xmpMM:InstanceID>xmp.iid:40F5515B4413E211A8A89E508F8F00A0</xmpMM:InstanceID>
| <xmpMM:OriginalDocumentID>xmp.did:3EF5515B4413E211A8A89E508F8F00A0</xmpMM:OriginalDocumentID>
| <xmpMM:InstanceID>xmp.iid:40F5515B4413E211A8A89E508F8F00A0</xmpMM:InstanceID>
| <xmpMM:OriginalDocumentID>xmp.did:3EF5515B4413E211A8A89E508F8F00A0</xmpMM:OriginalDocumentID>
| <xmpMM:InstanceID>xmp.iid:40F5515B4413E211A8A89E508F8F00A0</xmpMM:InstanceID>
| <xmpMM:OriginalDocumentID>xmp.did:3EF5515B4413E211A8A89E508F8F00A0</xmpMM:OriginalDocumentID>
| <xmpMM:InstanceID>xmp.iid:40F5515B4413E211A8A89E508F8F00A0</xmpMM:InstanceID>
| <xmpMM:DocumentID rdf:resource='xmp.did:3EF5515B4413E211A8A89E508F8F00A0' />
| <xmpMM:OriginalDocumentID>xmp.did:3EF5515B4413E211A8A89E508F8F00A0</xmpMM:OriginalDocumentID>
| </rdf:Description>
| <rdf:Description xmlns:photoshop='http://ns.adobe.com/photoshop/1.0/'>
| <photoshop:ColorMode>3</photoshop:ColorMode>
| <photoshop:ICCProfile>sRGB IEC61966-2.1</photoshop:ICCProfile>
| <photoshop:ColorMode>3</photoshop:ColorMode>
| <photoshop:ICCProfile>sRGB IEC61966-2.1</photoshop:ICCProfile>
| <photoshop:ColorMode>3</photoshop:ColorMode>
| <photoshop:ICCProfile>sRGB IEC61966-2.1</photoshop:ICCProfile>
| <photoshop:ColorMode>3</photoshop:ColorMode>
| <photoshop:ICCProfile>sRGB IEC61966-2.1</photoshop:ICCProfile>
| </rdf:Description>
| <rdf:Description xmlns:exif='http://ns.adobe.com/exif/1.0/'>
| <exif:Orientation>Top-left</exif:Orientation>
| <exif:XResolution>72</exif:XResolution>
| <exif:YResolution>240</exif:YResolution>
| <exif:ResolutionUnit>Inch</exif:ResolutionUnit>
| <exif:Software>Adobe Photoshop CS5 Windows</exif:Software>
| <exif:DateTime>2012:10:10 19:03:42</exif:DateTime>
| <exif:Compression>JPEG compression</exif:Compression>
| <exif:XResolution>240</exif:XResolution>
| <exif:YResolution>240</exif:YResolution>
| <exif:ResolutionUnit>Inch</exif:ResolutionUnit>
| <exif:FlashPixVersion>FlashPix Version 1.0</exif:FlashPixVersion>
| <exif:Orientation>Top-left</exif:Orientation>
| <exif:XResolution>72</exif:XResolution>
| <exif:YResolution>240</exif:YResolution>
| <exif:ResolutionUnit>Inch</exif:ResolutionUnit>
| <exif:Software>GIMP 2.8.2</exif:Software>
| <exif:DateTime>2013:02:01 21:11:39</exif:DateTime>
| <exif:Compression>JPEG compression</exif:Compression>
| <exif:XResolution>240</exif:XResolution>
| <exif:YResolution>240</exif:YResolution>
| <exif:ResolutionUnit>Inch</exif:ResolutionUnit>
| <exif:FlashPixVersion>FlashPix Version 1.0</exif:FlashPixVersion>
| <exif:Orientation>Top-left</exif:Orientation>
| <exif:XResolution>72</exif:XResolution>
| <exif:YResolution>240</exif:YResolution>
| <exif:ResolutionUnit>Inch</exif:ResolutionUnit>
| <exif:Software>Adobe Photoshop CS5 Windows</exif:Software>
| <exif:DateTime>2012:10:10 19:03:42</exif:DateTime>
| <exif:Compression>JPEG compression</exif:Compression>
| <exif:XResolution>240</exif:XResolution>
| <exif:YResolution>240</exif:YResolution>
| <exif:ResolutionUnit>Inch</exif:ResolutionUnit>
| <exif:ExifVersion>Exif Version 2.1</exif:ExifVersion>
| <exif:FlashPixVersion>FlashPix Version 1.0</exif:FlashPixVersion>
| <exif:ColorSpace>sRGB</exif:ColorSpace>
| <exif:PixelXDimension>3000</exif:PixelXDimension>
| <exif:PixelYDimension>3000</exif:PixelYDimension>
| </rdf:Description>
|</rdf:RDF>
|</x:xmpmeta>
*** Marker: APP2 (xFFE2) ***
OFFSET: 0x00003A51
Length = 3160
Identifier = [ICC_PROFILE]
ICC Profile:
Marker Number = 1 of 1
Profile Size : 3144 bytes
Preferred CMM Type : 'Lino' (0x4C696E6F)
Profile Version : 0.2.1.0 (0x02100000)
Profile Device/Class : Display Device profile ('mntr' (0x6D6E7472))
Data Colour Space : rgbData ('RGB ' (0x52474220))
Profile connection space (PCS) : 'XYZ ' (0x58595A20)
Profile creation date : 1998-02-09 06:49:00
Profile file signature : 'acsp' (0x61637370)
Primary platform : Microsoft Corporation ('MSFT' (0x4D534654))
Profile flags : 0x00000000
Profile flags > Profile not embedded
Profile flags > Profile can't be used independently of embedded
Device Manufacturer : 'IEC ' (0x49454320)
Device Model : 'sRGB' (0x73524742)
Device attributes : 0x00000000_00000000
Device attributes > Reflective
Device attributes > Glossy
Device attributes > Media polarity = negative
Device attributes > Black & white media
Rendering intent : Media-Relative Colorimetric
Profile creator : 'HP ' (0x48502020)
Profile ID : 0x00000000_00000000_00000000_00000000
*** Marker: DQT (xFFDB) ***
Define a Quantization Table.
OFFSET: 0x000046AB
Table length = 67
----
Precision=8 bits
Destination ID=0 (Luminance)
DQT, Row #0: 1 1 1 1 1 1 1 1
DQT, Row #1: 1 1 1 1 1 1 1 1
DQT, Row #2: 1 1 1 1 1 1 1 1
DQT, Row #3: 1 1 1 1 1 2 2 1
DQT, Row #4: 1 1 1 1 1 2 2 2
DQT, Row #5: 1 1 1 1 2 2 2 2
DQT, Row #6: 1 1 2 2 2 2 2 2
DQT, Row #7: 1 2 2 2 2 2 2 2
Approx quality factor = 98.32 (scaling=3.35 variance=5.00)
*** Marker: DQT (xFFDB) ***
Define a Quantization Table.
OFFSET: 0x000046F0
Table length = 67
----
Precision=8 bits
Destination ID=1 (Chrominance)
DQT, Row #0: 1 1 1 1 2 2 2 2
DQT, Row #1: 1 1 1 1 2 2 2 2
DQT, Row #2: 1 1 1 2 2 2 2 2
DQT, Row #3: 1 1 2 2 2 2 2 2
DQT, Row #4: 2 2 2 2 2 2 2 2
DQT, Row #5: 2 2 2 2 2 2 2 2
DQT, Row #6: 2 2 2 2 2 2 2 2
DQT, Row #7: 2 2 2 2 2 2 2 2
Approx quality factor = 98.83 (scaling=2.34 variance=0.89)
*** Marker: SOF2 (Progressive DCT, Huffman) (xFFC2) ***
OFFSET: 0x00004735
Frame header length = 17
Precision = 8
Number of Lines = 1000
Samples per Line = 1000
Image Size = 1000 x 1000
Raw Image Orientation = Landscape
Number of Img components = 3
Component[1]: ID=0x01, Samp Fac=0x11 (Subsamp 1 x 1), Quant Tbl Sel=0x00 (Lum: Y)
Component[2]: ID=0x02, Samp Fac=0x11 (Subsamp 1 x 1), Quant Tbl Sel=0x01 (Chrom: Cb)
Component[3]: ID=0x03, Samp Fac=0x11 (Subsamp 1 x 1), Quant Tbl Sel=0x01 (Chrom: Cr)
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x00004748
Huffman table length = 30
----
Destination ID = 0
Class = 0 (DC / Lossless Table)
Codes of length 01 bits (000 total):
Codes of length 02 bits (000 total):
Codes of length 03 bits (006 total): 00 01 02 03 04 05
Codes of length 04 bits (003 total): 06 07 08
Codes of length 05 bits (001 total): 09
Codes of length 06 bits (001 total): 0A
Codes of length 07 bits (000 total):
Codes of length 08 bits (000 total):
Codes of length 09 bits (000 total):
Codes of length 10 bits (000 total):
Codes of length 11 bits (000 total):
Codes of length 12 bits (000 total):
Codes of length 13 bits (000 total):
Codes of length 14 bits (000 total):
Codes of length 15 bits (000 total):
Codes of length 16 bits (000 total):
Total number of codes: 011
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x00004768
Huffman table length = 29
----
Destination ID = 1
Class = 0 (DC / Lossless Table)
Codes of length 01 bits (000 total):
Codes of length 02 bits (001 total): 02
Codes of length 03 bits (005 total): 00 01 03 04 05
Codes of length 04 bits (001 total): 06
Codes of length 05 bits (001 total): 07
Codes of length 06 bits (001 total): 08
Codes of length 07 bits (001 total): 09
Codes of length 08 bits (000 total):
Codes of length 09 bits (000 total):
Codes of length 10 bits (000 total):
Codes of length 11 bits (000 total):
Codes of length 12 bits (000 total):
Codes of length 13 bits (000 total):
Codes of length 14 bits (000 total):
Codes of length 15 bits (000 total):
Codes of length 16 bits (000 total):
Total number of codes: 010
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x00004787
Scan header length = 12
Number of img components = 3
Component[1]: selector=0x01, table=0(DC),0(AC)
Component[2]: selector=0x02, table=1(DC),0(AC)
Component[3]: selector=0x03, table=1(DC),0(AC)
Spectral selection = 0 .. 0
Successive approximation = 0x01
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x0000DDD0
Huffman table length = 52
----
Destination ID = 0
Class = 1 (AC Table)
Codes of length 01 bits (000 total):
Codes of length 02 bits (000 total):
Codes of length 03 bits (006 total): 00 01 02 03 04 05
Codes of length 04 bits (002 total): 06 11
Codes of length 05 bits (001 total): 07
Codes of length 06 bits (003 total): 10 12 21
Codes of length 07 bits (004 total): 08 13 20 31
Codes of length 08 bits (002 total): 14 22
Codes of length 09 bits (002 total): 30 41
Codes of length 10 bits (002 total): 15 32
Codes of length 11 bits (002 total): 16 23
Codes of length 12 bits (002 total): 24 33
Codes of length 13 bits (002 total): 40 42
Codes of length 14 bits (003 total): 17 18 34
Codes of length 15 bits (001 total): 25
Codes of length 16 bits (001 total): 27
Total number of codes: 033
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x0000DE06
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x01, table=0(DC),0(AC)
Spectral selection = 1 .. 5
Successive approximation = 0x02
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x000167D5
Huffman table length = 93
----
Destination ID = 1
Class = 1 (AC Table)
Codes of length 01 bits (000 total):
Codes of length 02 bits (001 total): 01
Codes of length 03 bits (002 total): 02 03
Codes of length 04 bits (003 total): 00 04 11
Codes of length 05 bits (004 total): 05 12 21 31
Codes of length 06 bits (005 total): 06 13 22 41 51
Codes of length 07 bits (007 total): 10 23 32 42 61 71 F0
Codes of length 08 bits (006 total): 14 33 52 62 81 91
Codes of length 09 bits (010 total): 07 20 43 72 82 A1 B1 C1 D1 E1
Codes of length 10 bits (007 total): 15 53 63 92 A2 B2 F1
Codes of length 11 bits (004 total): 24 30 73 C2
Codes of length 12 bits (009 total): 16 83 93 A3 B3 C3 D2 E2 F2
Codes of length 13 bits (003 total): 34 D3 E3
Codes of length 14 bits (003 total): 08 25 F3
Codes of length 15 bits (001 total): 17
Codes of length 16 bits (009 total): 35 44 54 26 40 84 94 A4 B4
Total number of codes: 074
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x00016834
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x03, table=0(DC),1(AC)
Spectral selection = 1 .. 63
Successive approximation = 0x01
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x0002F0DC
Huffman table length = 89
----
Destination ID = 1
Class = 1 (AC Table)
Codes of length 01 bits (000 total):
Codes of length 02 bits (001 total): 02
Codes of length 03 bits (002 total): 01 03
Codes of length 04 bits (004 total): 00 04 11 12
Codes of length 05 bits (002 total): 05 21
Codes of length 06 bits (005 total): 06 13 22 31 32
Codes of length 07 bits (007 total): 10 23 41 42 51 52 F0
Codes of length 08 bits (006 total): 07 14 33 61 62 71
Codes of length 09 bits (008 total): 20 43 72 81 82 91 A1 B1
Codes of length 10 bits (011 total): 15 24 53 63 92 A2 B2 C1 C2 D1 E1
Codes of length 11 bits (004 total): 73 83 D2 F1
Codes of length 12 bits (009 total): 08 16 30 34 93 A3 B3 E2 F2
Codes of length 13 bits (004 total): 44 C3 D3 E3
Codes of length 14 bits (002 total): 25 F3
Codes of length 15 bits (002 total): 17 40
Codes of length 16 bits (003 total): 54 26 35
Total number of codes: 070
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x0002F137
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x02, table=0(DC),1(AC)
Spectral selection = 1 .. 63
Successive approximation = 0x01
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x0004B271
Huffman table length = 87
----
Destination ID = 0
Class = 1 (AC Table)
Codes of length 01 bits (000 total):
Codes of length 02 bits (002 total): 01 02
Codes of length 03 bits (001 total): 03
Codes of length 04 bits (002 total): 04 11
Codes of length 05 bits (003 total): 00 12 21
Codes of length 06 bits (005 total): 05 13 22 31 41
Codes of length 07 bits (003 total): 32 51 61
Codes of length 08 bits (009 total): 06 10 14 23 42 71 81 91 F0
Codes of length 09 bits (005 total): 20 33 52 A1 B1
Codes of length 10 bits (006 total): 15 24 30 62 C1 D1
Codes of length 11 bits (004 total): 43 72 E1 F1
Codes of length 12 bits (005 total): 07 40 53 82 92
Codes of length 13 bits (002 total): 16 34
Codes of length 14 bits (003 total): 25 63 A2
Codes of length 15 bits (001 total): B2
Codes of length 16 bits (017 total): C2 44 73 35 54 83 93 26 36 50 94 D2 55 64 75 84
E2
Total number of codes: 068
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x0004B2CA
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x01, table=0(DC),0(AC)
Spectral selection = 6 .. 63
Successive approximation = 0x02
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x0007106B
Huffman table length = 40
----
Destination ID = 0
Class = 1 (AC Table)
Codes of length 01 bits (001 total): 01
Codes of length 02 bits (000 total):
Codes of length 03 bits (002 total): 00 11
Codes of length 04 bits (002 total): 21 31
Codes of length 05 bits (001 total): 41
Codes of length 06 bits (003 total): 51 61 71
Codes of length 07 bits (003 total): 81 91 F0
Codes of length 08 bits (004 total): 10 A1 B1 C1
Codes of length 09 bits (003 total): D1 E1 F1
Codes of length 10 bits (001 total): 20
Codes of length 11 bits (001 total): 30
Codes of length 12 bits (000 total):
Codes of length 13 bits (000 total):
Codes of length 14 bits (000 total):
Codes of length 15 bits (000 total):
Codes of length 16 bits (000 total):
Total number of codes: 021
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x00071095
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x01, table=0(DC),0(AC)
Spectral selection = 1 .. 63
Successive approximation = 0x21
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x0008655D
Scan header length = 12
Number of img components = 3
Component[1]: selector=0x01, table=0(DC),0(AC)
Component[2]: selector=0x02, table=0(DC),0(AC)
Component[3]: selector=0x03, table=0(DC),0(AC)
Spectral selection = 0 .. 0
Successive approximation = 0x10
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x00087C62
Huffman table length = 40
----
Destination ID = 1
Class = 1 (AC Table)
Codes of length 01 bits (001 total): 01
Codes of length 02 bits (000 total):
Codes of length 03 bits (002 total): 11 21
Codes of length 04 bits (002 total): 00 31
Codes of length 05 bits (001 total): 41
Codes of length 06 bits (003 total): 51 61 F0
Codes of length 07 bits (003 total): 71 81 91
Codes of length 08 bits (005 total): 10 A1 B1 C1 D1
Codes of length 09 bits (001 total): E1
Codes of length 10 bits (001 total): F1
Codes of length 11 bits (001 total): 20
Codes of length 12 bits (001 total): 30
Codes of length 13 bits (000 total):
Codes of length 14 bits (000 total):
Codes of length 15 bits (000 total):
Codes of length 16 bits (000 total):
Total number of codes: 021
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x00087C8C
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x03, table=0(DC),1(AC)
Spectral selection = 1 .. 63
Successive approximation = 0x10
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x000A0C07
Huffman table length = 40
----
Destination ID = 1
Class = 1 (AC Table)
Codes of length 01 bits (001 total): 01
Codes of length 02 bits (000 total):
Codes of length 03 bits (002 total): 11 21
Codes of length 04 bits (002 total): 00 31
Codes of length 05 bits (001 total): 41
Codes of length 06 bits (003 total): 51 61 F0
Codes of length 07 bits (004 total): 71 81 91 A1
Codes of length 08 bits (002 total): B1 C1
Codes of length 09 bits (003 total): 10 D1 E1
Codes of length 10 bits (001 total): F1
Codes of length 11 bits (001 total): 20
Codes of length 12 bits (001 total): 30
Codes of length 13 bits (000 total):
Codes of length 14 bits (000 total):
Codes of length 15 bits (000 total):
Codes of length 16 bits (000 total):
Total number of codes: 021
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x000A0C31
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x02, table=0(DC),1(AC)
Spectral selection = 1 .. 63
Successive approximation = 0x10
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: DHT (Define Huffman Table) (xFFC4) ***
OFFSET: 0x000BA1E5
Huffman table length = 40
----
Destination ID = 0
Class = 1 (AC Table)
Codes of length 01 bits (001 total): 01
Codes of length 02 bits (001 total): 11
Codes of length 03 bits (000 total):
Codes of length 04 bits (002 total): 00 21
Codes of length 05 bits (002 total): 31 41
Codes of length 06 bits (002 total): 51 61
Codes of length 07 bits (001 total): 71
Codes of length 08 bits (003 total): 81 91 A1
Codes of length 09 bits (005 total): 10 B1 C1 D1 F0
Codes of length 10 bits (001 total): E1
Codes of length 11 bits (001 total): F1
Codes of length 12 bits (001 total): 20
Codes of length 13 bits (001 total): 30
Codes of length 14 bits (000 total):
Codes of length 15 bits (000 total):
Codes of length 16 bits (000 total):
Total number of codes: 021
*** Marker: SOS (Start of Scan) (xFFDA) ***
OFFSET: 0x000BA20F
Scan header length = 8
Number of img components = 1
Component[1]: selector=0x01, table=0(DC),0(AC)
Spectral selection = 1 .. 63
Successive approximation = 0x10
NOTE: Scan parsing doesn't support this SOF mode.
*** Marker: EOI (End of Image) (xFFD9) ***
OFFSET: 0x000DA1A0
*** Searching Compression Signatures ***
Signature: 01C7F83908166C226C06A44017421732
Signature (Rotated): 01D3EFDD3855C42AE3E0E6289F1A6726
File Offset: 0 bytes
Chroma subsampling: 1x1
EXIF Make/Model: NONE
EXIF Makernotes: NONE
EXIF Software: OK [GIMP 2.8.8]
Searching Compression Signatures: (3347 built-in, 0 user(*) )
EXIF.Make / Software EXIF.Model Quality Subsamp Match?
------------------------- ----------------------------------- ---------------- --------------
CAM:[Canon ] [Canon EOS-1Ds Mark II ] [fine ] No
CAM:[CASIO COMPUTER CO.,LTD. ] [EX-Z1000 ] [ ] No
CAM:[NIKON ] [NIKON D2X ] [FINE ] No
CAM:[NIKON ] [NIKON D3 ] [FINE ] No
CAM:[SIGMA ] [SIGMA SD10 ] [Qual:12 ] Yes
CAM:[SIGMA ] [SIGMA SD10 ] [Qual:12 ] Yes
CAM:[SIGMA ] [SIGMA SD14 ] [Qual:12 ] Yes
CAM:[SIGMA ] [SIGMA SD14 ] [Qual:12 ] Yes
CAM:[SONY ] [DSC-H2 ] [ ] No
CAM:[SONY ] [DSC-R1 ] [ ] No
CAM:[SONY ] [DSC-W7 ] [ ] No
SW :[Digital Photo Professiona] [09 ]
SW :[IJG Library ] [099 ]
The following IJG-based editors also match this signature:
SW :[GIMP ] [099 ]
SW :[IrfanView ] [099 ]
SW :[idImager ] [099 ]
SW :[FastStone Image Viewer ] [099 ]
SW :[NeatImage ] [099 ]
SW :[Paint.NET ] [099 ]
SW :[Photomatix ] [099 ]
SW :[XnView ] [099 ]
Based on the analysis of compression characteristics and EXIF metadata:
ASSESSMENT: Class 1 - Image is processed/edited
This may be a new software editor for the database.
If this file is processed, and editor doesn't appear in list above,
PLEASE ADD TO DATABASE with [Tools->Add Camera to DB]
p144345_1.png
p144345_2.png
- Sat Aug 22, 2015 3:00 am
- Forum: Classic - Bug Reports
- Topic: Error saving PNG
- Replies: 18
- Views: 17118
Re: Error saving PNG
I run into the same problem (“Error writing the file”) if Use ICC Embedded Profile (JPEG/TIFF) is deactivated and I try to save layers ( T ools » Multipage file » Extract All Into... ) from a color-managed PSD (sRGB IEC61966-2.1) in PNG format.
xnview.ini for v2.33:
[Cache]
IsActive=0
SavingMode=1
[Start]
ParamsSavingMode=1
SavingMode=1
p127249.zip
As the warnings say, you have a bunch of PNG files with invalid color profiles. Libpng16 issues warnings about them. Your application treats warnings as errors.
To work around this, you can do one or more of the following:
Use a PNG editor to remove the iCCP chunk from the PNG files listed in the error report, e.g., with ImageMagick's "convert -define png:exclude-chunk=iCCP,zCCP"
Use a PNG editor to remove all ancillary chunks, e.g., convert -strip
Downgrade your libpng to version 1.5.x (currently libpng-1.5.23)
Reinstall libpng-1.6.x (currently libpng-1.6.17) with "-DPNG_sRGB_PROFILE_CHECKS=-1"
Find out if there is a way to have your application treat warnings as warnings, not errors, and do that.
Coauthor of PNG spec, developer/maintainer of libpng, on development teams for ImageMagick and GraphicsMagick. Author of pngcrush. Maintains PNG support in Firefox.
xnview.ini for v2.33:
[Cache]
IsActive=0
SavingMode=1
[Start]
ParamsSavingMode=1
SavingMode=1
p127249.zip
As the warnings say, you have a bunch of PNG files with invalid color profiles. Libpng16 issues warnings about them. Your application treats warnings as errors.
To work around this, you can do one or more of the following:
Use a PNG editor to remove the iCCP chunk from the PNG files listed in the error report, e.g., with ImageMagick's "convert -define png:exclude-chunk=iCCP,zCCP"
Use a PNG editor to remove all ancillary chunks, e.g., convert -strip
Downgrade your libpng to version 1.5.x (currently libpng-1.5.23)
Reinstall libpng-1.6.x (currently libpng-1.6.17) with "-DPNG_sRGB_PROFILE_CHECKS=-1"
Find out if there is a way to have your application treat warnings as warnings, not errors, and do that.
Coauthor of PNG spec, developer/maintainer of libpng, on development teams for ImageMagick and GraphicsMagick. Author of pngcrush. Maintains PNG support in Firefox.
- Sun Jul 26, 2015 6:15 am
- Forum: Classic - Bug Reports
- Topic: Error saving PNG
- Replies: 18
- Views: 17118
Re: Error saving PNG
Thanks for providing us with a sample, Ty.
As expected, 2015-07-25-0001.jpg uses one of those ICC profiles which are considered “incorrect” by libpng v1.6+: HP's sRGB IEC61966-2.1 (tested with Jeffrey Friedl's Image Metadata Viewer and confirmed with PhotoME + Stuffware Photo Studio ).
p126891.png
Recommended workaround (until we have a fix):
XnView will resave sample.png without error, if Use ICC Embedded Profile (JPEG/TIFF) - Very slow ( T ools » O ptions... » General » ICC ) is activated.
This will also allow the conversion of your VueScan JPEG to PNG.
The LibPNG home page contains this text:
The current public release, libpng 1.6.17 ... fixes an incorrect alpha calculation in 8-bit-linear to sRGB conversion ...
So updating libpng may fix that part of the problem.
I'm not sure that'll do the trick:
Fixed simplified 8-bit-linear to sRGB alpha. The calculated alpha value was wrong. It's not clear if this affected the final stored value; in the obvious code path the upper and lower 8-bits of the alpha value were identical and the alpha was truncated to 8-bits rather than dividing by 257 (John Bowler).
It needs to go to the discussion list because you and Graeme are questioning policy decisions. Libpng bug reports can't handle such things.
(1) When we encounter the old HP/MS profile that was written on the assumption that the user was adapted to D50 light do we regard it as sRGB, warn about it, refuse to allow it to be written out again by default? (We currently warn on read and error on app (benign) error on write, that's a warning with gimp.)
(2) When we encounter a profile that has the MD5 signature of one of the new ICC ones do we validate the profile checksum (which we use for older v2 profiles) and if we do and get a mismatch, do we issue a warning or an error and, if so, what is the wording? The current behavior is to issue a chunk error which can be ignored (and currently is by gimp.)
View the libpng home page for more information (http://www.libpng.org)
Libpng-1.6.x does more checking of ICC profiles and in particular rejects some "sRGB" profiles that were previously acceptable to ImageMagick. The profile embedded in "logo:" is among them.
[…]
I'm getting more than just a warning. "convert" doesn't write an output PNG. I got the same behavior with ImageMagick built with libpng-1.6.1 and running with the 1.6.2beta02 shared library.
I have checked in a simple fix (adding a call to png_set_benign_errors()) that causes IM to issue a warning instead of an error.
With the fix […] logo.png is written without an iCCP chunk.
As expected, 2015-07-25-0001.jpg uses one of those ICC profiles which are considered “incorrect” by libpng v1.6+: HP's sRGB IEC61966-2.1 (tested with Jeffrey Friedl's Image Metadata Viewer and confirmed with PhotoME + Stuffware Photo Studio ).
p126891.png
Recommended workaround (until we have a fix):
XnView will resave sample.png without error, if Use ICC Embedded Profile (JPEG/TIFF) - Very slow ( T ools » O ptions... » General » ICC ) is activated.
This will also allow the conversion of your VueScan JPEG to PNG.
The LibPNG home page contains this text:
The current public release, libpng 1.6.17 ... fixes an incorrect alpha calculation in 8-bit-linear to sRGB conversion ...
So updating libpng may fix that part of the problem.
I'm not sure that'll do the trick:
Fixed simplified 8-bit-linear to sRGB alpha. The calculated alpha value was wrong. It's not clear if this affected the final stored value; in the obvious code path the upper and lower 8-bits of the alpha value were identical and the alpha was truncated to 8-bits rather than dividing by 257 (John Bowler).
It needs to go to the discussion list because you and Graeme are questioning policy decisions. Libpng bug reports can't handle such things.
(1) When we encounter the old HP/MS profile that was written on the assumption that the user was adapted to D50 light do we regard it as sRGB, warn about it, refuse to allow it to be written out again by default? (We currently warn on read and error on app (benign) error on write, that's a warning with gimp.)
(2) When we encounter a profile that has the MD5 signature of one of the new ICC ones do we validate the profile checksum (which we use for older v2 profiles) and if we do and get a mismatch, do we issue a warning or an error and, if so, what is the wording? The current behavior is to issue a chunk error which can be ignored (and currently is by gimp.)
View the libpng home page for more information (http://www.libpng.org)
Libpng-1.6.x does more checking of ICC profiles and in particular rejects some "sRGB" profiles that were previously acceptable to ImageMagick. The profile embedded in "logo:" is among them.
[…]
I'm getting more than just a warning. "convert" doesn't write an output PNG. I got the same behavior with ImageMagick built with libpng-1.6.1 and running with the 1.6.2beta02 shared library.
I have checked in a simple fix (adding a call to png_set_benign_errors()) that causes IM to issue a warning instead of an error.
With the fix […] logo.png is written without an iCCP chunk.