Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > .NET General

Vista - [.NET 3.0] How to work with images?

Reply
 
Old 06-20-2008   #1 (permalink)
Poly


 
 

[.NET 3.0] How to work with images?

I need to load image from disk (stream) and to resize it
in 500-500px and 100-100 px.
How can i make it?

In 2.0 i used GDI+. I can use it now, but i think that there is more
good mechanics to do this. But i cant find it.

How knows how to do it?

best regards
Dmitrij Polyanin

My System SpecsSystem Spec
Old 06-26-2008   #2 (permalink)


Vista Ultimate x64
 
 

Re: [.NET 3.0] How to work with images?

You can use WPF. It's a very powerful type for graphical operations.
My System SpecsSystem Spec
Old 06-29-2008   #3 (permalink)
Jameson


 
 

Re: [.NET 3.0] How to work with images?

Ok leon, bad advice. There is no need to point him to WPF for such a simple
operation.

Real advice is here...

Dim i_error As Image.GetThumbnailImageAbort
Dim i As Image
i = yourimage.GetThumbnailImage(width, height, i_error, 0)

"i" is yourimage resized to the dimensions you want.

"leonjohancool" <guest@xxxxxx-email.com> wrote in message
news:9c9cf4eb604268242b89c18253fe1cee@xxxxxx-gateway.com...
Quote:

>
> You can use WPF. It's a very powerful type for graphical operations.
>
>
> --
> leonjohancool
My System SpecsSystem Spec
Old 06-30-2008   #4 (permalink)


Vista Ultimate x64
 
 

Re: [.NET 3.0] How to work with images?

I think he wants something new that comes with new versions of .NET and doesn't want to use GDI+. right?
My System SpecsSystem Spec
Reply

Thread Tools


Similar Threads
Thread Forum
.png images and UAC Vista account administration
Getty Images and View Images Can't view Vista General
ISO Images Vista General
CD Images Vista installation & setup
CD-Images for RC1? Vista installation & setup


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46