https://github.com/cy745/thumbnailmaker
According to the specified width and height, a tool for compressing and cutting pictures to generate thumbnails. | 根据指定宽高,压缩裁切图片,生成缩略图的工具。
https://github.com/cy745/thumbnailmaker
compose-desktop composer java kotlin thumbnail
Last synced: 2 months ago
JSON representation
According to the specified width and height, a tool for compressing and cutting pictures to generate thumbnails. | 根据指定宽高,压缩裁切图片,生成缩略图的工具。
- Host: GitHub
- URL: https://github.com/cy745/thumbnailmaker
- Owner: cy745
- License: apache-2.0
- Created: 2022-04-20T17:21:44.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-20T17:39:25.000Z (about 4 years ago)
- Last Synced: 2025-06-24T07:37:31.654Z (12 months ago)
- Topics: compose-desktop, composer, java, kotlin, thumbnail
- Language: Kotlin
- Homepage:
- Size: 68.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ThumbnailMaker
According to the specified width and height, a tool for compressing and cutting pictures to generate thumbnails.
根据指定宽高,压缩裁切图片,生成缩略图的工具。
基于compose-desktop框架,使用了thumbnailator库的部分方法,调用javaFx的FileChooser实现图片的选择功能
#### 特点:
1. 可自定义想要的缩略图的宽高
2. 可以自由拖拽图片以使其只截取特定区域
