ExifTool Forum

ExifTool => Bug Reports / Feature Requests => Topic started by: Wihlelm on July 27, 2022, 06:45:09 AM

Title: Problem with ICC profile extraction of an Oppo Find X3 Pro jpeg file
Post by: Wihlelm on July 27, 2022, 06:45:09 AM
Hi, I tried to extract the "Display P3" ICC profile from a jpeg photo from my mobile (Oppo X3 Find Pro), but the resulting file is not usable with digikam, darktable, nor docbees profile manager.

All on Windows 10 platform, exiftool ver 12.44

Attached is an example image file and the result. The command was :

exiftool -icc_profile -b IMG20220727121400.jpg > extract_icc.icc

with no output message from exiftool.

The questions are : is the extracted file in a good format but unfortunately not readable by the 3 softwares I tried ? Is it a kind of encrypted ICC profile ? Is it a bug of exiftool ? 

Thanks
Title: Re: Problem with ICC profile extraction of an Oppo Find X3 Pro jpeg file
Post by: StarGeek on July 27, 2022, 02:20:55 PM
Are you using CMD or PowerShell.  Make sure you use CMD when extracting binary data because PowerShell corrupts binary data (https://exiftool.org/forum/index.php/topic,8137.msg41663.html#msg41663).
Title: Re: Problem with ICC profile extraction of an Oppo Find X3 Pro jpeg file
Post by: Wihlelm on July 27, 2022, 04:32:26 PM
I am using "Windows Terminal" which is configured by default as... PowerShell

You are right, problem solved. Thank you !