Board index » delphi » Rotate JPeg Image runtime/ Change Size

Rotate JPeg Image runtime/ Change Size

Two questions...
1. Does anyone know how to rotate a jpeg image on a form?
2. And how do you change its size, the following won't do:

{ begin code }
Image.Picture.LoadFromFile('some_img.jpg');
Image.Picture.Width := 110; // property is read-only, just like height

{ end code }

Please Help...

Greetings, Elko.

 

Re:Rotate JPeg Image runtime/ Change Size


newsfup
"Elko" <e.vandenbus...@business-review.com>
Tue, 12 Jun 2001 09:23:35 +0200

======================================================================

Quote
>Two questions...
>1. Does anyone know how to rotate a jpeg image on a form?
>2. And how do you change its size, the following won't do:

For any graphical stuff visit Earl's site[1].

Footnotes:
[1] http://www.efg2.com/Lab
    http://homepages.borland.com/efg2lab/Default.htm

Cheers,
   Udo
--
Homepage: http://www.nesshoever.de            No mails please. Reply here.

Delphi env.:                         Global Polio Awareness Campaign 2001+
W2K.sp1, D4Pro.sp3                       More info -> http://www.2-mad.com

Other Threads