Documentation
documentation,
1274K, uploaded
May 6 2011
-
4841 downloads
The ASP.NET Sprite and Image Optimization framework is designed to decrease the amount of time required to request and display a page from a web server by performing a variety of optimizations on the page’s images. This is the fourth preview of the feature and works with ASP.NET Web Forms 4, ASP.NET MVC 3, and ASP.NET Web Pages (Razor) projects. The binaries are also available via NuGet:
It includes the following components:
- API for automatically generating sprites and inline images
- Controls and helpers which provide a convenient way of calling into the API
New features added and fixes in fourth release:
Features under consideration for future releases:
- Automatically selecting the most efficient sprite background color
- Automatically minifying the rendered CSS
Feel free to reach out to Jean-Sébastien Goupil if you have questions or comments.
|
I've tested it with and mvc3, it works very well.
by
ymartel
on
Dec 30 2011 at 3:10 PM
Though there are still a few issues, this is an awesome tool.
by
xgene
on
Jul 30 2011 at 8:28 PM
learn to use
by
lichuanjun
on
May 18 2011 at 3:57 AM
We are signing all our projects, but the imageOptimizationFramework is unsigned. this is a problem for us. At this point we cannot even use the NuGet package.
When i download the code and sign it myself, i now get problems with internals.
Please sign the assembly's else the DLL's will be unusable to us in the future.
by
silentsouls
on
May 17 2011 at 8:32 AM
The generated png sprite gets added gAMA chunk. This cause IE6/7/8 to incorrectly render the png and not match up with the rest of the site. Good explanation and fix can be found here: http://www.codeproject.com/KB/web-image/pnggammastrip.aspx Second issue is that the regeneration does not happen when source sprites get changed via Windows file explorer, but alter or delete from VS causes regen.
by
lucasm
on
May 10 2011 at 11:57 PM