ASP.NET ImageResizer not resizing GIFs and PNGs -


i had imageresizer set years in app , serving/resizing jpgs fine (i use presets) today wanted resize spacer.gif , did not anything. tried spacer.png , doesn't touch (no resize, image rendered @ 1x1 pixels).

what going on here?

as covered in basic usage, imageresizer not upscale default. need specify ?scale=both&width=200 upscale tiny images.

this unlikely have image format (namely gif/png).


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -