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
 Get XMP params from PNG and JPGE

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
clementcdip Posted - Jul 18 2013 : 03:29:29
Hello,

I'm trying to open 2 images (different extensions) one .jpg and one .png
When


        TImageEnIO* imageTmp;
        try
        {
            imageTmp = new TImageEnIO((Classes::TComponent *)NULL);
        }
        catch (...)
        {
            return (false);
        }
	imageTmp->ParamsFromFile(path);
	UnicodeString info = imageTmp->Params->XMP_Info;


When it's the .jpg everything is ok i get all information I need but, when i try with my .png nothing, info == "".
So i went to http://regex.info/exif.cgi
to see if both of my pictures contains what I search and it was.

Someone now if imageEn is able to open and read XMP information from PNG images?
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jul 18 2013 : 19:18:21
Hi

I'm afraid XMP Info in PNG files is not supported.



Nigel
Xequte Software
www.xequte.com
nigel@xequte.com