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
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).
I am using "Windows Terminal" which is configured by default as... PowerShell
You are right, problem solved. Thank you !