No description
Find a file
2026-04-08 23:16:31 +09:00
static png、windwosストア対応 2026-03-25 18:43:47 +09:00
templates png、windwosストア対応 2026-03-25 18:43:47 +09:00
.gitignore gitignoreを追加 2026-03-25 11:17:50 +09:00
app.py app.py: /api/process エンドポイントを追加して画像処理を可能に 2026-04-08 23:16:31 +09:00
app_batch.py initial commit 2026-03-25 01:54:06 +09:00
entrypoint.sh initial commit 2026-03-25 01:54:06 +09:00
image_processor.py png、windwosストア対応 2026-03-25 18:43:47 +09:00
install.bat initial commit 2026-03-25 01:54:06 +09:00
install.sh initial commit 2026-03-25 01:54:06 +09:00
README.md update README.md with project description 2026-03-25 01:51:53 +09:00
requirements.txt requirements.txt: secure_filename を削除(Werkzeug の依存関係) 2026-03-25 02:01:01 +09:00
start_app.bat start_app.bat: main.py を app.py に修正 2026-03-25 02:02:24 +09:00
画像リサイザー.lnk png、windwosストア対応 2026-03-25 18:43:47 +09:00

Image Resizer

画像リサイズ Web アプリケーション

機能

  • 画像のサイズ変更
  • フォーマット変換JPEG, PNG, WEBP
  • SNS 用プリセットInstagram, Facebook, Twitter など)
  • HEIC 対応
  • ドラッグ&ドロップアップロード
  • ローカルサーバーでの動作

使用方法

ローカルで実行

# Windows
install.bat
start_app.bat

# Linux
./install.sh
./start_app

技術スタック

  • Flask
  • Pillow
  • pillow-heif
  • Werkzeug
  • secure_filename