项目作者: MSarandev

项目描述 :
Python image manipulation
高级语言: Python
项目地址: git://github.com/MSarandev/ImageColourReplicator.git
创建时间: 2018-02-09T23:35:01Z
项目社区:https://github.com/MSarandev/ImageColourReplicator

开源协议:

下载


ImageColourReplicator & CalcAPixel

A fun little experiment. The idea was - provide an image and try to replicate a second image, using only the colours of the first one. Feel free to experiment. I’m still trying to get it to accept urls, instead of using local images.
For insert reason here test.py is the actual working file

Results vary (obviously), but results can be like:

Original

alt tag

Replicated

alt tag

CalcAPixel

A script that extracts all unique colour values from an image and presents them in an interesting way

CalcAPixel

alt tag

A massive thank you to the developers of PIL (pillow) for python