terjetyl / Simple.ImageResizer

A simple c# image resizer with ScaleToFit and ScaleToFill using wpf libraries. Resizes to jpg, gif, png, tiff. Demosite is hosted at AppHarbor: http://imageresizer.apphb.com/
58 stars 27 forks source link

Use in partial trust environment #7

Open manuelfsixtour opened 9 years ago

manuelfsixtour commented 9 years ago

Hi, is it possible to use the library in an environment with partial trust set (for example Aruba)?

I am getting the following error:

System.Security.SecurityException: Request for the permission of type 'System.Security.Permissions.MediaPermission, WindowsBase, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' failed.

Thanks in advance.