else
Pixelify readme images
This commit is contained in:
parent
bfe95b2d25
commit
836ac16061
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ Requires PIL, which has been adapted to Python3 under the name pillow
|
|||
Takes an image, or a folder full of images, and produces pixelated versions of each image according to an "objective". That is, how the image would look if it was forced to fit into an *objective x objective* frame. But, the actual output file will be the same dimensions as the original, simply pixelated.
|
||||
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/voussoir/else/master/Pixelify/examples/NeilDeGrasseTyson.png?raw=true" alt="NDGT"/>
|
||||
<img src="https://raw.githubusercontent.com/voussoir/else/master/Pixelify/examples/pixel/NeilDeGrasseTyson_32.png?raw=true" alt="NDGT"/>
|
||||
<img src="https://raw.githubusercontent.com/voussoir/else/master/Pixelify/examples/NeilDeGrasseTyson.png?raw=true" alt="NDGT" width="301" height="362"/>
|
||||
<img src="https://raw.githubusercontent.com/voussoir/else/master/Pixelify/examples/pixel/NeilDeGrasseTyson_32.png?raw=true" alt="NDGT" width="301" height="362"/>
|
||||
</p>
|
||||
|
||||
Examples:
|
||||
|
|
Loading…
Reference in a new issue