Hi. For my UXP plugin i need a list of installed CMYK ICM color profiles.
How can i get a list of installed color profiles? I can gen it from C:\Windows\System32\spool\drivers\color but I don’t know how to read this folder from uxp and may be someone know another way?
I use this parser https://github.com/lovell/icc
It won’t work right away under UXP, because it uses Buffer, which is not in UXP. Here, instead, it’s ArrayBuffer