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!