Code Monkey home page Code Monkey logo

imagetool's Introduction

简单好用的图片生成工具,基于Java实现,可以动态生成二维码海报和汉字名字头像,有任何问题欢迎提交issue或者给我发送邮件: [email protected]

如何运行

mvn clean package
java -jar target\ImageTool-1.0.0.jar

如何使用

生成动态二维码海报

请求

POST 127.0.0.1:8080/poster/create

参数

nickname: 昵称,示例值"尼古拉斯·星星"
headImageUrl: 头像地址,示例值"https://avatars0.githubusercontent.com/u/20265449?s=460&v=4"
qrcodeText: 生成二维码的内容,示例值"https://github.com/GongDexing"

生成的海报图片保存在项目目录: poster.jpg,效果如下 海报

生成汉字名字头像

请求

POST 127.0.0.1:8080/head/create

参数

name: 姓名,示例值"尼古拉斯·星星"
rgb: 字体颜色,示例值"#FFFFFF"
bgRGB: 背景颜色,示例值"#CC99FF"

生成的头像图片保存在项目目录: head.jpg,效果如下

头像

imagetool's People

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.