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
 Determine was image modyfied

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
sfedotov Posted - Nov 01 2012 : 05:16:15
Hi all,

I want to check is there any modifications was made by ImageEnView.Proc.DoPreviews function.

How can i do this ?

3   L A T E S T    R E P L I E S    (Newest First)
sfedotov Posted - Nov 08 2012 : 04:04:56
Thanks to all, the Proc object has necessary properties for tis issue.

The better way i found was to check:

ImageEnView.Proc.UndoCount > 0


fab Posted - Nov 08 2012 : 03:48:10
Hi,
please look into ImageEnView.Proc.PreviewsLog property. It contains a list of operations done inside the preview dialog.
rswyman@docuxplorer.com Posted - Nov 01 2012 : 08:48:38
The most reliable way I found was to check the CRC value of a file before and after the operation.