1. AspNetSprites-Core

    By:

    The ASP.NET Sprite core works with the ASP.NET Sprites Web Forms control and Sprite Helper to decrease the amount of time required to request and display a page by performing optimizations on a page's images.

  2. AspNetSprites-MvcAndRazorHelper

    By:

    The ASP.NET Sprite Helper allows you to use sprites and image inlining in ASP.NET MVC 3 and ASP.NET Web Pages projects.

  3. AspNetSprites-WebFormsControl

    By:

    The ASP.NET Sprite Web Forms control allows you to use sprites and image inlining in ASP.NET 4 Web Forms projects.

  4. CssSpriteGenerator

    By:

    Reduce bandwidth costs and page load times by compressing large images on the fly, physically resizing thumbnails and combining small images into CSS sprites to cut down on request/response overhead. No need to change your site, just add this dll and add configuration to your web.config. Extensive documentation.

  5. Talifun.Web.CssSprite

    By:

    A module that compresses images into a single image, and then creates a css file to split image into sprites. More then likely you really want an msbuild task to do this. Get nuget package Talifun.Crusher.MsBuild if this is the case.

  6. SpritePicker.Umbraco.PropertyEditor

    By:

    SpritePicker PropertyEditor for Umbraco5

    306 downloads

  7. Fugue Icons CSS Sprite

    By:

    Contains the Fugue icons as css image sprites. The Fugue icons are created by Yusuke Kamiyamane (http://p.yusukekamiyamane.com/). Add a link to the fugue-sprite.css file in your master page and use any icon from the index.html.

  8. RequestReduce

    By:

    RequestReduce allows any IIS based website to automaticaly sprite background images into a single optimized PNG as well as combine and minify CSS and Javascript with absolutely no coding beyond a few config tweaks. RequestReduce excercises common best practices when serving its javascript, css and sprited images ensuring that the appropriate cachin... More information

  9. RequestReduce.SassLessCoffee

    By:

    RequestReduce.SassLessCoffee is an add-on to RequestReduce which compiles DotLess and Sass CSS as well as Coffee scripts to be included in the RequestDeuce sprite generation, minification and bundling processing. Simply reference your .less, .sass, .scss and .coffee files with those extensions and RequestReduce will compile them before performing i... More information

  10. Country flags in single CSS sprite

    By:

    CSS Sprites - a method to optimize page loads by combining a large number of small images into one. The method of extremely relevant with the active use of country flags - with all the flags on one page, then load it, the browser will need to make only two server requests instead of 247.

  11. RequestReduce.SqlServer

    By:

    RequestReduce.SqlServer is an add-on to RequestReduce allowing you to store your optimized CSS, JavaScript and sprited images in a SqlServer or SqlServer CE database.

  12. Nancy.AspNetSprites.Razor

    By:

    The Nancy Sprite Helper allows you to use sprites and image inlining in Nancy with ASP.NET hosting and the Razor viewengine.

  13. Talifun.Crusher.MsBuild

    By:

    An ms build task that can: compresses images into a single image, and then creates a css file to split image into sprites; compresses js into a single file, and css into a single file.

  14. DirectX Tool Kit

    By:

    Features: SpriteBatch - simple & efficient 2D sprite rendering SpriteFont - bitmap based text rendering Effects - set of built-in shaders for common rendering tasks PrimitiveBatch - simple and efficient way to draw user primitives GeometricPrimitive - draws basic shapes such as cubes and spheres Model - draws simple meshes loaded from .CMO or .SDKM... More information