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
 Urgent help....
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

eballinas

Mexico
37 Posts

Posted - Aug 27 2016 :  19:47:24  Show Profile  Reply
I have a TIEDBMultiBitmap attached to a imageenmview1 with the next code:

fDBMBitmap := TIEDBMultiBitmap.create();
fDBMBitmap.DataSource := DSFOTOS;
fDBMBitmap.ImageBlobField := 'IMAGEN';
fdbmbitmap.FollowDBCursor:=true;
ImageEnMView1.SetExternalMBitmap( fDBMBitmap );
fdbmbitmap.ParamsEnabled:=true;

I have a ImageEnMViewPromptToAdd1 attached to the same imageenmvie1.
When I call the action, the database is updated perfectly.
The problem is that the exif properties are not there; I can not get the exif properties. Where are they? How do I get them?
What should I do?
I am including a sample of the files i am uploading to the database.
Please this is urgent...

xequte

38615 Posts

Posted - Aug 28 2016 :  00:47:15  Show Profile  Reply
This seems to be a duplicate of:

http://www.imageen.com/ieforum/topic.asp?TOPIC_ID=2769

I'm afraid I won't be able to investigate until I am back in the office after the weekend.

The parameters should be available via

fDBMBitmap.Params.EXIF_*

If the images are stored as JPEG:

http://www.imageen.com/help/TIEDBMultiBitmap.ImageFormat.html

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