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
 Writing ImageEnMView images in a file like *.dat.

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
exchangeviews Posted - Apr 10 2015 : 09:01:27
I am looking a way to write each new loaded image of ImageEnMView component to a file say *.DAT and on app_load, need to read each stored image from dat file to display back in ImageEnMView. Any help? Thanks.
3   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Apr 11 2015 : 12:14:23
Hi

It will save the current state, so if you change an image and then save it, when loaded it will be the new resolution.

Nigel
Xequte Software
www.xequte.com
nigel@xequte.com
exchangeviews Posted - Apr 11 2015 : 09:53:09
Hi Nigel,

Thanks. This is what I was looking for.

One more thing, does it save the same resolution, quality and file size image after using following code which was provided to SaveSnapshot?:

ImageEnMView1.LoadSnapshot('d:\screenshots.db');
  ImageEnMView1.SelectImage(0);
  ImageEnVect1.Assign(ImageEnMView1.Bitmap);
  ImageEnVect1.IO.SaveToFileBMP('d:\test.bmp');
xequte Posted - Apr 11 2015 : 02:46:32
Hi

Have you considered SaveSnapshot:

http://www.imageen.com/help/TImageEnMView.SaveSnapshot.html


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