{"id":13485870,"url":"https://github.com/coobird/thumbnailator","last_synced_at":"2025-05-13T16:03:53.500Z","repository":{"id":35409306,"uuid":"39673913","full_name":"coobird/thumbnailator","owner":"coobird","description":"Thumbnailator - a thumbnail generation library for Java","archived":false,"fork":false,"pushed_at":"2025-03-04T03:12:56.000Z","size":11405,"stargazers_count":5269,"open_issues_count":53,"forks_count":798,"subscribers_count":181,"default_branch":"master","last_synced_at":"2025-05-03T03:41:35.530Z","etag":null,"topics":["fluent-interface","image-processing","image-resizer","java","thumbnails"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/coobird.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null}},"created_at":"2015-07-25T05:38:33.000Z","updated_at":"2025-05-01T15:23:52.000Z","dependencies_parsed_at":"2024-01-03T01:20:52.907Z","dependency_job_id":"d28a8945-6196-4366-af2b-d32960ead8db","html_url":"https://github.com/coobird/thumbnailator","commit_stats":null,"previous_names":[],"tags_count":42,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coobird%2Fthumbnailator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coobird%2Fthumbnailator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coobird%2Fthumbnailator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/coobird%2Fthumbnailator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/coobird","download_url":"https://codeload.github.com/coobird/thumbnailator/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252590373,"owners_count":21772934,"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":["fluent-interface","image-processing","image-resizer","java","thumbnails"],"created_at":"2024-07-31T18:00:33.058Z","updated_at":"2025-05-05T22:45:06.335Z","avatar_url":"https://github.com/coobird.png","language":"Java","readme":"_*June 28, 2023: Thumbnailator 0.4.20 has been released!\nSee [Changes](https://github.com/coobird/thumbnailator/wiki/Changes) for details.*_\n\n_*Thumbnailator is now available through\n[Maven](https://github.com/coobird/thumbnailator/wiki/Maven)!*_\n\n# What is Thumbnailator?\n\n![](https://raw.githubusercontent.com/wiki/coobird/thumbnailator/img/home/home-image.png)\n\n_Thumbnailator_ is a thumbnail generation library for Java.\n\n# Why Thumbnailator?\nMaking high-quality thumbnails in Java can be a fairly difficult task.\n\nLearning how to use the Image I/O API, Java 2D API, image processing,\nimage scaling techniques, ... but fear not! _Thumbnailator_ will take care\nof all those things for you!\n\nThumbnailator is a single JAR file with no dependencies to external libraries,\nmaking development and deployment simple and easy. It is also available on\nthe Maven Central Repository for easy inclusion in Maven projects.\n\n# How simple is Thumbnailator?\n\n_Thumbnailator_'s fluent interface can be used to perform fairly complicated\nthumbnail processing task in one simple step.\n\nFor example, creating JPEG thumbnails of image files in a directory, all\nresized to a maximum dimension of 640 pixels by 480 pixels while preserving\nthe aspect ratio of the original image can be performed by the following:\n\n```\nThumbnails.of(new File(\"path/to/directory\").listFiles())\n    .size(640, 480)\n    .outputFormat(\"jpg\")\n    .toFiles(Rename.PREFIX_DOT_THUMBNAIL);\n```\n\nThe fluent interface provided by the _Thumbnailator_ simplifies the task of\nmaking thumbnails into a single method call!\n\nNo need to access the Image I/O API and manually manipulate `BufferedImage`s\nthrough `Graphics2D` objects. _Thumbnailator_ does all of that for you.\n\n# What can Thumbnailator do?\n\nThe following pages have more information on what _Thumbnailator_ can do:\n\n* [Features](https://github.com/coobird/thumbnailator/wiki/Features)\n* [Examples](https://github.com/coobird/thumbnailator/wiki/Examples)\n* [Thumbnailator API Documentation](https://coobird.github.io/thumbnailator/javadoc/0.4.20/)\n* [Frequently Asked Questions](https://github.com/coobird/thumbnailator/wiki/FAQ)\n\n# Disclaimer\n*Thumbnailator is still early in its development, and the APIs are subject to\nchange at any time.*\n\n# License\nThumbnailtor is released under the MIT License.\n","funding_links":[],"categories":["Projects","Java","I. Development","二、核心功能库（解决具体开发问题）","项目","Imagery"],"sub_categories":["Imagery","7. Imagery and Video","8. 图像处理","图像"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoobird%2Fthumbnailator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcoobird%2Fthumbnailator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcoobird%2Fthumbnailator/lists"}