{"id":19989086,"url":"https://github.com/icemap/anime4ktool","last_synced_at":"2025-08-21T22:23:41.143Z","repository":{"id":119432444,"uuid":"213804167","full_name":"Icemap/Anime4KTool","owner":"Icemap","description":"Anime4K Java Build Tools","archived":false,"fork":false,"pushed_at":"2019-10-09T05:52:09.000Z","size":1269,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-12T11:49:43.118Z","etag":null,"topics":[],"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/Icemap.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-10-09T02:40:39.000Z","updated_at":"2023-04-24T19:48:56.000Z","dependencies_parsed_at":null,"dependency_job_id":"a57b39e7-1bea-42a8-9b72-d405eebd3ea2","html_url":"https://github.com/Icemap/Anime4KTool","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icemap%2FAnime4KTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icemap%2FAnime4KTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icemap%2FAnime4KTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Icemap%2FAnime4KTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Icemap","download_url":"https://codeload.github.com/Icemap/Anime4KTool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241430299,"owners_count":19961633,"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":[],"created_at":"2024-11-13T04:45:25.320Z","updated_at":"2025-03-01T21:43:00.119Z","avatar_url":"https://github.com/Icemap.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Anime4KTool\n[![Build Status](https://travis-ci.com/Icemap/Anime4KTool.svg?branch=master)](https://travis-ci.com/Icemap/Anime4KTool)\n\nAnime4K Java implementation, upscale your png or gif picture\n\n### Unit Test\n- Run with \"mvn test\"\n- Or you can run some test case only\n- Test Case In src/test/java/com/github/icemap folder\n\n### Result\n![Gintama](doc/gintama.jpg)\n\n### Usage\n- PNG\n~~~[java]\nConvertPic convertPic = new ConvertPic(20);\nString testResPath = this.getClass().getResource(\"/\").getPath();\nBufferedImage img = ImageIO.read(new File(testResPath + \"gintama.jpg\"));\nimg = convertPic.picTo4K(img);\nImageIO.write(img, \"png\", new File(testResPath + \"gintama-2x.png\"));\n~~~\n\n- GIF\n~~~[java]\nConvertGif convertGif = new ConvertGif(20);\nString testResPath = this.getClass().getResource(\"/\").getPath();\nconvertGif.gifTo4K(new FileInputStream(new File(testResPath + \"sakura.gif\")), testResPath + \"sakura-2x.gif\");\n~~~\n\n- You can see usage in unit case, too.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficemap%2Fanime4ktool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ficemap%2Fanime4ktool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ficemap%2Fanime4ktool/lists"}