画像
画像を圧縮
JPG、PNG、WEBPを設定可能な品質で軽量化。Webサイト、SNS、学校の作業、すぐ共有したいファイルに最適。
入力
File and compression
結果
圧縮済み画像
IMG
画像待機中
圧縮後、元サイズ、最終サイズ、推定削減量がここに表示されます。
画像準備完了
API
APIでも利用可能
Compress images from your apps with a NOXUS API key. Send multipart or base64, adjust quality, and choose WEBP, JPG, or PNG.
APIはWeb NOXとは別のUSD残高を使い、content_base64、data_url、元サイズ、最終サイズ、削減率を返します。
POST /api/v1/tools/image-compress
Authorization: Bearer TU_API_KEY
Content-Type: application/json
{
"image_base64": "data:image/png;base64,...",
"output_format": "webp",
"quality": 75,
"max_width": 1600,
"filename": "imagen-optimizada"
}