Problem with ICC profile extraction of an Oppo Find X3 Pro jpeg file

Started by Wihlelm, July 27, 2022, 06:45:09 AM

Previous topic - Next topic

Wihlelm

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

StarGeek

Are you using CMD or PowerShell.  Make sure you use CMD when extracting binary data because PowerShell corrupts binary data.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

Wihlelm

I am using "Windows Terminal" which is configured by default as... PowerShell

You are right, problem solved. Thank you !