Hi Maxime,

Thank you very much for your response and for sharing your script. I wanted to let you know that I had already given it a try by saving the colorspaces (keyed by ID) into a JSON file. It worked, but that approach wasn’t really optimized or completely effective.

Thanks to your reply, I tested your script and only had to make a small modification to fix an error I had on my machine (the issue with “DictType” not being defined). I replaced that with the standard Dict from Python’s typing module, and now the script works like a charm!

I really appreciate you taking the time to provide your insights and the script. It’s been extremely helpful and has moved my project forward considerably!

Best regards,
Anthony