Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I can't print my rotated image correctly =(

Status
Not open for further replies.

Fatality

Programmer
Sep 19, 2002
7
0
0
NL
Hey,

I have a image(image1) that I can rotate(image2), but when I want to print image2, the printer will print image1.

The program won't rotate the pixels, it only rotates the image in the program. (not in the memory)

If anyone have some ideas, please tell me!

Greetz
Eddy(Fatality)

PS I'm using Delphi 5 and I'm just strated programming! =)
 
It seems the printing the imge only prints the file and not what is on the screen. Have you tried to save the rotated image first then print it? You would then have to delete the rotated image file if you have no intention of keeping it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top