I try to obtain the picture profile name.
For that, i use, this function in Php :
Code: Select all
$Profile=MagickGetImageProfile($Image,"ICC");
Same with ImageMagick, i don't know how obtain the picture profile name. I have tried :
Code: Select all
identify -verbose mypicture.eps
I'm french. Sorry for my english.