My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members

Overview

Based on Russell Heimlich's concept at http://dummyimage.com this application allows you to generate dummy images of any specified dimension.

Source code is provided for an MVC implementation as well as a standard webforms implementation.

Example Usage

MVC

The url http://localhost/DummyImage/MVC/320x125 will return an image that is 320 pix wide and 125 px tall

Web Forms

The url http://localhost/DummyImage/STD/default.aspx?w=320&h=125 will return an image that is 320 pix wide and 125 px tall

Powered by Google Project Hosting