Code Monkey home page Code Monkey logo

image2text-1's Introduction

Image2Text

源于:灵感来自于国内DNSPod网站首页的网页代码中的那个“妈妈再打我一次”的文字图形 1、实现语言:python 使用了PIL模块(python图像处理模块)http://www.pythonware.com/products/pil/ 2、实现原理: 众所周知,图片是由每个像素点构成的,每个像素代表一个色值。也许将一个像素呈现在我们面前,我们是没有感觉的(肉眼根本看不见),但是如果成百上千的像素点排列在一起我们就会发现这些像素点其实组成了一个形状,那就是我们所见到的图片。本程序其实就是将像素点放大到肉眼可以看到的文字了,用文字代替了每个像素。

第一次使用GitHub!!这个READEME格式编排是真心不习惯!! 该程序实现比较简单,主要也是依赖了python强大的PIL库,处理这种操作也不麻烦,几行代码就搞定了!一个字:爽! 以后有机会发布个该功能的小客户端,有机会就用QT搞搞!先上传上来做一个源吧,主要是了解一下怎么使用git!!!

image2text-1's People

Contributors

pythoner-xu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.