# PNG2Character **Repository Path**: jiale9700/PNG2Character ## Basic Information - **Project Name**: PNG2Character - **Description**: PNG图片转换为字符画 - **Primary Language**: Java - **License**: AGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-17 - **Last Updated**: 2025-01-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: 图片处理, 字符画 ## README # 将PNG图片转换为字符画 PNG图片转为字符画 (未使用第三方jar包) ``` 读取png图片的字节流,进行解析、反压缩、反过滤、获取图片的颜色值 灰度等 通过字符重新绘制 ``` ### 效果展示 ![demo](https://user-images.githubusercontent.com/35286999/133013229-062ff65b-c371-453c-a642-2847348e5f68.gif)