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
 Urgent help....

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
eballinas Posted - Aug 27 2016 : 19:47:24
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...

1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Aug 28 2016 : 00:47:15
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