Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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)のレイヤー簡易画像のビューア

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).