all groups > dotnet drawing api > december 2005 >
You're in the

dotnet drawing api

group:

ImageCodecInfo


ImageCodecInfo James Bean
12/20/2005 9:01:20 PM
dotnet drawing api:
What are ImageCodecInfo classes? Can tehy make your images (gif, jpeg, etc.)
better or why to use them?

I made a (another) screen capture program and notice that captures
could be better. Could ImageCodecInfo class make screen capture picture
better?

Thanks for any info!

Cheers!

Re: ImageCodecInfo Bob Powell [MVP]
12/21/2005 6:55:07 PM
The image codec info classes represent the various image codecs available to
the GDI+ image encoders. They are sealed classes, cannot be derived from,
cannot be expanded or added to in any way. In fact, you just gets what you
sees.

They are generally only used to find a specific codec for saving an image.
Loading is done transparently by the framework and the correct codec is
detected and loaded.

They have no bearing upon screen image quality.

--
Bob Powell [MVP]
Visual C#, System.Drawing

Ramuseco Limited .NET consulting
http://www.ramuseco.com

Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm

All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.



[quoted text, click to view]

AddThis Social Bookmark Button