Re:Printing JPEGs...
Quote
"C.K." wrote:
> I'm sure this has been asked a billion times, but is there an easy way to
> print a jpeg without converting it to a new bitmap file, opening that file
> and printing it? I would love to go from a TJPEGImage directly to the
> printer canvas...can I?
Nope none!
JPEG are actually compressed, thus to get the image a decompression will
need to be done at some time in any case.
Also Windoze uses bitmaps, and all GDI routines rely on bitmaps. So to
print using windows you would need to get a BMP anyway.
Though you could write an entire print routine yourself! (Assume you
would want to do it, I could see it taking a couple of years to perfect
it!).
--
Charles Hacker
Lecturer in Electronics and Computing
School of Engineering
Griffith University - Gold Coast
Australia