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
 Rotate does not work for TIFF files after reopen?
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

Fábio Nascimento

Brazil
72 Posts

Posted - Jun 10 2016 :  09:10:50  Show Profile  Reply
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!

xequte

38684 Posts

Posted - Jun 10 2016 :  22:38:54  Show Profile  Reply
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
Go to Top of Page

Fábio Nascimento

Brazil
72 Posts

Posted - Jun 11 2016 :  09:02:16  Show Profile  Reply
Yeah the image loaded and I can see all the pages and navigate through them.

I'll build an empty project and test.

Thanks@!
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: