https://keikouto2001.github.io/gradientmap-mixer/
非同期処理の練習用。
大量の画像ファイルに対して、グラデーションマップを効率的に合成する為に作りました。
練習用なので作り込む予定はなく、かなり限定的な機能になっています(上位互換はきっと探せばあるので問題ない)。
- デザインの装飾はなし
- pngのみ対応(jpgなど他のフォーマットでの動作は未確認)
- 設定できるグラデーションの数は一つのみ
- 入力した画像の数とピクセル数が多いほど、処理に時間がかかる
To practice asynchronous processing.
Created for efficient gradient map composition for a large number of images.
(DeepL)
This is a practice version, so it has very limited functionality.
- No design decoration.
- Only png is supported (not tested with other formats such as jpg).
- Only one gradient can be set.
- The more input images and the more pixels, the longer it takes to process.