Rotate an image

John.Woody

Registered User.
Local time
Today, 00:08
Joined
Sep 10, 2001
Messages
354
I have a tiff image displayed on a form. I need to be able to rotate this image 90 degrees to the left or right. Is there any code to acheive this?

John
 
This sample rotates text allowing you to choose how many degrees to rotate, might be of some help.
 

Attachments

Thanks Hayley. Good for text but not for images. I've taken to creating a temp tif file and opening it in Microsoft office image viewer, where the temp file can be manipulated and printed. It also sorts out multiple page issues. It would still interest me to know af access can rotate pictures though.
 
is it one tiff file or do you need the ability to rotate any image? if its the latter i'm at aloss; if its the former why not just store 2 images and switch between on whatever event?
 
bpaquette Thanks for your interest. There will be thousands of images which may or may not need rotation. Everywhere I look I'm being told that Access can't do this hence using the office image viewer. (Which should save me some time and coding);)
 

Users who are viewing this thread

Back
Top Bottom