Skip to main content
Participant
August 15, 2024
Answered

Perfil ICC no válido al intentar abrir un archivo

  • August 15, 2024
  • 1 reply
  • 324 views

Hola. He comprado un archivo de imagen PSD y al intentar abrirlo obtengo un mensaje de error:

Mi versión es la CS6.

No sé si se trata de un error de compativilidad o simplemente que el archivo está corrupto.

¿Alquien podría orientarme?

Gracias de antemano.

 

This topic has been closed for replies.
Correct answer Stephen Marsh

You could use ExifTool to find what the ICC profile is and remove it from a copy of the original file.

 

https://exiftool.org

EDIT:

 

To list all ICC profiles:

 

exiftool -icc_profile:all "WinPathToFileOrFolder"

 

 

To remove all ICC profiles –

 

exiftool -icc_profile:all= "WinPathToFileOrFolder"

 

 

 

1 reply

Stephen Marsh
Community Expert
Stephen MarshCommunity ExpertCorrect answer
Community Expert
August 15, 2024

You could use ExifTool to find what the ICC profile is and remove it from a copy of the original file.

 

https://exiftool.org

EDIT:

 

To list all ICC profiles:

 

exiftool -icc_profile:all "WinPathToFileOrFolder"

 

 

To remove all ICC profiles –

 

exiftool -icc_profile:all= "WinPathToFileOrFolder"