Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kazuhito00/csp-psd-image-viewer
CLIP STUDIO PAINT(.clip)や Photoshop(.psd)のレイヤー簡易画像のビューア
https://github.com/kazuhito00/csp-psd-image-viewer
clip-studio-paint flet opencv photoshop psd python
Last synced: about 1 month ago
JSON representation
CLIP STUDIO PAINT(.clip)や Photoshop(.psd)のレイヤー簡易画像のビューア
- Host: GitHub
- URL: https://github.com/kazuhito00/csp-psd-image-viewer
- Owner: Kazuhito00
- License: mit
- Created: 2024-04-06T08:16:53.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-21T15:58:31.000Z (6 months ago)
- Last Synced: 2024-07-21T17:31:30.015Z (6 months ago)
- Topics: clip-studio-paint, flet, opencv, photoshop, psd, python
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csp-psd-image-viewer
CLIP STUDIO PAINT(.clip)や Photoshop(.psd)のレイヤー画像の簡易ビューアです。
GUIフレームワークに[Flet](https://flet.dev/)を使用しています。https://github.com/Kazuhito00/csp-psd-image-viewer/assets/37477845/acc439a2-98e2-40e6-b693-b82a99e1653f
# Requirement
```
flet 0.21.2 or later
psd-tools 1.9.31 or later
numpy 1.26.2 or later
opencv-python 4.9.0.80 or later
```# Usage
デモの実行方法は以下です。
```bash
python main.py
```
# Author
高橋かずひと(https://twitter.com/KzhtTkhs)
# License
csp-psd-image-viewer is under [MIT License](LICENSE).