Metadata-Version: 2.1
Name: imp-kit
Version: 0.0.0.dev0
Summary: Corpus-based, icon mosaicking in Python
Home-page: https://github.com/felipetovarhenao/imp
Author: Felipe Tovar-Henao
Author-email: <felipe.tovar.henao@gmail.com>
License: OSI Approved :: ISC License (ISCL)
Keywords: mosaicking,emoji art,machine learning,yung jake
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Other Audience
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Description-Content-Type: text/markdown
License-File: LICENSE

# :smiling_imp: **IMP**: _Icon Mosaicking in Python_
-----------------------

![build](https://img.shields.io/github/actions/workflow/status/felipetovarhenao/imp/test.yaml?label=test)
![last_commit](https://img.shields.io/github/last-commit/felipetovarhenao/imp)


## Description
Python module for flexible, corpus-based icon mosaicking. Here are some emoji-art examples made with **IMP**.


<div align="center">
	<img src="examples/starry-night-example.gif" alt="starry night" height="400px" width="auto" />
	<img src="examples/bob-ross-example.gif" alt="Bob Ross" height="400px" width="auto" />
	<img src="examples/trump-example.gif" alt="Trump" height="400px" width="auto" />
	<img src="examples/mona-lisa-example.gif" alt="Mona Lisa" height="400px" width="auto" />
</div>


## Acknowledgements
This code is a Python porting and expansion of [emoji-mosaic](https://github.com/ericandrewlewis/emoji-mosaic) by [ericandrewlewis](https://github.com/ericandrewlewis/), and inspired by [Yung Jake](https://en.wikipedia.org/wiki/Yung_Jake)'s [emoji art](https://www.nytimes.com/2017/07/26/style/emoji-portraits-yung-jake.html).

## Installation
**IMP** is not yet available through PyPI. In the meantime, however, you can clone this repo and run `pip install -r requirements.txt` to try it out.

## License
ISC License
Copyright (c) 2023, Felipe Tovar-Henao

Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

## TO DO
Create Poisson-like section filter whereby dominant colors are constrasting enough
