1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AI生成の偽ドット絵を本物のドット絵に戻す MonoPix を OSS で公開しました

1
Posted at

social-preview 복사본.png

MonoPix という、AI生成の“偽ドット絵”を本物のドット絵に近づけるOSSツールを公開しました。

何が問題か

AI生成のドット絵は、見た目はそれっぽくても

  • ぼやけた境界
  • アンチエイリアス
  • 不均一なセルサイズ
  • セル内の色混在

などの問題があり、実際のスプライト素材として扱いにくいことが多いです。

MonoPixのSnapモード

Snapは以下の流れでグリッドを復元します。

  • 量子化
  • エッジプロファイル解析
  • 周期推定
  • グリッドウォーク
  • セル単位RGBA投票

これにより、AI生成画像をより均一なピクセルグリッドへ再構成できます。透過も保持します。

特徴

  • MIT
  • 無料
  • ブラウザのみ
  • サーバ不要
  • アカウント不要
  • ローカル処理

Demo: LINK
GitHub: LINK

インディーゲーム開発やRPGツクール制作で使ってみてもらえたら嬉しいです。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?