how to extract 'copyright status' from JPEG in C# – Photoshop
I created an app which reads the JPEG meta data and stores it in the database, so that we can see if it has rogue characters. I can extract the meta data using below code but i am unable to…