Skip to content
This repository has been archived by the owner on Feb 11, 2023. It is now read-only.

Commit

Permalink
[+] 图片工具类
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Sep 15, 2018
1 parent 9130328 commit 2c595cd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/main/java/cc/moecraft/icq/plugins/osubot/utils/ImageUtils.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
package cc.moecraft.icq.plugins.osubot.utils;

import java.awt.*;
import java.awt.image.BufferedImage;

/**
* 此类由 Hykilpikonna 在 2018/08/07 创建!
* Created by Hykilpikonna on 2018/08/07!
* Github: https://github.com/hykilpikonna
* Meow!
*
* @author Hykilpikonna
*/
public class ImageUtils
{
}

0 comments on commit 2c595cd

Please sign in to comment.