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
 Rotate does not work for TIFF files after reopen?

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
Fábio Nascimento Posted - Jun 10 2016 : 09:10:50
Hi,

I open a TIFF file:

      ImageEnMView.Clear;
      ImageEnMView.LoadFromFileOnDemand(filename,False);
      ImageEnMView.SelectedImage := 0;


Then I rotate the page:

ImageEnMView.Proc.Rotate(90,True)


It works fine.

But if I open another file, using the same code above, it doesn't rotate anymore, I have to close the form and reopen it, then it works again for the first file I open and stop working until I reopen the form.

The files are opened fine, the thumbnails are shown, all the other functions works, except rotate, It doesnt do anything to the image.

What am I missing?

Thanks!
2   L A T E S T    R E P L I E S    (Newest First)
Fábio Nascimento Posted - Jun 11 2016 : 09:02:16
Yeah the image loaded and I can see all the pages and navigate through them.

I'll build an empty project and test.

Thanks@!
xequte Posted - Jun 10 2016 : 22:38:54
Hi

I cannot reproduce that. Does it only happen with specific files? Are you able to reproduce it with a empty project? Has the image loaded before the Rotate() call?

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