Hi,
How I can get the Profile name associated to a RGB/CMYK image in InDesign?
The properties profile of image return Embedded instaed of name of ICC profile (Example Adobe RGB (1998)).
From link palette this info is available...
Stefano
Hi,
I found the solution using the power of Sips:
try
set pathImmagine to "Snow Leopard:Users:stefano:Desktop:roman16_06_yellow.tif"
set profileName to do shell script "sips -g profile " & quoted form of (POSIX path of pathImmagine) & " | fgrep profile | sed 's/ profile: //g'"
on error msg number errnum
set profileName to "ND"
end try
Very fast even with big images.
But like Adobe as added the intelligent new Parent page property, this property must be added in InDesign
---
Stefano Cappello