An open API service indexing awesome lists of open source software.

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. | 根据指定宽高,压缩裁切图片,生成缩略图的工具。

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. 可以自由拖拽图片以使其只截取特定区域

![image](https://user-images.githubusercontent.com/35896157/164289922-7809ac7f-71f9-4276-a814-b08ff20b6f19.png)