GithubHelp home page GithubHelp logo

icai / image-to-text Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kainstar/image-to-text

0.0 1.0 0.0 4.54 MB

a pure front-end website transform image file to text.

Home Page: https://blog.kainstar.moe/image-to-text/

License: GNU General Public License v3.0

JavaScript 89.75% HTML 0.66% CSS 9.59%

image-to-text's Introduction

image-to-text

一个纯前端的图片转字符画工具

仓库地址

项目地址

项目说明

  • 纯前端项目,不依赖服务器
  • 支持 jpg,png,gif 三种格式图片
  • 使用 canvas 来实现单帧图片的解析、缩放和生成,使用gif.js合并单帧图片为gif图片
  • 可等比缩放图片
  • 可自定义文字和背景颜色
  • 可自定义转换时使用的字符
  • 部分方法实现参考已在源码中标明出处

项目使用技术栈

  • webpack
  • React
  • gif.js (生成gif图片用)

项目结构

├─ src
│   ├─ component 组件文件
│   ├─ style 样式文件
│   ├─ tools 图片解析、转化工具文件
│   ├─ App.jsx
│   ├─ index.js
│   └─ index.html
├─ static
│   └─ js
│       └─ gif.worker.js gif.js生成图片依赖文件
├─ webpack
│    └─ webpack 配置文件
└ 其他文件

效果演示

基本功能

basic

图片大小缩放

size

设置颜色(文字和背景)

size

自定义转换字符

size

本地运行

开发模式

npm i
npm run dev

项目打包

npm run build

发布到github pages

npm run deploy

image-to-text's People

Contributors

kainstar avatar

Watchers

James Cloos 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.