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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 IO questions

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
PeterPanino Posted - Nov 07 2022 : 05:11:09
I need to SAVE AND REOPEN an image with ImageEn with the following features:

1. Layers preserved: This works well with the .IEN format.

2. Custom marker (metadata?): I need to store a custom marker (e.g., MY_CUSTOM_MARKER) in the file so that when reopening the file, I can take a custom action accordingly.

3. Short meta text for each Layer: When reopening the image and clicking on a Layer, I need to retrieve the meta text stored in that Layer.

Which image formats support all these features in ImageEn natively?
2   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Nov 07 2022 : 17:44:05
Hi Peter

Yes, that is the recommended way to handle it.

Nigel
Xequte Software
www.imageen.com
PeterPanino Posted - Nov 07 2022 : 06:48:00
Instead of using a custom marker, I have decided to create my own image file format - TIEFileFormatInfo makes it easy. Can I still save and reopen Layers in my custom File Format?

UPDATE: The UserDataInLayer demo is a nice example of storing user data in Layers. Thank you, ImageEn!