Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roliveira authored May 31, 2017
1 parent c7d62d7 commit e56f320
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
[legofy](http://oliveirarodolfo.github.io/legofy)
legofy
======

What is legofy?
---------------

It is a simple python function to convert an image into a a lego-like image. It
started long ago as part of my Python learning.
It's a simple python function to convert an image into a a lego-like image. It started long ago as a practical exercise to learn some simple Python functionality (*e.g.* [PyPI](https://pypi.python.org/pypi) packaging) but it's now retired in favor of https://github.com/JuanPotato/Legofy.


Usage
-----

A simple example can be generated by using an array with random values:

```python
import numpy
from legofy import legofy
Expand Down Expand Up @@ -43,15 +43,9 @@ _ = pyplot.imshow(im_lego, interpolation='none', origin='lower')

![Monalisa](https://github.com/oliveirarodolfo/legofy/blob/master/images/mona-lego.png)

About the developer
-------------------

Send a [hi](mailto:hi@roliveira.me)!


License information
-------------------

See the file [LICENSE](https://github.com/oliveirarodolfo/legofy/blob/master/LICENSE) for information on this software, terms & conditions
for usage and a disclaimer of all warranties.
See the file [LICENSE](https://github.com/oliveirarodolfo/legofy/blob/master/LICENSE) for information on this software, terms & conditions for usage and a disclaimer of all warranties.

0 comments on commit e56f320

Please sign in to comment.