Fake images please, Generate images with a URL

Fakeimg.pl is a little tool that generates images with simply a URL. You just have customize the URL to get the desired image. As well as the image size you can also pass a text, or change the colors (must be hex).

When designing websites, you may not have the images you need at first. But you already know the sizes and inserting some placeholders can help you better seeing the layout. Donโ€™t waste your time making dummy images for your mockup or wireframe. Fakeimg.pl is a little tool that generates images with an URL. Choose the size, the colors, even the text. Itโ€™s free and open-source.

How to use

You just have to put your image size after our URL. Only the first parameter is mandatory. There are options too, you can pass a text, or change some colors. Colors must be hexadecimal, the first one is the background color. The text can be passed with the text GET variable. Here are some examples you can look at:

<img src="https://fakeimg.pl/300/">
<img src="https://fakeimg.pl/250x100/">
<img src="https://fakeimg.pl/250x100/ff0000/">
<img src="https://fakeimg.pl/350x200/ff0000/000">
<img src="https://fakeimg.pl/350x200/?text=I'm Ibrahim">
<img src="https://fakeimg.pl/450x200/?text=IbrahimJabbari.com&font=lobster">

Use them directly in an image tag or a CSS background, or whatever you want to. This is a first draft, so you may expect some new features soon.

Homepage: http://fakeimg.pl/
GitHub: https://github.com/Rydgel/Fake-images-please

Leave a Comment

Your email address will not be published. Required fields are marked *