Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

System.Windows.Media.Imaging for asp.net

Tags:

.net

image

wpf

gdi+

There are some very useful classes for working with images. I am stuck with gdi+ for now, I would like to use these classes for my web app. I tried to add a reference but I can't find the assembly.

Any ideas if this is even possible?

http://msdn.microsoft.com/en-us/library/system.windows.media.imaging.aspx

like image 795
Tomasi Avatar asked Feb 21 '10 02:02

Tomasi


1 Answers

If you are looking to tap into the linked namespace classes, you need to reference "PresentationCore.Dll" in your project.

It should be in the listing under .NET references, and the assembly is usually under

c:\Program Files\Reference Assemblies\Microsoft\Framework\v3.0\PresentationCore.dll

like image 57
curtisk Avatar answered Sep 24 '22 00:09

curtisk