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
You can check the dummy images generated above.
Website : http://dummyimage.com
Nice One. I really like this…..
Excellent…
[…] I have posted about generating dynamic dummy images. This site gives same functionality with some better […]