Web Development Starts Here…

Generate Dynamic dummy images with PHP

Posted by on Sep 2, 2010 in Open Source, PHP | 2 comments

Generate Dynamic dummy images with PHP

There can be a cause where you want to display images dynamically like display images in post title, display image in background, etc.

Of course we can do it with PHP GD functions but what if you don’t have to write all that function and you get ready images.

Yes, now we can create dynamic images with http://dummyimage.com

This site provide the service to generate the dynamic images based on the parameters given.

It has many predefined sizes for popular uses (like banner) and works by sending the parameters in the URL Like:

http://dummyimage.com/500×200/333333/fff&text=This+is+a+Dummy+Image+for+Xpert+Developer

Dummy Image for Xpert Developer

Xpert Develoer : Dummy Image generator

You can check the dummy images generated above.

Website : http://dummyimage.com

2 Comments

Join the conversation and post a comment.

  1. Asif Huddani

    Nice One. I really like this…..

  2. Manthan Shah

    Excellent…

Leave a Comment