PHPackages                             ramoose/hold-my-place - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ramoose/hold-my-place

ActiveLibrary

ramoose/hold-my-place
=====================

Generate base64 placeholder images.

v0.4(7y ago)015GPL-3.0-or-laterPHP

Since Nov 24Pushed 7y agoCompare

[ Source](https://github.com/paxperscientiam/hold-my-place)[ Packagist](https://packagist.org/packages/ramoose/hold-my-place)[ Docs](https://github.com/paxperscientiam/hold-my-place)[ RSS](/packages/ramoose-hold-my-place/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (5)Used By (0)

ramoose/hold-my-place
=====================

[](#ramoosehold-my-place)

Motivation
----------

[](#motivation)

Makes prototyping easier: no external placeholder image service needed, no local image library needed.

Just make your pixel image and scale with CSS. That's it.

usage (with composer)
---------------------

[](#usage-with-composer)

### Require

[](#require)

```
require __DIR__."/app/vendor/autoload.php";

use Ramoose\HoldMyPlace\Base64pixel as B64;

// B64::create(string $color, string $format);
```

### HTML examples

[](#html-examples)

Create your pixel. See `php` documentation on `ImagickPixel::__construct` for color code options. [link](http://php.net/manual/en/imagickpixel.construct.php)

```
