| View previous topic :: View next topic |
| Author |
Message |
Steven Guest
|
Posted: Tue Nov 22, 2005 6:22 pm Post subject: Resize graphics file |
|
|
Is there any example source code floating around that shows how
to resize bitmaps or jpegs etc.
Thanks
Steven
|
|
| Back to top |
|
 |
Jonathan Benedicto Guest
|
Posted: Wed Nov 23, 2005 6:21 am Post subject: Re: Resize graphics file |
|
|
Steven wrote:
| Quote: | Is there any example source code floating around that shows how
to resize bitmaps or jpegs etc.
|
What kind of quality do you need ?
Jonathan
|
|
| Back to top |
|
 |
Steven Guest
|
Posted: Wed Nov 23, 2005 3:10 pm Post subject: Re: Resize graphics file |
|
|
It doesn't have to be the greatest. To be honest with you,
I never thought about quality. There is a setting in Timage(),
I think it's called proportional. When you load a graphic in there
it makes the picture the same size as the Timage(). That's kind
of what I am looking for.
Can you explain a bit more on the quality to me, I never knew that
I had to be concerned with that.
Thanks
Steven
"Jonathan Benedicto" <incorrect (AT) no (DOT) server> wrote
| Quote: | Steven wrote:
Is there any example source code floating around that shows how
to resize bitmaps or jpegs etc.
What kind of quality do you need ?
Jonathan
|
|
|
| Back to top |
|
 |
Michel Leunen Guest
|
Posted: Wed Nov 23, 2005 6:59 pm Post subject: Re: Resize graphics file |
|
|
Steven wrote:
| Quote: | It doesn't have to be the greatest. To be honest with you,
I never thought about quality. There is a setting in Timage(),
I think it's called proportional. When you load a graphic in there
it makes the picture the same size as the Timage(). That's kind
of what I am looking for.
|
Here is a sample given by Damon Chandler. It may help you:
http://tinyurl.com/8u2cd
Michel
--
----------------------------------------
Michel Leunen
mailto: see my homepage.
C++Builder, BCC5.5.1 Web site:
http://www.leunen.com/
----------------------------------------
|
|
| Back to top |
|
 |
|