#png #squarize #元の #ツール #に配置します #な正方形を #をその #長辺に #わせて #機能

app squarize

A simple CLI tool to squarize images by padding them with transparent pixels

1 unstable release

Uses new Rust 2024

new 0.1.0 Apr 2, 2025

#193 in Images

Download history 123/week @ 2025-03-31

123 downloads per month

MIT license

670KB

Squarize

PNG 画像を正方形に変換するシンプルな Rust ツール。長辺に合わせて透明な正方形を作成し、元の画像をその中央に配置します。

機能

  • 任意のサイズの画像を正方形に変換
  • 透明な背景で余白を埋める
  • 元の画像は中央に配置

インストール

cargo install squarize

使い方

squarize <入力画像のパス> <出力画像のパス>

例:

squarize input.png output.png

実行例

変換前

変換後

依存ライブラリ

  • image: 画像処理
  • clap: コマンドライン引数の解析

Dependencies

~4.5MB
~83K SLoC