microCMS

フォーマット

最終更新日:2023年08月29日

fm=webp

画像をWebP形式に変換します。

informationInformation

webpとは?

Googleが開発している比較的新しい画像フォーマットです。「ウェッピー」と読みます。
通常のjpgやpngをこのwebp形式に変換をかけるだけで、20%~30%ほどサイズが小さくなる場合があります。

以下、PNG形式の元画像に ?fm=webp を付与し、Webp形式に変換した例です。

▼URL
https://images.microcms-assets.io/assets/d6af1616730544a596d299c20834f460/0b33104ab3fd2ba2d6b12e8ef25734de/sample-02.png?fm=webp

fm=jpg

画像をJPEG形式に変換します。

fm=png

画像をPNG形式に変換します。

fm=json

画像のメタ情報を取得します。
例)?fm=json

{
  "Content-Type": "image/png",
  "Output": {},
  "ColorModel": "RGB",
  "Content-Length": "104152",
  "Depth": 8,
  "PNG": {
    "InterlaceType": 0,
    "sRGBIntent": 0,
    "Gamma": 0.45455,
    "Chromaticities": [
      0.3127,
      0.329,
      0.64,
      0.33,
      0.3,
      0.6,
      0.15,
      0.06
    ]
  },
  "PixelHeight": 300,
  "PixelWidth": 600,
  "ProfileName": "sRGB IEC61966-2.1"
}