Free Image Placeholder Tool

Generate Custom Dummy Images Online. Simple and easy to use, fashionable placeholder images.

The fastest way to create placeholder images for your projects

Welcome to Imageurl.me

Imageurl.me is a free, fast, and reliable image placeholder service designed for developers, designers, and content creators. Whether you're building a website, creating mockups, or testing your applications, our tool helps you generate placeholder images instantly without any registration or API keys.

🚀 Fast & Simple

Generate placeholder images in seconds with a simple URL format. No complex setup required.

🎨 Multiple Formats

Support for JPG, PNG, WebP, and SVG formats. Choose the format that best fits your needs.

📐 Custom Dimensions

Specify any width and height you need. Perfect for responsive designs and various screen sizes.

✨ Advanced Features

Apply grayscale filters, blur effects, and use specific images or seed-based generation.

🖼️ High Quality Images

Powered by Unsplash, providing access to thousands of beautiful, high-quality photographs.

💯 Free Forever

100% free to use with no hidden costs, no sign-up required, and no rate limits for basic usage.

Basic Usage

Getting started is incredibly easy! Simply add the desired image dimensions (width and height) after the URL to get a random high-quality image instantly.

150x200 /200/300

To get a square image, just add the size.

150x150 /200

Specific Image

Need to use the same image repeatedly? Get a specific image by adding /id/{image} at the beginning of the URL. This ensures you always get the same image for a given ID.

ID 237 /id/237/200/300

Seed Image

For consistent image generation, use seed-based images. Get a seed-based image by adding /seed/{seed} at the beginning of the URL. The same seed will always return the same image, making it perfect for testing and development.

Seed picsum /seed/picsum/200/300

Grayscale Effect

Get a grayscale image by adding ?grayscale at the end of the URL.

Grayscale /200/300?grayscale

Blur Effect

Get a blurred image by adding ?blur at the end of the URL.

Blur /200/300?blur

You can adjust the blur intensity by providing a number between 1 and 10.

Blur 2 /200/300?blur=2

Advanced Usage

The real power of Imageurl.me lies in combining multiple features together. You can chain any of the above options to create exactly the placeholder image you need.

For example, get a specific image that is grayscale and blurred:

Advanced /id/870/200/300?grayscale&blur=2

To request multiple images of the same size in the browser, add the random query parameter to prevent image caching:

<img src="https://imageurl.me/200/300?random=1">
<img src="https://imageurl.me/200/300?random=2">

If you need a file extension, you can add .jpg at the end of the URL.

To get a WebP format image, you can add .webp at the end of the URL.