Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
PeterPanino
Posted - Jun 27 2020 : 17:35:12 I am loading an image file into an ImageEnView. That image has an unknown file extension (e.g. .MyUnknownExt). So ImageEnView must detect itself what real image type the file is (.png or .jpg or .gif etc.).
Then ImageEnView mus get the comment metadata string from that image file. Then ImageEnView must MODIFY the found comment metadata string or create a new one. Then ImageEnView must save the file using the same .MyUnknownExt file extension but maintaining the same image file type (.png or .jpg or .gif etc.).
How can I do that?
3 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Jun 28 2020 : 16:23:46 Hi Peter
Different files have different meta-data properties.
Posted - Jun 28 2020 : 12:17:54 Nigel, thanks for the quick answer. But the more important part of my question was: How to get/set the METADATA comment from/to .png, .jpg, .gif, etc.?
xequte
Posted - Jun 28 2020 : 03:04:39 Hi Peter
If you use LoadFromFileAuto ImageEn will only use the file content to determine what type of image it is (ignore the extension):