Skip to content

A simple dummy-image generator in php for local development. Click below for an example.

Notifications You must be signed in to change notification settings

dfrnswrth/Block

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Block

A simple dummy-image generator in php for local development.

Use

Link to block.php as an image. Following the file, set your parameters:

block.php/{width}/{height}/{bg-color}/{text-color}

Width is mandatory - everything after is optional. If no height is given, you get a square image. If no colors are given, #444 and #BBB are used for the background and text, respectively.

Currently images are returned in png format.


Blatantly copied the idea from Placehold.it - http://placehold.it/

Using Bitstream Vera Sans for the text - http://www-old.gnome.org/fonts/


Released Under The MIT License (MIT)

Copyright (c) 2012 Dylan Farnsworth

About

A simple dummy-image generator in php for local development. Click below for an example.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages