Image-Processing-Node-Editor
Image-Processing-Node-Editor copied to clipboard
処理の検証や比較検討での用途を想定したノードエディターベースの画像処理アプリ(A node editor-based image processing application intended for use in processing verification and comparison studies)
Hi, I'm with the Dear PyGui team and your image processing node editor looks absolutely amazing. I'd love to add it to the [Dear PyGui showcase](https://github.com/hoffstadt/DearPyGui/wiki/Dear-PyGui-Showcase). For that, I'd need...
A very excellent framework But it seems that there is no update function DearPyGui Version >= v1.11.0 Python Version >= v3.11 Are you updating to support the latest models
ImageAlphaBlend ノードを含んだ設定ファイルをインポートしようとすると失敗します。 以下は最小限の設定例です。 ### 設定ファイル例 ```json { "node_list": [ "1:Image", "2:ImageAlphaBlend" ], "link_list": [ [ "1:Image:Image:Output01", "2:ImageAlphaBlend:Image:Input01" ], [ "1:Image:Image:Output01", "2:ImageAlphaBlend:Image:Input02" ] ], "1:Image": { "id": "1", "name": "Image", "setting":...