ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 Inquiry About PSD Metadata Support in ImageEn 13.1.0
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Aamir

India
17 Posts

Posted - Apr 30 2024 :  12:09:12  Show Profile  Reply
Dear ImageEn Support Team,

I hope this message finds you well. I am currently using ImageEn version 13.1.0 and I have been very impressed with its capabilities for image processing and editing.

I am reaching out to inquire about the support for PSD (Photoshop Document) files, specifically regarding the reading and writing of metadata. My project requires manipulation of metadata within PSD files and I would like to know if ImageEn provides this functionality.

Could you please provide information on whether ImageEn supports the following:
• Reading metadata from PSD files

• Writing metadata to PSD files

• Accessing and modifying XMP, IPTC, and EXIF data within PSD files

Any guidance or documentation you could provide on this matter would be greatly appreciated.

Thank you for your time and assistance.




Best regards,

Aamir

xequte

38222 Posts

Posted - Apr 30 2024 :  16:12:57  Show Profile  Reply
Hi Aamir

Please see:

https://www.imageen.com/help/File_Formats.html#PSD

ImageEn supports reading and writing of EXIF and XMP meta-data in PSD files.

Please also try the "Exif Editor" and "XMP Meta Data" demos:

https://www.imageen.com/demos/



Nigel
Xequte Software
www.imageen.com
Go to Top of Page

Aamir

India
17 Posts

Posted - May 02 2024 :  11:30:18  Show Profile  Reply
Thanks for the fast reply.

"Exif.exe" is able to read the properties from PSD but it is not saving the data into PSD.

can you please provide a code snippet to read and write some information into PSD metadata? it would be greatly appreciated.

Aamir
Go to Top of Page

xequte

38222 Posts

Posted - May 02 2024 :  22:04:28  Show Profile  Reply
Hi Aamir

Sorry, the EXIF demo ignores PSD files when saving. I will add that in the next update.

To add EXIF data to PSD file:

// Add EXIF to PSD file
ImageEnView1.IO.LoadFromFile( 'D:\Image.psd' );
ImageEnView1.IO.Params.EXIF_ImageDescription := 'This is EXIF data';
ImageEnView1.IO.Params.EXIF_DateTime2 := Now;
ImageEnView1.IO.Params.EXIF_DateTimeOriginal2 := Now;
ImageEnView1.IO.Params.EXIF_HasEXIFData  := True;
ImageEnView1.IO.SaveToFile( 'D:\Image.psd' );



Nigel
Xequte Software
www.imageen.com
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: