PHPackages                             wymarzonylogin/fingerprintah - 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. [Image &amp; Media](/categories/media)
4. /
5. wymarzonylogin/fingerprintah

ActiveLibrary[Image &amp; Media](/categories/media)

wymarzonylogin/fingerprintah
============================

Simple visualisation of fingerprint of input text with pseudorandom bicolor png image

1.0.0(7y ago)129MITPHP

Since Apr 11Pushed 7y agoCompare

[ Source](https://github.com/wymarzonylogin/fingerprintah)[ Packagist](https://packagist.org/packages/wymarzonylogin/fingerprintah)[ Docs](http://wymarzonylog.in)[ RSS](/packages/wymarzonylogin-fingerprintah/feed)WikiDiscussions master Synced 2d ago

READMEChangelogDependenciesVersions (2)Used By (0)

Fingerprintah
=============

[](#fingerprintah)

Simple visualization of fingerprint of input text with pseudorandom bicolor png image. Generates image build of 8x8 suqare blocks, where just one corner (4x4 blocks) i unique. Other parts are just mirrored to rather have a nice symmetric image more than qr-code like one. You can increase image size by defining block size in pixels.

Installing Fingerprintah
------------------------

[](#installing-fingerprintah)

First, get [Composer](http://getcomposer.org) if you don't have it yet.

Next, install Fingerprintah with composer:

```
composer require wymarzonylogin/fingerprintah
```

Usage
-----

[](#usage)

Make sure that you require Composer's autoloader in your app:

```
require 'vendor/autoload.php';
```

### Generating png base64 data for image source

[](#generating-png-base64-data-for-image-source)

```
