ImageResizer slow performance - imageresizer

I download the files and added them to my ASP.Net MVC app.
Using Image object, loading and converting a one page tiff into a gif (into a memory stream) took approx 180ms. I converted the code to call ImageResizer and it took 360ms for the same functionality.
What am I doing wrong?
NOTE! Removing the PrettyGifs plug-in from the config did not change the times.
ImageResizer.Configuration.Config c = new ImageResizer.Configuration.Config(new ResizerSection("<resizer><plugins><add name=\"PrettyGifs\"/></plugins></resizer>"));
c.Plugins.LoadPlugins();
string s = c.GetDiagnosticsPage();
using (MemoryStream ms = new MemoryStream())
{
c.BuildImage(sPath, ms, "format=gif");
// ...
}
debug dump follows:
Diagnostics for ImageResizer 4.1.9 008a626e at localhost generated 11/22/2017 5:57:58 PM
Please remember to provide this page when contacting support.
You are using ImageResizer Essential Edition plugins.
3 issues detected:
Plugins(ConfigurationError): Failed to load plugin by name "(PrettyGifs, )"
Verify that "ImageResizer.Plugins.PrettyGifs" is located in /bin.
Attempted using "(PrettyGifs, )", "ImageResizer.Plugins.PrettyGifs.PrettyGifs, ImageResizer.Plugins.PrettyGifs".
(Warning): To potentially see additional errors here, perform an image resize request.
(Warning): NoCache is only for development usage, and cannot scale to production use.
Add DiskCache or CloudFront for production use
Configuration:
<resizer>
<plugins>
<add name="PrettyGifs" />
</plugins>
</resizer>
Registered plugins:
ImageResizer.Plugins.Basic.DefaultEncoder
ImageResizer.Plugins.Basic.NoCache
ImageResizer.Plugins.Basic.ClientCache
ImageResizer.Plugins.Basic.WebConfigLicenseReader
ImageResizer.Plugins.Basic.Diagnostic
ImageResizer.Plugins.Basic.SizeLimiting
ImageResizer.Plugins.Basic.MvcRoutingShimPlugin
ImageResizer.Plugins.Basic.LicenseDisplay
Accepted querystring keys:
quality, format, thumbnail, maxwidth, maxheight, width, height, w, h, crop, page, bgcolor, rotate, flip, sourceFlip, sFlip, sRotate, borderWidth, borderColor, paddingWidth, paddingColor, frame, useresizingpipeline, cache, process, margin, dpi, zoom, autorotate
Accepted file extensions:
bmp, gif, exif, png, tif, tiff, tff, jpg, jpeg, jpe, jif, jfif, jfi
Environment information:
Running Microsoft-IIS/7.5 on Microsoft Windows NT 6.1.7601 Service Pack 1 and CLR 4.0.30319.42000
Trust level: Unrestricted
OS bitness: x86 !! Warning, running as 32-bit on a 64-bit OS(AMD64). This will limit ram usage !!
Executing assembly: C:\Windows\SysWOW64\inetsrv\w3wp.exe
IntegratedPipeline: True
Installed HttpModules:
System.Web.Caching.OutputCacheModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under key OutputCache)
System.Web.SessionState.SessionStateModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under key Session)
System.Web.Security.WindowsAuthenticationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under key WindowsAuthentication)
System.Web.Security.DefaultAuthenticationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under key DefaultAuthentication)
System.Web.Security.RoleManagerModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under key RoleManager)
System.Web.Security.UrlAuthorizationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under key UrlAuthorization)
System.Web.Security.FileAuthorizationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under key FileAuthorization)
System.Web.Security.AnonymousIdentificationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under key AnonymousIdentification)
System.Web.Profile.ProfileModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under key Profile)
System.Web.UrlMappingsModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under key UrlMappingsModule)
System.ServiceModel.Activation.ServiceHttpModule, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (under key ServiceModel-4.0)
System.Web.Routing.UrlRoutingModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under key UrlRoutingModule-4.0)
System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (under key ScriptModule-4.0)
Microsoft.Owin.Host.SystemWeb.OwinHttpModule, Microsoft.Owin.Host.SystemWeb, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (under key __DynamicModule_Microsoft.Owin.Host.SystemWeb.OwinHttpModule, Microsoft.Owin.Host.SystemWeb, Version=2.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_4b61d1fe-9d0d-40fa-8758-849993d10ed8)
Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.PageInspectorHttpModule, Microsoft.VisualStudio.Web.PageInspector.Runtime, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under key __DynamicModule_Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.PageInspectorHttpModule, Microsoft.VisualStudio.Web.PageInspector.Runtime, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a_b766f75d-dc9c-446d-b9d4-27754073ec64)
System.Web.WebPages.WebPageHttpModule, System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (under key __DynamicModule_System.Web.WebPages.WebPageHttpModule, System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_a7f2b575-ca4b-4063-b1b3-d707ed457563)
System.Web.Optimization.BundleModule, System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (under key __DynamicModule_System.Web.Optimization.BundleModule, System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35_8481b6cf-51ab-49c8-8764-35a90d302db4)
WebActivatorEx.ActivationManager+StartMethodCallingModule, WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4 (under key __DynamicModule_WebActivatorEx.ActivationManager+StartMethodCallingModule, WebActivatorEx, Version=2.0.0.0, Culture=neutral, PublicKeyToken=7b26dc2a43f6a0d4_c775403c-b69b-4620-b175-1631096b7541)
Loaded assemblies:
mscorlib File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Web File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Core File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Web.ApplicationServices File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Configuration File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Xml File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Runtime.Caching File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
Microsoft.Build.Utilities.v4.0 File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
Microsoft.JScript File: 14.0.1099.0 (10.0.0.0) Informational: 14.0.1099.0
Microsoft.VisualStudio.Web.PageInspector.Loader File: 15.0.30223.0 (1.0.0.0) Informational: 15.0.30223.0.Release.b364
System.Web.WebPages.Deployment File: 2.0.20710.0 (2.0.0.0) Informational:
Microsoft.CSharp File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Data File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Web.Services File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Drawing File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.EnterpriseServices File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.IdentityModel File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Runtime.Serialization File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.ServiceModel File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.ServiceModel.Activation File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.ServiceModel.Web File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Activities File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.ServiceModel.Activities File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.WorkflowServices File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Web.Extensions File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Data.DataSetExtensions File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Xml.Linq File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.ComponentModel.DataAnnotations File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Web.DynamicData File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
ABCpdf File: (10.1.0.6) Informational:
Antlr3.Runtime File: 3.4.1.9004 (3.4.1.9004) Informational:
AutoMapper File: 3.3.1 (3.3.1.0) Informational: bdf5b3a6393466ff15cbdb082b9d1b01f277f4dd
AutoMapper.Net4 File: 3.3.1 (3.3.1.0) Informational: bdf5b3a6393466ff15cbdb082b9d1b01f277f4dd
DMAccess File: 1.0.0.0 (1.0.0.0) Informational:
DMAccess4 File: 1.0.0.0 (1.0.0.0) Informational:
ImageResizer File: 4.1.9.1086 (4.0.0.0) Informational: 4.1.9 008a626e
Microsoft.AspNet.Identity.Core File: 2.1.30612.0 (2.0.0.0) Informational:
Microsoft.AspNet.Identity.Owin File: 2.1.30612.0 (2.0.0.0) Informational:
Microsoft.Owin File: 2.1.30113.529 (2.1.0.0) Informational: 2.1.0
Microsoft.Owin.Host.SystemWeb File: 2.1.30113.529 (2.1.0.0) Informational: 2.1.0
Microsoft.Owin.Security.Cookies File: 2.1.30113.529 (2.1.0.0) Informational: 2.1.0
Microsoft.Owin.Security File: 2.1.30113.529 (2.1.0.0) Informational: 2.1.0
Microsoft.Owin.Security.Facebook File: 2.1.30113.529 (2.1.0.0) Informational: 2.1.0
Microsoft.Owin.Security.Google File: 2.1.30113.529 (2.1.0.0) Informational: 2.1.0
Microsoft.Owin.Security.MicrosoftAccount File: 2.1.30113.529 (2.1.0.0) Informational: 2.1.0
Microsoft.Owin.Security.OAuth File: 2.1.30113.529 (2.1.0.0) Informational: 2.1.0
Microsoft.Owin.Security.Twitter File: 2.1.30113.529 (2.1.0.0) Informational: 2.1.0
Microsoft.Practices.ServiceLocation File: 1.2.0.0 (1.2.0.0) Informational:
Microsoft.Practices.Unity.Configuration File: 3.5.1404.0 (3.5.0.0) Informational: 3.5.1404.0
Microsoft.Practices.Unity File: 3.5.1404.0 (3.5.0.0) Informational: 3.5.1404.0
Microsoft.Practices.Unity.Mvc File: 3.5.1404.0 (3.5.0.0) Informational: 3.5.1404.0
Microsoft.Practices.Unity.RegistrationByConvention File: 3.5.1404.0 (3.5.0.0) Informational: 3.5.1404.0
Microsoft.Web.Infrastructure File: 1.0.20105.407 (1.0.0.0) Informational:
Newtonsoft.Json File: 10.0.2.20802 (10.0.0.0) Informational:
Owin File: 1.0 (1.0.0.0) Informational:
System.Net.Http.Formatting File: 5.2.20627.0 (5.2.0.0) Informational: 5.2.0-20627 (0adbfd47c58682f25b5ace9732ca9374ed1f9a89)
System.Web.Helpers File: 3.0.20627.0 (3.0.0.0) Informational: 3.0.0-20627 (0adbfd47c58682f25b5ace9732ca9374ed1f9a89)
System.Web.Http File: 5.2.20627.0 (5.2.0.0) Informational: 5.2.0-20627 (0adbfd47c58682f25b5ace9732ca9374ed1f9a89)
System.Web.Http.WebHost File: 5.2.20627.0 (5.2.0.0) Informational: 5.2.0-20627 (0adbfd47c58682f25b5ace9732ca9374ed1f9a89)
System.Web.Mvc File: 5.2.20627.0 (5.2.0.0) Informational: 5.2.0-20627 (0adbfd47c58682f25b5ace9732ca9374ed1f9a89)
System.Web.Optimization File: 1.1.40211.0 (1.1.0.0) Informational:
System.Web.Razor File: 3.0.20627.0 (3.0.0.0) Informational: 3.0.0-20627 (0adbfd47c58682f25b5ace9732ca9374ed1f9a89)
System.Web.WebPages.Deployment File: 3.0.20627.0 (3.0.0.0) Informational: 3.0.0-20627 (0adbfd47c58682f25b5ace9732ca9374ed1f9a89)
System.Web.WebPages File: 3.0.20627.0 (3.0.0.0) Informational: 3.0.0-20627 (0adbfd47c58682f25b5ace9732ca9374ed1f9a89)
System.Web.WebPages.Razor File: 3.0.20627.0 (3.0.0.0) Informational: 3.0.0-20627 (0adbfd47c58682f25b5ace9732ca9374ed1f9a89)
Viewer File: 2.1.1.59 (2.1.1.59) Informational:
WebActivatorEx File: 2.0.0 (2.0.0.0) Informational:
WebGrease File: (1.5.2.14234) Informational:
WVLDataDBInfo File: 1.0.0.0 (1.0.0.0) Informational:
WVLDataFunction_VS2013 File: 1.0.0.0 (1.0.0.0) Informational:
WVLDataSelect_VS2013 File: 1.0.0.0 (1.0.0.0) Informational:
WVLDataTables_VS2013 File: 1.0.0.0 (1.0.0.0) Informational:
WVLDataUpdate_VS2013 File: 1.0.0.0 (1.0.0.0) Informational:
WVLUtility_VS2013 File: 1.0.0.0 (1.0.0.0) Informational:
System.Xaml File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Runtime File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Resources.ResourceManager File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
Microsoft.VisualStudio.Web.PageInspector.Runtime File: 15.0.30223.0 (15.0.0.0) Informational: 15.0.30223.0.Release.b364
System.Threading File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Collections File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Reflection File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Linq File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Globalization File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Runtime.Extensions File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
Microsoft.VisualStudio.Web.PageInspector.Tracing File: 15.0.30223.0 (15.0.0.0) Informational: 15.0.30223.0.Release.b364
System.Web.RegularExpressions File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Data.Services.Design File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
App_global.asax.ggunmg-i File: (0.0.0.0) Informational:
System.Net.Http File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Security File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Workflow.Runtime File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Workflow.ComponentModel File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Workflow.Activities File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Windows.Forms File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.ServiceModel.Internals File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
Microsoft.Build.Framework File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Transactions File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Runtime.DurableInstancing File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
SMDiagnostics File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
System.Data.SqlXml File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
WindowsBase File: 4.7.2117.0 (4.0.0.0) Informational: 4.7.2117.0
PresentationCore File: 4.7.2117.0 (4.0.0.0) Informational: 4.0.30319.0
Microsoft.VisualBasic.Activities.Compiler File: 14.0.1099.0 (10.0.0.0) Informational: 14.0.1099.0
System.Xaml.Hosting File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Web.DataVisualization File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Linq.Expressions File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Data.Linq File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
Anonymously Hosted DynamicMethods Assembly File: (0.0.0.0) Informational:
System.Reflection.Extensions File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Web.Mobile File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
System.Numerics File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
App_Web_jndr5day File: (0.0.0.0) Informational:
App_Web_lqt1vnua File: (0.0.0.0) Informational:
System.Dynamic File: 4.6.1099.0 (4.0.0.0) Informational: 4.6.1099.0
App_Web_jfekiwfs File: (0.0.0.0) Informational:
When fetching a remote license file (if you have one), the following information is sent via the querystring.
license_id [integer]
manager_id [guid]
total_heartbeats [integer]
new_heartbeats [integer]
first_heartbeat [integer]
reporting_version 3
proc_64 0
proc_guid k1hE2f1IXU6qFozXmFa5cA
proc_sys_dotnet 4.6.1
proc_iis 7.5
proc_integrated_pipeline 1
proc_asyncmodule 0
proc_default_commands
proc_working_set_mb 200
proc_git_commit 008a626e
proc_info_version 4.1.9
proc_file_version 4.1.9.1086
proc_apppath_hash XPG0IWtk
mod .Caching.OutputCacheModule
mod .SessionState.SessionStateModule
mod .WindowsAuthenticationModule
mod .DefaultAuthenticationModule
mod .RoleManagerModule
mod .UrlAuthorizationModule
mod .FileAuthorizationModule
mod .AnonymousIdentificationModule
mod .Profile.ProfileModule
mod .UrlMappingsModule
mod System.ServiceModel.Activation.ServiceHttpModule
mod .Routing.UrlRoutingModule
mod .Handlers.ScriptModule
mod Microsoft.Owin.Host.SystemWeb.OwinHttpModule
mod Microsoft.VisualStudio.Web.PageInspector.Runtime.Tracing.PageInspectorHttpModule
mod .WebPages.WebPageHttpModule
mod .Optimization.BundleModule
mod WebActivatorEx.ActivationManager+StartMethodCallingModule
h_logical_cores 8
h_mac_digest K7zlXaDggvePlww5J_7jnA
h_os64 1
h_network_drives_count 0
h_other_drives_count 1
h_fixed_drives_count 3
h_fixed_drive NTFS*,6,246
h_fixed_drive NTFS,143,1000
h_fixed_drive NTFS,0,9
p SizeLimiting
counter_update_failed 0
encoded_pixels_total 0
encoded_pixels_per_second_max 0
encoded_pixels_per_minute_max 0
encoded_pixels_per_15_mins_max 0
encoded_pixels_per_hour_max 0
jobs_completed_total 0
jobs_completed_per_second_max 0
jobs_completed_per_minute_max 0
jobs_completed_per_15_mins_max 0
jobs_completed_per_hour_max 0
decoded_pixels_total 0
decoded_pixels_per_second_max 0
decoded_pixels_per_minute_max 0
decoded_pixels_per_15_mins_max 0
decoded_pixels_per_hour_max 0
blob_read_bytes_total 0
blob_read_bytes_per_second_max 0
blob_read_bytes_per_minute_max 0
blob_read_bytes_per_15_mins_max 0
blob_read_bytes_per_hour_max 0
blob_reads_total 0
blob_reads_per_second_max 0
blob_reads_per_minute_max 0
blob_reads_per_15_mins_max 0
blob_reads_per_hour_max 0
output_width_5th 0
output_width_25th 0
output_width_50th 0
output_width_75th 0
output_width_95th 0
output_width_100th 0
job_times_5th 0
job_times_25th 0
job_times_50th 0
job_times_75th 0
job_times_95th 0
job_times_100th 0
blob_read_times_5th 0
blob_read_times_25th 0
blob_read_times_50th 0
blob_read_times_75th 0
blob_read_times_95th 0
blob_read_times_100th 0
job_other_time_5th 0
job_other_time_25th 0
job_other_time_50th 0
job_other_time_75th 0
job_other_time_95th 0
job_other_time_100th 0
source_aspect_ratio_5th 0
source_aspect_ratio_25th 0
source_aspect_ratio_50th 0
source_aspect_ratio_75th 0
source_aspect_ratio_95th 0
source_aspect_ratio_100th 0
output_height_5th 0
output_height_25th 0
output_height_50th 0
output_height_75th 0
output_height_95th 0
output_height_100th 0
output_pixels_5th 0
output_pixels_25th 0
output_pixels_50th 0
output_pixels_75th 0
output_pixels_95th 0
output_pixels_100th 0
scaling_ratio_5th 0
scaling_ratio_25th 0
scaling_ratio_50th 0
scaling_ratio_75th 0
scaling_ratio_95th 0
scaling_ratio_100th 0
encode_times_5th 0
encode_times_25th 0
encode_times_50th 0
encode_times_75th 0
encode_times_95th 0
encode_times_100th 0
source_width_5th 0
source_width_25th 0
source_width_50th 0
source_width_75th 0
source_width_95th 0
source_width_100th 0
source_pixels_5th 0
source_pixels_25th 0
source_pixels_50th 0
source_pixels_75th 0
source_pixels_95th 0
source_pixels_100th 0
decode_times_5th 0
decode_times_25th 0
decode_times_50th 0
decode_times_75th 0
decode_times_95th 0
decode_times_100th 0
source_height_5th 0
source_height_25th 0
source_height_50th 0
source_height_75th 0
source_height_95th 0
source_height_100th 0
collect_info_times_5th 0
collect_info_times_25th 0
collect_info_times_50th 0
collect_info_times_75th 0
collect_info_times_95th 0
collect_info_times_100th 0
output_aspect_ratio_5th 0
output_aspect_ratio_25th 0
output_aspect_ratio_50th 0
output_aspect_ratio_75th 0
output_aspect_ratio_95th 0
output_aspect_ratio_100th 0
image_domains
page_domains
query_keys
extra_job_query_keys

Related

Imageresizer: Red dot on images although I have purchased a license

I've purchase a Performance license and added it to web.config, but still have the red dot. Not sure if this is because I registered it for domain.com but am using it on www.domain.com
The diagnostic page tells me I have no license. Here's the output. Any idea what I'm doing wrong?
0 Issues detected:
Assembly use report:
You are using plugins and assemblies from the V4 Performance Edition.
----------------
License keys
You do not have any license keys installed.
----------------
Registered plugins:
ImageResizer.Plugins.Basic.DefaultEncoder
ImageResizer.Plugins.Basic.NoCache
ImageResizer.Plugins.Basic.ClientCache
ImageResizer.Plugins.Basic.Diagnostic
ImageResizer.Plugins.Basic.WebConfigLicenseReader
ImageResizer.Plugins.Basic.SizeLimiting
ImageResizer.Plugins.Basic.MvcRoutingShimPlugin
ImageResizer.Plugins.DiskCache.DiskCache
ImageResizer.Plugins.LicenseVerifier.LicenseEnforcer`1[ImageResizer.Plugins.DiskCache.DiskCache]
Configuration:
<resizer>
<pipeline fakeExtensions=".ashx" defaultCommands="autorotate.default=true" />
<diagnostics enableFor="allhosts" />
<licences>
<license>
tspc.co.uk(R4Performance includes R4Performance):RG9tY--lotsmorelicensestuff==
</license>
</licences>
<plugins>
<add name="DiskCache" />
</plugins>
</resizer>
Accepted querystring keys:
quality, format, thumbnail, maxwidth, maxheight, width, height, w, h, crop, page, bgcolor, rotate, flip, sourceFlip, sFlip, sRotate, borderWidth, borderColor, paddingWidth, paddingColor, frame, useresizingpipeline, cache, process, margin, dpi, zoom, autorotate,
Accepted file extensions:
bmp, gif, exif, png, tif, tiff, tff, jpg, jpeg, jpe, jif, jfif, jfi,
Environment information:
Running Microsoft-IIS/8.5 on Microsoft Windows NT 6.3.9600.0 and CLR 4.0.30319.34014
Trust level: Unrestricted
OS bitness: AMD64
Executing assembly: c:\windows\system32\inetsrv\w3wp.exe
IntegratedPipeline: True
Installed HttpModules:
System.Web.Routing.UrlRoutingModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyUrlRoutingModule-4.0)
System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (under keyScriptModule-4.0)
System.Web.Caching.OutputCacheModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyOutputCache)
System.Web.SessionState.SessionStateModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keySession)
System.Web.Security.WindowsAuthenticationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyWindowsAuthentication)
System.Web.Security.FormsAuthenticationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyFormsAuthentication)
System.Web.Security.DefaultAuthenticationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyDefaultAuthentication)
System.Web.Security.RoleManagerModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyRoleManager)
System.Web.Security.UrlAuthorizationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyUrlAuthorization)
System.Web.Security.FileAuthorizationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyFileAuthorization)
System.Web.Security.AnonymousIdentificationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyAnonymousIdentification)
System.Web.Profile.ProfileModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyProfile)
System.Web.UrlMappingsModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyUrlMappingsModule)
ImageResizer.InterceptModule, ImageResizer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null (under keyImageResizingModule)
Loaded assemblies:
mscorlib Assembly: 4.0.0.0 File: 4.0.30319.34014 Info: 4.0.30319.34014
System.Web Assembly: 4.0.0.0 File: 4.0.30319.34274 Info: 4.0.30319.34274
System Assembly: 4.0.0.0 File: 4.0.30319.34239 Info: 4.0.30319.34239
System.Core Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Configuration Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Xml Assembly: 4.0.0.0 File: 4.0.30319.34230 Info: 4.0.30319.34230
System.Web.ApplicationServices Assembly: 4.0.0.0 File: 4.0.30319.34274 Info: 4.0.30319.34274
Microsoft.Build.Utilities.v4.0 Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Runtime.Caching Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Data Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Web.RegularExpressions Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
Microsoft.JScript Assembly: 10.0.0.0 File: 12.0.20806.33440 Info: 12.0.20806.33440
System.Web.Extensions Assembly: 4.0.0.0 File: 4.0.30319.34274 Info: 4.0.30319.34274
Microsoft.CSharp Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Web.Services Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Drawing Assembly: 4.0.0.0 File: 4.0.30319.34262 Info: 4.0.30319.34262
System.EnterpriseServices Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.IdentityModel Assembly: 4.0.0.0 File: 4.0.30319.34230 Info: 4.0.30319.34230
System.Runtime.Serialization Assembly: 4.0.0.0 File: 4.0.30319.34230 Info: 4.0.30319.34230
System.ServiceModel Assembly: 4.0.0.0 File: 4.0.30319.34230 Info: 4.0.30319.34230
System.ServiceModel.Activation Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.ServiceModel.Web Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Activities Assembly: 4.0.0.0 File: 4.0.30319.34230 Info: 4.0.30319.34230
System.ServiceModel.Activities Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.WorkflowServices Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Data.DataSetExtensions Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Xml.Linq Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.ComponentModel.DataAnnotations Assembly: 4.0.0.0 File: 4.0.30319.34262 Info: 4.0.30319.34262
System.Web.DynamicData Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
ImageResizer Assembly: 4.0.0.0 File: 4.0.5.942 Info: 4.0.5 Commit: 3d5572f812a7c9252402583ffbb006d08baa90f0
ImageResizer.Plugins.DiskCache Assembly: 4.0.0.0 File: 4.0.5.942 Info: 4.0.5 Commit: 3d5572f812a7c9252402583ffbb006d08baa90f0
Reboot IIS using iisreset. The diagnostics page always fetches the latest info from Web.config, but the ASP.NET runtime and IIS often fail to detect file changes.
Update: I missed it!
Change <licences> to <licenses>, THEN reboot.
You were correct in purchasing the root domain; subdomains are included.

ImageResizer license not working under Cloudfront CDN

I own a performance license for ImageResizing for the domain *.com
The domain is pointing to Cloudfront CDN which then points to a load balancer which has servers under it. Because of this, the requests getting to our server is from the domain *.us-east-1.elb.amazonaws.com which makes the license invalid. Do anyone know how we can overcome this issue?
I own a performance license for ImageResizing for the domain *.com
The domain is pointing to Cloudfront CDN which then points to a load balancer which has servers under it. Because of this, the requests getting to our server is from the domain *.us-east-1.elb.amazonaws.com which makes the license invalid. Do anyone know how we can overcome this issue?
Image resizer diagnostic sheet ***.com 10/29/2015 9:43:26 AM
2 Issues detected:
resizer configuration(Error): No license found for domain ***.us-east-1.elb.amazonaws.com - features installed: R4Performance or R4BlobProviders
(Warning): NoCache is only for development usage, and cannot scale to production use.
Add DiskCache or CloudFront for production use
Assembly use report:
You are using plugins and assemblies from the V4 Performance Edition.
----------------
License keys
List of installed domain licenses:
***.com => R4Performance
----------------
Registered plugins:
ImageResizer.Plugins.Basic.DefaultEncoder
ImageResizer.Plugins.Basic.NoCache
ImageResizer.Plugins.Basic.ClientCache
ImageResizer.Plugins.Basic.Diagnostic
ImageResizer.Plugins.Basic.WebConfigLicenseReader
ImageResizer.Plugins.Basic.SizeLimiting
ImageResizer.Plugins.Basic.MvcRoutingShimPlugin
ImageResizer.Plugins.S3Reader2.S3Reader2
ImageResizer.Plugins.LicenseVerifier.LicenseEnforcer`1[ImageResizer.Storage.BlobProviderBase]
ImageResizer.Plugins.AnimatedGifs.AnimatedGifs
ImageResizer.Plugins.PrettyGifs.PrettyGifs
ImageResizer.Plugins.RemoteReader.RemoteReaderPlugin
Configuration:
<resizer>
<pipeline fakeExtensions=".ashx" />
<remotereader signingKey="" allowAllSignedRequests="true" allowRedirects="5">
<allow domain="*" />
</remotereader>
<plugins>
<add name="S3Reader2" vpp="true" buckets="***-uploads" prefix="~/s3/" checkForModifiedFiles="false" useSsl="false" accessKeyId="" secretAccessKey="" useSubdomains="false" region="us-west-1" />
<add name="AnimatedGifs" />
<add name="PrettyGifs" />
</plugins>
<clientcache minutes="1440" />
<licenses>
<license>
***.com(R4Performance includes R4Performance)
:***
</license>
</licenses>
</resizer>
Accepted querystring keys:
quality, format, thumbnail, colors, dither, maxwidth, maxheight, width, height, w, h, crop, page, bgcolor, rotate, flip, sourceFlip, sFlip, sRotate, borderWidth, borderColor, paddingWidth, paddingColor, frame, useresizingpipeline, cache, process, margin, dpi, zoom, autorotate,
Accepted file extensions:
bmp, gif, exif, png, tif, tiff, tff, jpg, jpeg, jpe, jif, jfif, jfi,
Environment information:
Running Microsoft-IIS/8.5 on Microsoft Windows NT 6.3.9600.0 and CLR 4.0.30319.42000
Trust level: Unrestricted
OS bitness: AMD64
Executing assembly: c:\windows\system32\inetsrv\w3wp.exe
IntegratedPipeline: True
Installed HttpModules:
System.Web.Caching.OutputCacheModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyOutputCache)
System.Web.SessionState.SessionStateModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keySession)
System.Web.Security.WindowsAuthenticationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyWindowsAuthentication)
System.Web.Security.FormsAuthenticationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyFormsAuthentication)
System.Web.Security.DefaultAuthenticationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyDefaultAuthentication)
System.Web.Security.RoleManagerModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyRoleManager)
System.Web.Security.UrlAuthorizationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyUrlAuthorization)
System.Web.Security.FileAuthorizationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyFileAuthorization)
System.Web.Security.AnonymousIdentificationModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyAnonymousIdentification)
System.Web.Profile.ProfileModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyProfile)
System.Web.UrlMappingsModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyUrlMappingsModule)
System.Web.Routing.UrlRoutingModule, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (under keyUrlRoutingModule-4.0)
System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 (under keyScriptModule-4.0)
ImageResizer.InterceptModule, ImageResizer, Version=4.0.0.0, Culture=neutral, PublicKeyToken=null (under keyImageResizingModule)
Loaded assemblies:
mscorlib Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.Web Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.Core Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.Configuration Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.Xml Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.Web.ApplicationServices Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.Runtime.Caching Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
Microsoft.Build.Utilities.v4.0 Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
Microsoft.JScript Assembly: 10.0.0.0 File: 14.0.81.0 Info: 14.0.81.0
App_global.asax.9b8m6vn6 Assembly: 0.0.0.0
***.Shared Assembly: 1.0.0.0 File: 1.0.0.0
ImageResizer.Plugins.RemoteReader Assembly: 4.0.0.0 File: 4.0.4.934 Info: 4.0.4 Commit: 9f75f3637f9b00eb64acf004adaa066b47585638
System.Web.Extensions Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
Microsoft.CSharp Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Data Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.Web.Services Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.Drawing Assembly: 4.0.0.0 File: 4.6.93.0 Info: 4.6.93.0
System.EnterpriseServices Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.IdentityModel Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.Runtime.Serialization Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.ServiceModel Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.ServiceModel.Activation Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.ServiceModel.Web Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.Activities Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.ServiceModel.Activities Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.WorkflowServices Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Data.DataSetExtensions Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.Xml.Linq Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
System.ComponentModel.DataAnnotations Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
System.Web.DynamicData Assembly: 4.0.0.0 File: 4.0.30319.33440 Info: 4.0.30319.33440
AWSSDK.Core Assembly: 3.1.0.0 File: 3.1.3.2
AWSSDK.S3 Assembly: 3.1.0.0 File: 3.1.3.3
***.Configuration Assembly: 1.0.0.0 File: 1.0.0.0
***.Extensions Assembly: 1.0.0.0 File: 1.0.0.0
ImageResizer Assembly: 4.0.0.0 File: 4.0.4.934 Info: 4.0.4 Commit: 9f75f3637f9b00eb64acf004adaa066b47585638
ImageResizer.Plugins.AnimatedGifs Assembly: 4.0.0.0 File: 4.0.4.934 Info: 4.0.4 Commit: 9f75f3637f9b00eb64acf004adaa066b47585638
ImageResizer.Plugins.PrettyGifs Assembly: 4.0.0.0 File: 4.0.4.934 Info: 4.0.4 Commit: 9f75f3637f9b00eb64acf004adaa066b47585638
ImageResizer.Plugins.S3Reader2 Assembly: 4.0.0.0 File: 4.0.4.934 Info: 4.0.4 Commit: 9f75f3637f9b00eb64acf004adaa066b47585638
ImageResizer.Storage Assembly: 4.0.0.0 File: 4.0.4.934 Info: 4.0.4 Commit: 9f75f3637f9b00eb64acf004adaa066b47585638
log4net Assembly: 1.2.13.0 File: 1.2.13.0 Info: 1.2
Newtonsoft.Json Assembly: 7.0.0.0 File: 7.0.1.18622
ServiceStack.Interfaces Assembly: 4.0.0.0 File: 4.0.46.0
ServiceStack.Text Assembly: 4.0.46.0 File: 4.0.46.0
System.Numerics Assembly: 4.0.0.0 File: 4.6.81.0 Info: 4.6.81.0
Is there a custom name? I.e, myinstance.us-east-1.elb.amazonaws.com? If so, this would be the domain you would register the license key under. ImageResizer can't know what domain name it's published under unless that name is transmitted to it via HTTP as part of the HOST header. (Or, another header, if the original domain is forwarded somehow - we could add a fallback path - if so, open an issue (or PR) on Github).
You might consider a DRM-free license (Like Elite) to reduce the long-term hassle associated with changing load balancers and configurations. We don't suggest domain-restricted licenses for complex setups, particularly at a scale that requires load balancing.
Also, keep in mind that it is 100% open-source (half AGPL 3, half Apache 2), and you're legally free to strip the DRM out and make your own builds, even under the commercial license terms. We really don't mind.

Can't view non-image files using imageresizer s3reader plugin

I am attempting to use the ImageResizer s3Reader plugin to view non-image files (PDFs, ZIPs) using the ~/s3/ prefix. On my localhost this works wonderfully and as expected. However, as soon as I deploy this to my beta or production environment, I receive a 404 file not found error for all non-images. Using s3Reader with the prefix ~/s3/ to view images works fine on all three environments. I've triple-checked to make sure the files I am trying to access are on S3.
The only workaround I have found for this is to use the prefix http://s3.amazonaws.com/ , however the client has requested that this not be used because it is detrimental to SEO. The imageresizer website claims it is possible to use s3Reader for non-image files. Here is what my resizer.debug diagnostic returns:
Image resizer diagnostic sheet 5/17/2013 3:59:30 PM
1 Issues detected:
(Warning): To potentially see additional errors here, perform an image resize request.
You are using paid bundles: Performance Bundle, Cloud Bundle, Design Bundle
Registered plugins:
ImageResizer.Plugins.Basic.DefaultEncoder
ImageResizer.Plugins.Basic.NoCache
ImageResizer.Plugins.Basic.ClientCache
ImageResizer.Plugins.Basic.Diagnostic
ImageResizer.Plugins.Basic.SizeLimiting
ImageResizer.Plugins.DiskCache.DiskCache
ImageResizer.Plugins.S3Reader.S3Reader
ImageResizer.Plugins.WhitespaceTrimmer.WhitespaceTrimmerPlugin
ImageResizer.Plugins.AdvancedFilters.AdvancedFilters
ImageResizer.Plugins.Basic.Presets
ImageResizer.Plugins.SeamCarving.SeamCarvingPlugin
ImageResizer.Plugins.Watermark.WatermarkPlugin
ImageResizer.Plugins.MvcRoutingShim.MvcRoutingShimPlugin
Configuration:
<resizer>
<pipeline fakeExtensions=".ashx" />
<plugins>
<add name="DiskCache" />
<add name="S3Reader" buckets="subzerowolf" vpp="true" prefix="~/s3/" accessKeyId="[redacted]" secretAccessKey="[redacted]" />
<add name="WhitespaceTrimmer" />
<add name="AdvancedFilters" />
<add name="Presets" />
<add name="SeamCarving" />
<add name="Watermark" />
<add name="MvcRoutingShim" />
</plugins>
<diagnostics enableFor="AllHosts" />
<presets onlyAllowPresets="false">
<preset name="product-detail" settings="height=310;width=630;trim.threshold=80;trim.percentpadding=15" />
<preset name="category" settings="height=170;width=170" />
<preset name="catfallback" settings="height=310;width=630;trim.threshold=80;trim.percentpadding=15" />
<preset name="gallerythumb" settings="height=149;width=200;mode=crop;anchor=middlecenter;" />
<preset name="gallerylarge" settings="height=297;width=456;mode=crop;anchor=middlecenter;encoder=wic;quality=60" />
<preset name="gallerybg" settings="height=553;width=937;mode=crop;anchor=middlecenter;trim.threshold=80" />
<preset name="thumb" settings="height=138;width=138;mode=crop;anchor=middlecenter;encoder=wic;quality=60" />
<preset name="photodetail" settings="height=311;width=631;mode=crop;anchor=middlecenter;" />
<preset name="photodetailside" settings="height=50;width=50;mode=crop;anchor=middlecenter;" />
<preset name="zoomsm" settings="height=237;width=480;mode=crop;anchor=middlecenter;" />
<preset name="zoommed" settings="height=315;width=640;mode=crop;anchor=middlecenter;" />
<preset name="zoomlg" settings="height=505;width=1024;mode=crop;anchor=middlecenter;" />
<preset name="category-hero" settings="height=284;width=686;mode=crop;anchor=middlecenter;" />
<preset name="storypage-standard" settings="height=179;width=285;mode=crop;anchor=middlecenter;" />
<preset name="storypage-expanded" settings="height=585;width=877;mode=crop;anchor=middlecenter;" />
<preset name="storypage-interactive" settings="height=513;width=879;mode=crop;anchor=middlecenter;" />
<preset name="storypage-video" settings="height=397;width=879;mode=crop;anchor=middlecenter;" />
<preset name="storypage-gallery" settings="height=398;width=877;mode=crop;anchor=middlecenter;" />
<preset name="story-selector" settings="height=144;width=218;mode=crop;anchor=middlecenter;" />
<preset name="prod-list-single" settings="height=196;width=259;" />
<preset name="prod-list-double" settings="height=152;width=170;" />
<preset name="story-hero" settings="height=284;width=686;mode=crop;anchor=middlecenter;" />
<preset name="evidence-gallery" settings="height=398;width=877;mode=crop;anchor=middlecenter;" />
<preset name="accordian-image" settings="height=337;width=600;mode=crop;anchor=middlecenter;" />
<preset name="dlp-photo-preview" settings="height=400;width=600;mode=crop;anchor=middlecenter;" />
<preset name="feature-tooltip-image" settings="width=210;mode=crop;anchor=middlecenter;" />
<preset name="dlp-hero-gallery" settings="height=302;width=604;mode=crop;anchor=middlecenter;" />
<preset name="dlp-edu-block" settings="maxheight=280;mode=crop;anchor=middlecenter;trim.threshold=80;trim.percentpadding=5" />
<preset name="dlp-product-block" settings="maxheight=125;mode=crop;anchor=middlecenter;trim.threshold=80;trim.percentpadding=15" />
</presets>
<watermarks>
<text name="gmaplabel-single" text="#{num}" color="666666" fontSize="10" right="46%" bottom="52%" relativeTo="image" drawAs="overlay" />
<text name="gmaplabel-doubles" text="#{num}" color="666666" fontSize="10" right="39%" bottom="52%" relativeTo="image" drawAs="overlay" />
</watermarks>
</resizer>
Accepted querystring keys:
quality, format, thumbnail, trim.percentpadding, trim.threshold, blur, sharpen, a.blur, a.sharpen, a.oilpainting, a.removenoise, a.sobel, a.threshold, a.canny, a.sepia, a.equalize, a.posterize, a.contrast, a.brightness, a.saturation, a.truncate, a.balancewhite, a.balancethreshold, a.featheredges, preset, carve, watermark, maxwidth, maxheight, width, height, w, h, scale, stretch, crop, cropxunits, cropyunits, page, bgcolor, rotate, flip, sourceFlip, sFlip, sRotate, borderWidth, borderColor, paddingWidth, paddingColor, ignoreicc, frame, useresizingpipeline, cache, process, margin, anchor, dpi, mode, zoom,
Accepted file extensions:
bmp, gif, exif, png, tif, tiff, tff, jpg, jpeg, jpe, jif, jfif, jfi,
Environment information:
Running Microsoft-IIS/7.5 on Microsoft Windows NT 6.1.7601 Service Pack 1 and CLR 2.0.50727.5448
Trust level: Unrestricted
OS bitness: AMD64
Executing assembly: c:\windows\system32\inetsrv\w3wp.exe
IntegratedPipeline: True
Loaded assemblies:
mscorlib Assembly: 2.0.0.0 File: 2.0.50727.5448 Info: 2.0.50727.5448
System.Web Assembly: 2.0.0.0 File: 2.0.50727.5710 Info: 2.0.50727.5710
System Assembly: 2.0.0.0 File: 2.0.50727.5453 Info: 2.0.50727.5453
System.Xml Assembly: 2.0.0.0 File: 2.0.50727.5420 Info: 2.0.50727.5420
System.Configuration Assembly: 2.0.0.0 File: 2.0.50727.5420 Info: 2.0.50727.5420
System.Web.RegularExpressions Assembly: 2.0.0.0 File: 2.0.50727.4927 Info: 2.0.50727.4927
System.Data Assembly: 2.0.0.0 File: 2.0.50727.5420 Info: 2.0.50727.5420
System.Transactions Assembly: 2.0.0.0 File: 2.0.50727.4927 Info: 2.0.50727.4927
System.EnterpriseServices Assembly: 2.0.0.0 File: 2.0.50727.5420 Info: 2.0.50727.5420
System.Design Assembly: 2.0.0.0 File: 2.0.50727.5420 Info: 2.0.50727.5420
System.Drawing Assembly: 2.0.0.0 File: 2.0.50727.5458 Info: 2.0.50727.5458
Microsoft.JScript Assembly: 8.0.0.0 File: 8.0.50727.4927 Info: 8.0.50727.4927
App_global.asax.-eux7gcy Assembly: 0.0.0.0
SubZero.Web Assembly: 0.0.0.0
System.Web.Extensions Assembly: 3.5.0.0 File: 3.5.30729.5446 Info: 3.5.30729.5446
System.Web.Abstractions Assembly: 3.5.0.0 File: 3.5.30729.5420 Info: 3.5.30729.5420
System.Core Assembly: 3.5.0.0 File: 3.5.30729.5420 Info: 3.5.30729.5420
System.Web.Routing Assembly: 3.5.0.0 File: 3.5.30729.5420 Info: 3.5.30729.5420
System.Web.Services Assembly: 2.0.0.0 File: 2.0.50727.5420 Info: 2.0.50727.5420
System.Web.Mobile Assembly: 2.0.0.0 File: 2.0.50727.5420 Info: 2.0.50727.5420
AForge Assembly: 2.2.4.0 File: 2.2.4.0
AForge.Imaging Assembly: 2.2.4.0 File: 2.2.4.0
AForge.Math Assembly: 2.2.4.0 File: 2.2.4.0
AjaxControlToolkit Assembly: 3.0.20820.19484 File: 3.0.20820.0
AjaxMin Assembly: 4.42.4387.23950
Antlr3.Runtime Assembly: 3.1.0.39271
AutoMapper Assembly: 0.4.0.126 File: 0.4.0.126 Info: 0.4.0.126
AWSSDK Assembly: 1.5.15.0 File: 1.5.15.0
Castle.Core Assembly: 1.1.0.0 File: 1.1.0.0 Info: 1.1.0.0
Castle.DynamicProxy2 Assembly: 2.1.0.0 File: 2.1.0.0 Info: 2.1.0.0
Castle.MicroKernel Assembly: 2.0.0.0 File: 2.0.0.0 Info: 2.0.0.0
Castle.Windsor Assembly: 2.0.0.0 File: 2.0.0.0 Info: 2.0.0.0
CommonServiceLocator.WindsorAdapter Assembly: 1.0.0.0 File: 1.0.0.0
ConvertToExcel Assembly: 1.0.0.0 File: 1.0.0.0
dbCommand Assembly: 1.0.2152.20583
dotless.Core Assembly: 1.2.2.0 File: 1.2.2.0 Info: 1.2.2.0
DynamicSorting Assembly: 1.1.0.0 File: 1.0.0.0
EcmaScript.NET.modified Assembly: 0.1.1.0
FluentNHibernate Assembly: 1.0.0.594 Info: 1.0.0.594
FluentValidation Assembly: 1.2.0.0 File: 1.2.0.0
FluentValidation.Mvc Assembly: 1.2.0.0 File: 1.2.0.0
Gorilla.Utilities Assembly: 1.0.0.0 File: 1.0.0.0
Iesi.Collections Assembly: 1.0.1.0 File: 2.1.1.4000 Info: 1.0
ImageResizer Assembly: 3.3.3.123 File: 3.3.3.123 Info: 3-3-3 Commit: c368317
ImageResizer.Mvc Assembly: 3.3.3.123 File: 3.3.3.123 Info: 3-3-3 Commit: c368317
ImageResizer.Plugins.AdvancedFilters Assembly: 3.3.3.123 File: 3.3.3.123 Info: 3-3-3 Commit: c368317
ImageResizer.Plugins.DiskCache Assembly: 3.3.3.123 File: 3.3.3.123 Info: 3-3-3 Commit: c368317
ImageResizer.Plugins.S3Reader Assembly: 3.3.3.123 File: 3.3.3.123 Info: 3-3-3 Commit: c368317
ImageResizer.Plugins.SeamCarving Assembly: 3.3.3.123 File: 3.3.3.123 Info: 3-3-3 Commit: c368317
ImageResizer.Plugins.Watermark Assembly: 3.3.3.123 File: 3.3.3.123 Info: 3-3-3 Commit: c368317
ImageResizer.Plugins.WhitespaceTrimmer Assembly: 3.3.3.123 File: 3.3.3.123 Info: 3-3-3 Commit: c368317
ImageResizer.Plugins.Wic Assembly: 3.3.3.123 File: 3.3.3.123 Info: 3-3-3 Commit: c368317
Inflector.Net Assembly: 0.0.0.0
InternetModel Assembly: 1.0.0.0 File: 1.0.0.0
IP2Location Assembly: 1.6.2.18300
itextsharp Assembly: 3.1.8.0
JobOpening Assembly: 1.0.0.0 File: 1.0.0.0
Jurassic Assembly: 2.1.0.0
KDC Assembly: 1.0.0.0 File: 1.0.0.0
KDC2008 Assembly: 1.0.0.0 File: 1.0.0.0
LitS3 Assembly: 1.0.1.0 File: 1.0.1.0
LocatorModel Assembly: 1.0.0.0 File: 1.0.0.0
log4net Assembly: 1.2.10.0 File: 1.2.10.0 Info: 1.2
MessageMedia Assembly: 2.2.1.265 File: 2.2.1.265
Microsoft.Practices.ServiceLocation Assembly: 1.0.0.0 File: 1.0.0.0
Microsoft.Web.Mvc Assembly: 1.0.0.0 File: 1.0.40310.0
MvcContrib.Castle Assembly: 1.0.0.99 File: 1.0.0.99 Info: 1.0.0.99
MvcContrib Assembly: 1.5.996.0 File: 1.5.996.0 Info: 1.5.996.0
MvcContrib.FluentHtml Assembly: 1.0.0.99 File: 1.0.0.99 Info: 1.0.0.99
Newtonsoft.Json Assembly: 3.5.0.0 File: 3.5.0.0
NHibernate.ByteCode.Castle Assembly: 2.1.1.4000 File: 2.1.1.4000 Info: 2.1.1.4000
NHibernate Assembly: 2.1.1.4000 File: 2.1.1.4000 Info: 2.1.1.4000
NHibernate.Validator Assembly: 1.2.0.2003 File: 1.2.0.2003 Info: 1.2.0.2003
NLog Assembly: 1.0.0.0
Payflow_dotNET Assembly: 4.3.0.0
PostSharp.Core Assembly: 1.0.11.424
PostSharp.Core.XmlSerializers Assembly: 1.0.11.424
PostSharp.Laos Assembly: 1.0.11.424
PostSharp.Laos.Weaver Assembly: 1.0.11.416
PostSharp.Public Assembly: 1.0.11.424
PublicSiteDAL Assembly: 1.0.0.0 File: 1.0.0.0
SharpArch.Core Assembly: 1.0.0.0 File: 1.0.0 Info: 1.0.0
SharpArch.Core.NHibernateValidator Assembly: 1.0.0.0 File: 1.0.0 Info: 1.0.0
SharpArch.Data Assembly: 1.0.0.0 File: 1.0.0 Info: 1.0.0
SharpArch.Web.Castle Assembly: 1.0.0.0 File: 1.0.0 Info: 1.0.0
SharpArch.Web Assembly: 1.0.0.0 File: 1.0.0 Info: 1.0.0
SquishIt.Framework Assembly: 0.8.5.0 File: 0.8.5.0
StandardDAC Assembly: 1.0.0.0 File: 1.0.0.0
SubZero.ApplicationServices Assembly: 1.0.0.0 File: 1.0.0.0 Info: 1.0.0.0
SubZero.App_Code Assembly: 1.0.0.0 File: 1.0.0.0
SubZero.Common.Business Assembly: 1.0.0.0 File: 1.0.0.0
SubZero.Common.DataAccess Assembly: 1.0.0.0 File: 1.0.0.0
SubZero.Common.Entities Assembly: 1.0.0.0 File: 1.0.0.0
SubZero.Common.ViewModels Assembly: 1.0.0.0 File: 1.0.0.0
SubZero.Core Assembly: 1.0.0.0 File: 1.0.0.0
SubZero.Data Assembly: 1.0.0.0 File: 1.0.0.0
SubZero.Public.Business Assembly: 1.0.0.0 File: 1.0.0.0
SubZero.Public.DataAccess Assembly: 1.0.0.0 File: 1.0.0.0
SubZero.Public.Entities Assembly: 1.0.0.0 File: 1.0.0.0
SubZero.Web.Controllers Assembly: 1.0.0.0 File: 1.0.0.0 Info: 1.0.0.0
sw.Common.Application Assembly: 1.0.0.0 File: 1.0.0.0
sw.Common.Aspects Assembly: 1.0.0.0 File: 1.0.0.0
sw.Common.Patterns Assembly: 1.0.0.0 File: 1.0.0.0
sw.Web.Library.TradePanelSpecs Assembly: 1.0.0.0 File: 1.0.0.0
WorldDomination.Net.IPAddressExtensions Assembly: 1.1.0.0 File: 1.1.0.0
Yahoo.Yui.Compressor Assembly: 1.6.0.2 File: 1.6.0.2
System.Runtime.Serialization Assembly: 3.0.0.0 File: 3.0.4506.5420 Info: 3.0.4506.5420
System.IdentityModel Assembly: 3.0.0.0 File: 3.0.4506.5420 Info: 3.0.4506.5420
System.ServiceModel Assembly: 3.0.0.0 File: 3.0.4506.5420 Info: 3.0.4506.5420
System.ServiceModel.Web Assembly: 3.5.0.0 File: 3.5.594.5420 Info: 3.5.594.5420
System.WorkflowServices Assembly: 3.5.0.0 File: 3.5.594.5420 Info: 3.5.594.5420
System.Messaging Assembly: 2.0.0.0 File: 2.0.50727.5420 Info: 2.0.50727.5420
System.Windows.Forms Assembly: 2.0.0.0 File: 2.0.50727.5446 Info: 2.0.50727.5446
ISymWrapper Assembly: 2.0.0.0 File: 2.0.50727.5420 Info: 2.0.50727.5420
System.Web.Mvc Assembly: 1.0.0.0 File: 1.0.40310.0
System.Data.DataSetExtensions Assembly: 3.5.0.0 File: 3.5.30729.5420 Info: 3.5.30729.5420
System.Xml.Linq Assembly: 3.5.0.0 File: 3.5.30729.5420 Info: 3.5.30729.5420
System.Data.Linq Assembly: 3.5.0.0 File: 3.5.30729.5420 Info: 3.5.30729.5420
Anonymously Hosted DynamicMethods Assembly Assembly: 0.0.0.0
eotle1vi Assembly: 2.1.1.4000
q6ywobas Assembly: 2.1.1.4000
App_Web_vgohdmhx Assembly: 0.0.0.0
App_Web__1nwwnf8 Assembly: 0.0.0.0
App_Web_-v1w9clr Assembly: 0.0.0.0
App_Web_hqeztat1 Assembly: 0.0.0.0
Microsoft.VisualBasic Assembly: 8.0.0.0 File: 8.0.50727.5420 Info: 8.0.50727.5420
The following plugin assemblies are loaded but do not seem to be in use. You should remove them (and especially their dependencies (unless used elsewhere)) from the /bin folder to improve application load times:
ImageResizer.Plugins.Wic Assembly: 3.3.3.123 File: 3.3.3.123 Info: 3-3-3 Commit: c368317
Reference list of plugin dependencies - so you know what additional dlls to remove when removing a plugin. (may not be up-to-date, see plugin docs):
The FreeImage plugin has the following dependencies: FreeImage.dll and FreeImageNET.dll
The Logging plugin depends on: NLog.dll
The AdvancedFilters, RedEye, and WhitespaceTrimmer plugins depend on: AForge.dll, AForge.Math.dll, and AForge.Imaging.dll
The PsdReader and PsdComposer plugins depend on: PsdFile.dll
The S3Reader plugin depends on: LitS3.dll
The BatchZipper plugin depends on: Ionic.Zip.Reduced.dll
The PdfRenderer plugin depends on gsdll32.dll or gdsll32.dll
The RedEye plugin depends on several dozen files... see the plugin docs.
At this point I am stumped. I seem to have configured s3Reader properly, and I know it has the capability to read files because I can view them on localhost.
When something works on localhost, but not production, you know it's a server configuration problem.
Do you have RAMMFAR enabled? If IIS is not loading ASP.NET for all requests, it won't get non-image files for sure.

ImageResizer showing no errors, but not working on IIS6

I just installed imageresizer on IIS6 .NET2 and downloaded the JCropExample2 sample project. I get no errors, but a: the images do not resize on page load and b: the cropping does not work. No errors are shown. I am new to .NET, so really not sure what I have missed??
ImageResizer Debug:
2 Issues detected:
(Warning): To potentially see additional errors here, perform an image resize request.
(Warning): NoCache is only for development usage, and cannot scale to production use.
Add DiskCache or CloudFront for production use
You are not using any paid bundles.
Registered plugins:
ImageResizer.Plugins.Basic.DefaultEncoder
ImageResizer.Plugins.Basic.NoCache
ImageResizer.Plugins.Basic.ClientCache
ImageResizer.Plugins.Basic.Diagnostic
ImageResizer.Plugins.Basic.SizeLimiting
Configuration:
<resizer>
<pipeline fakeExtensions=".ashx" />
<plugins />
</resizer>
Accepted querystring keys:
quality, format, thumbnail, maxwidth, maxheight, width, height, w, h, scale, stretch, crop, cropxunits, cropyunits, page, bgcolor, rotate, flip, sourceFlip, sFlip, sRotate, borderWidth, borderColor, paddingWidth, paddingColor, ignoreicc, frame, useresizingpipeline, cache, process, margin, anchor, dpi, mode, zoom,
Accepted file extensions:
bmp, gif, exif, png, tif, tiff, tff, jpg, jpeg, jpe, jif, jfif, jfi,
Environment information:
Running Microsoft-IIS/6.0 on Microsoft Windows NT 5.2.3790 Service Pack 2 and CLR 2.0.50727.3634
Trust level: Unrestricted
OS bitness: x86
Executing assembly: c:\windows\system32\inetsrv\w3wp.exe
IntegratedPipeline: False
Loaded assemblies:
mscorlib Assembly: 2.0.0.0 File: 2.0.50727.3634 Info: 2.0.50727.3634
System.Web Assembly: 2.0.0.0 File: 2.0.50727.3634 Info: 2.0.50727.3634
System Assembly: 2.0.0.0 File: 2.0.50727.3634 Info: 2.0.50727.3634
System.Xml Assembly: 2.0.0.0 File: 2.0.50727.3082 Info: 2.0.50727.3082
System.Configuration Assembly: 2.0.0.0 File: 2.0.50727.3053 Info: 2.0.50727.3053
System.Data Assembly: 2.0.0.0 File: 2.0.50727.3053 Info: 2.0.50727.3053
System.Web.RegularExpressions Assembly: 2.0.0.0 File: 2.0.50727.3053 Info: 2.0.50727.3053
Microsoft.JScript Assembly: 8.0.0.0 File: 8.0.50727.3053 Info: 8.0.50727.3053
System.Web.Mobile Assembly: 2.0.0.0 File: 2.0.50727.3053 Info: 2.0.50727.3053
System.ServiceModel Assembly: 3.0.0.0 File: 3.0.4506.3636 Info: 3.0.4506.3636
System.Web.Services Assembly: 2.0.0.0 File: 2.0.50727.3053 Info: 2.0.50727.3053
System.Drawing Assembly: 2.0.0.0 File: 2.0.50727.3639 Info: 2.0.50727.3639
System.EnterpriseServices Assembly: 2.0.0.0 File: 2.0.50727.3053 Info: 2.0.50727.3053
ImageResizer Assembly: 3.2.3.302 File: 3.2.3.302 Info: 3-2-beta-3 Commit: 245e873
System.ServiceModel.Web Assembly: 3.5.0.0 File: 3.5.594.1152 Info: 3.5.594.1152
System.WorkflowServices Assembly: 3.5.0.0 File: 3.5.594.1152 Info: 3.5.594.1152
System.Runtime.Serialization Assembly: 3.0.0.0 File: 3.0.4506.3636 Info: 3.0.4506.3636
System.IdentityModel Assembly: 3.0.0.0 File: 3.0.4506.3636 Info: 3.0.4506.3636
SMDiagnostics Assembly: 3.0.0.0 File: 3.0.4506.3636 Info: 3.0.4506.3636
It's working fine. You failed to read the step 3 of 3 on the homepage
<!-- Unless you (a) use Integrated mode, or (b) map all reqeusts to ASP.NET,
you'll need to add .ashx to your image URLs: image.jpg.ashx?width=200&height=20 -->
<pipeline fakeExtensions=".ashx" />
As you're using IIS6, which does not have Integrated mode, you have to use the .jpg.ashx syntax.
http://resizer.puremobi.com/JCropExample2/fountain-small.jpg.ashx?width=400

VirtualFolder plugin does not seem to work in Resizer 3.2.2

When I call the url http://localhost:15312/images/test.png?width=100 in Visual Studio Web server (I also tried Webmatrix) I get:
Source may only be an instance of string, VirtualFile, IVirtualBitmapFile, HttpPostedFile, HttpPostedFileBase, Bitmap, Image, or Stream.
Parameter name: source
Output of /resizer.debug:
Image resizer diagnostic sheet 2012-06-30 12:51:10
2 Issues detected:
(Warning): NoCache is only for development usage, and cannot scale to production use.
Add DiskCache or CloudFront for production use
(Warning): Potentially incompatible ImageResizer assemblies were detected.
Please make sure all ImageResizer assemblies are from the same version. Compatibility issues are possible if you mix plugins from different releases.
1.0.0 assemblies: ImageResizerTest
3.2.2 assemblies: ImageResizer, ImageResizer.Mvc
You are not using any paid bundles.
Registered plugins:
ImageResizer.Plugins.Basic.DefaultEncoder
ImageResizer.Plugins.Basic.NoCache
ImageResizer.Plugins.Basic.ClientCache
ImageResizer.Plugins.Basic.Diagnostic
ImageResizer.Plugins.Basic.SizeLimiting
ImageResizer.Plugins.MvcRoutingShim.MvcRoutingShimPlugin
ImageResizer.Plugins.Basic.VirtualFolder
Configuration:
<resizer>
<diagnostics enableFor="AllHosts" />
<plugins>
<add name="MvcRoutingShim" />
<add name="VirtualFolder" virtualPath="~/images" physicalPath="Media/Images" vpp="false" />
</plugins>
</resizer>
Accepted querystring keys:
quality, format, thumbnail, maxwidth, maxheight, width, height, w, h, scale, stretch, crop, cropxunits, cropyunits, page, bgcolor, rotate, flip, sourceFlip, sFlip, sRotate, borderWidth, borderColor, paddingWidth, paddingColor, ignoreicc, frame, useresizingpipeline, cache, process, margin, anchor, dpi, mode, zoom,
Accepted file extensions:
bmp, gif, exif, png, tif, tiff, tff, jpg, jpeg, jpe, jif, jfif, jfi,
Environment information:
Running Microsoft Windows NT 6.1.7601 Service Pack 1 and CLR 4.0.30319.269
Trust level: Unrestricted
OS bitness: x86 !! Warning, running as 32-bit on a 64-bit OS(AMD64). This will limit ram usage !!
Executing assembly: C:\Program Files (x86)\Common Files\Microsoft Shared\DevServer\10.0\WebDev.WebServer40.exe
IntegratedPipeline: False
Loaded assemblies:
mscorlib Assembly: 4.0.0.0 File: 4.0.30319.269 Info: 4.0.30319.269
System.Web Assembly: 4.0.0.0 File: 4.0.30319.272 Info: 4.0.30319.272
System Assembly: 4.0.0.0 File: 4.0.30319.269 Info: 4.0.30319.269
System.Core Assembly: 4.0.0.0 File: 4.0.30319.233 Info: 4.0.30319.233
System.Configuration Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.Xml Assembly: 4.0.0.0 File: 4.0.30319.233 Info: 4.0.30319.233
System.Runtime.Caching Assembly: 4.0.0.0 File: 4.0.30319.237 Info: 4.0.30319.237
Microsoft.Build.Utilities.v4.0 Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.Web.RegularExpressions Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
Microsoft.Build.Framework Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.Data Assembly: 4.0.0.0 File: 4.0.30319.237 Info: 4.0.30319.237
Microsoft.JScript Assembly: 10.0.0.0 File: 10.0.30319.1 Info: 10.0.30319.1
CppCodeProvider Assembly: 10.0.0.0 File: 10.0.30319.1 Info: 10.0.30319.1
System.Web.WebPages.Razor Assembly: 2.0.0.0 File: 2.0.20505.0
System.Web.WebPages Assembly: 2.0.0.0 File: 2.0.20505.0
System.Web.Http.WebHost Assembly: 4.0.0.0 File: 4.0.20505.0
System.Web.Mvc Assembly: 4.0.0.0 File: 4.0.20505.0
System.Web.WebPages.Deployment Assembly: 2.0.0.0 File: 2.0.20505.0
System.Web.WebPages.Deployment Assembly: 1.0.0.0 File: 1.0.20105.407
Microsoft.Web.Infrastructure Assembly: 1.0.0.0 File: 1.0.20105.407
System.Xml.Linq Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
App_global.asax.104g7ahn Assembly: 0.0.0.0
ImageResizerTest Assembly: 1.0.0.0 File: 1.0.0.0
WebDev.WebHost40 Assembly: 10.0.0.0 File: 10.0.40219.1 Info: 10.0.40219.1
System.Web.Http Assembly: 4.0.0.0 File: 4.0.20505.0
System.Web.Mobile Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.ServiceModel.Activation Assembly: 4.0.0.0 File: 4.0.30319.233 Info: 4.0.30319.233
System.ServiceModel Assembly: 4.0.0.0 File: 4.0.30319.233 Info: 4.0.30319.233
System.Runtime.DurableInstancing Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
SMDiagnostics Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.Web.Extensions Assembly: 4.0.0.0 File: 4.0.30319.272 Info: 4.0.30319.272
Microsoft.CSharp Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.Web.Services Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.Drawing Assembly: 4.0.0.0 File: 4.0.30319.282 Info: 4.0.30319.282
System.EnterpriseServices Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.IdentityModel Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.Runtime.Serialization Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.ServiceModel.Web Assembly: 4.0.0.0 File: 4.0.30319.233 Info: 4.0.30319.233
System.Activities Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.ServiceModel.Activities Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.WorkflowServices Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.Data.DataSetExtensions Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.ComponentModel.DataAnnotations Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.Web.DynamicData Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.Web.ApplicationServices Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
ImageResizer Assembly: 3.2.2.0 File: 3.2.2.0 Info: 3-2-beta-2 Commit: 3704dd6
ImageResizer.Mvc Assembly: 3.2.2.0 File: 3.2.2.0 Info: 3-2-beta-2 Commit: 3704dd6
Newtonsoft.Json Assembly: 4.5.0.0 File: 4.5.1.14720
System.Net.Http Assembly: 2.0.0.0 File: 1.0.0.0
System.Net.Http.Formatting Assembly: 4.0.0.0 File: 4.0.20505.0
System.Net.Http.WebRequest Assembly: 2.0.0.0 File: 1.0.0.0
System.Web.Helpers Assembly: 2.0.0.0 File: 2.0.20505.0
System.Web.Razor Assembly: 2.0.0.0 File: 2.0.20505.0
System.Web.Routing Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.Web.Abstractions Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
Anonymously Hosted DynamicMethods Assembly Assembly: 0.0.0.0
System.Xaml.Hosting Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
System.Xaml Assembly: 4.0.0.0 File: 4.0.30319.1 Info: 4.0.30319.1
Thank you for reporting this bug!
This bug primarily affected users who had changed vpp="false" for the VirtualFolder installation, but also affected users on UNC paths and certain other scenarios.
It has been fixed in release 3.2.3 (changelog).
You can find the latest download here.