{"id":18471593,"url":"https://github.com/m310851010/xice7-imagekit","last_synced_at":"2025-07-15T13:02:11.785Z","repository":{"id":54178479,"uuid":"65651902","full_name":"m310851010/xice7-imageKit","owner":"m310851010","description":"基于java语言实现的简单的图片处理","archived":false,"fork":false,"pushed_at":"2021-03-05T01:14:47.000Z","size":553,"stargazers_count":28,"open_issues_count":0,"forks_count":12,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-05-31T04:07:59.454Z","etag":null,"topics":["image-compression","image-processing","java","xice7-imagekit"],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/m310851010.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-08-14T05:42:50.000Z","updated_at":"2025-01-08T09:27:24.000Z","dependencies_parsed_at":"2022-08-13T08:30:43.938Z","dependency_job_id":null,"html_url":"https://github.com/m310851010/xice7-imageKit","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/m310851010/xice7-imageKit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m310851010%2Fxice7-imageKit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m310851010%2Fxice7-imageKit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m310851010%2Fxice7-imageKit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m310851010%2Fxice7-imageKit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/m310851010","download_url":"https://codeload.github.com/m310851010/xice7-imageKit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/m310851010%2Fxice7-imageKit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265437596,"owners_count":23765124,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["image-compression","image-processing","java","xice7-imagekit"],"created_at":"2024-11-06T10:17:23.026Z","updated_at":"2025-07-15T13:02:11.429Z","avatar_url":"https://github.com/m310851010.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# xice7-imageKit\r\n## 概述\r\n xice7-imageKit是基于java语言实现的简单的图片处理工具。\r\n 使用简单, API采用易用的管道流设计。\r\n 工程很小，且不依赖第三方Jar文件。\r\n \r\n  支持多种图片效果处理,如:\r\n  \r\n  - 图片压缩 -支持各种类型的图片压缩,可设置压缩比率\r\n  - 等比(也支持不等比)缩放 - 支持缩小及放大\r\n  - 旋转效果 -支持任意角度的旋转\r\n  - 像素化 -马赛克效果,你懂得\r\n  - 灰度处理\r\n  - 去色处理 -黑白效果\r\n  - 图片剪切 - 支持矩形剪切和圆形剪切(圆形剪切后为Png透明效果)\r\n  - 老照片效果 -泛黄的照片效果\r\n  - 对 色调,对比度,亮度 控制\r\n\r\n集成Base64编码，实现Base64字符串和图片之间互转，方便在做移动端API使用\r\n\r\n## 1分钟教程\r\n读取图片(API提供多种形式读取图片,演示使用文件读取)：\r\n```java\r\nFile file = new File(\"test.png\");\r\nImageKit kit = ImageKit.read(file);\r\n```\r\n\r\n处理图片：\r\n```java\r\nkit.cropCircle(); // 剪切圆形图片\r\n```\r\n\r\n保存剪切后的图片(API支持多种形式写入，演示使用文件写入)：\r\n```java\r\nkit.transferTo(\"result.png\"); \r\n```\r\n\r\n预览结果\r\n\r\n![图片](src/test/resources/cropCircle.png)\r\n\r\nOk，演示结束啦……\r\n\r\n怎么样是不是很简单\r\n\r\n## JDK要求\r\njdk 1.6+\r\n## Tech\r\n其他效果，参见 http://www.jhlabs.com/ip/filters/ 这个是歪果仁的实现的图片效果\r\n\r\n### Version\r\n0.0.1\r\n\r\n \r\nLicense\r\n----\r\n\r\nMIT\r\n\r\n\r\n**Free Software, Yeah!**\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm310851010%2Fxice7-imagekit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fm310851010%2Fxice7-imagekit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fm310851010%2Fxice7-imagekit/lists"}