画像を圧縮

JPG、PNG、WEBPを設定可能な品質で軽量化。Webサイト、SNS、学校の作業、すぐ共有したいファイルに最適。

File and compression

画像

画像をドラッグまたはクリックして選択。

JPG, PNG, WEBP, GIF, BMP, TIFF, ICO up to 15MB

圧縮済み画像

IMG
画像待機中

圧縮後、元サイズ、最終サイズ、推定削減量がここに表示されます。

形式
-
元サイズ
-
最終
-
削減
-
寸法
-

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"
}