|
Project Information
|
OverviewBased 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 UsageMVCThe url http://localhost/DummyImage/MVC/320x125 will return an image that is 320 pix wide and 125 px tall Web FormsThe url http://localhost/DummyImage/STD/default.aspx?w=320&h=125 will return an image that is 320 pix wide and 125 px tall |