Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/daramkun/kalix
The Batched Image compression Application
https://github.com/daramkun/kalix
image-compression pinvoke windows windows-presentation-foundation
Last synced: 12 days ago
JSON representation
The Batched Image compression Application
- Host: GitHub
- URL: https://github.com/daramkun/kalix
- Owner: daramkun
- License: other
- Created: 2021-07-11T15:54:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-28T15:42:22.000Z (about 3 years ago)
- Last Synced: 2024-12-22T00:44:23.849Z (12 days ago)
- Topics: image-compression, pinvoke, windows, windows-presentation-foundation
- Language: C++
- Homepage:
- Size: 2.31 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## Kalix
`Kalix`는 이미지 일괄 압축 응용프로그램입니다.
### 기능
1. 이미지를 조건부로 PNG, GIF, JPEG, WebP 등으로 압축 지원.
2. 아카이브 파일 내 이미지 압축 지원.
- 현재는 `ZIP`으로만 지원합니다.
3. 멀티스레드 활용 압축.
- 현재는 각 스레드 당 파일 할당만 지원합니다.
- 추후 아카이브 파일 내 파일을 각 스레드에 할당하는 옵션 추가 예정입니다.### 레퍼런스
- 네이티브 프로세싱 라이브러리 [libdseed](https://github.com/daramkun/libdseed)
- 프로토타입 프로젝트 [Degra](https://github.com/daramkun/Degra)## Kalix
`Kalix` is Batched Image compression application.### Features
1. Support to compression `PNG`, `GIF`, `JPEG`, `WebP` with conditions.
2. Support to compression in Archive files.
- Currently, Output is only support `ZIP`
3. Multi-threaded Compression.
- Currently only support Thread per Each file.
- Will support Thread per Archive each file.### References
- Native Processing Library [libdseed](https://github.com/daramkun/libdseed)
- Prototype Project [Degra](https://github.com/daramkun/Degra)