PHPackages                             iaretedd/pixelizer - 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. iaretedd/pixelizer

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

iaretedd/pixelizer
==================

Pixelizer is a PHP library that allows you to convert any data into a PNG picture and decode it back into the original data.

v1.0(5y ago)15MITPHP

Since Sep 17Pushed 5y ago2 watchersCompare

[ Source](https://github.com/IareTedd/pixelizer)[ Packagist](https://packagist.org/packages/iaretedd/pixelizer)[ RSS](/packages/iaretedd-pixelizer/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (1)Versions (2)Used By (0)

Pixelizer
=========

[](#pixelizer)

Pixelizer is a PHP library that allows you to convert any data into a PNG picture and decode it back into the original data.

Installation
------------

[](#installation)

Use the package manager [composer](https://getcomposer.org/) to install Pixelizer.

```
composer require iaretedd/pixelizer
composer install
```

Getting Started
---------------

[](#getting-started)

### Encode a file into a picture

[](#encode-a-file-into-a-picture)

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

$pixelizer = new Pixelizer\Pixelizer();
$pixelizer->setData(file_get_contents('file_to_encode.exe'));
$pixelizer->encode('encoded.png');
```

### Decode a file from a picture

[](#decode-a-file-from-a-picture)

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

$pixelizer = new Pixelizer\Pixelizer();
$pixelizer->loadImage('encoded.png');
$pixelizer->decode('original_file.exe');
```

Tests
-----

[](#tests)

To run unit tests:

```
./vendor/bin/phpunit
```

Contributing
------------

[](#contributing)

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2115d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1813733?v=4)[Pavel K](/maintainers/iaretedd)[@IareTedd](https://github.com/IareTedd)

### Embed Badge

![Health badge](/badges/iaretedd-pixelizer/health.svg)

```
[![Health](https://phpackages.com/badges/iaretedd-pixelizer/health.svg)](https://phpackages.com/packages/iaretedd-pixelizer)
```

###  Alternatives

[pestphp/pest

The elegant PHP Testing Framework.

11.6k72.2M20.5k](/packages/pestphp-pest)[drupal/core-dev

require-dev dependencies from drupal/drupal; use in addition to drupal/core-recommended to run tests from drupal/core.

2022.6M343](/packages/drupal-core-dev)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
