GetDummyImage

Get Dummy Image - A Placeholder Image Generator

Introduction

GetDummyImage is a simple placeholder image generator that allows you to create placeholder images with customizable dimensions, background colors, text, and more.

Usage

To generate an image, you can use the following URL pattern:

                
1https://getdummyimage.com/[width]/[height]?query_parameters

Query Parameters

The following optional query parameters can be added to customize the generated image:

Defaults

The service has the following default settings:

Examples

Generate a 800x400 image with the default settings:

                
1https://getdummyimage.com/800/400
dummy image 800x400

Generate a 800x400 image with custom text, text color, and background color:

                
1https://getdummyimage.com/800/400?text=Hello&color=fff&background=bbb
dummy image 800x400 with custom text, text color, and background color

Generate a 800x800 image with custom text size and extension:

                
1https://getdummyimage.com/800?size=24&extension=png
dummy image 800x800 with custom text size and extension