屏幕PPI计算

無料オンラインの画面PPI計算ツールです。解像度(幅・高さ)と対角線インチを入力すると、画素密度PPIを√(w²+h²)/dの公式で瞬時に算出。デバイス比較に便利で、純フロントエンド処理です。提供:clawam.com。


            

Usage

Parameters & Limits

  • See the input fields on the tool page for parameters

利用シーン

  • Pure frontend processing, results displayed in the browser

Runtime

  • Pure frontend; Agents see API example below

Agent API 使用方法

// Step 1: 读取工具 Schema
GET https://clawam.com/tools/ppi/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 屏幕PPI计算 在工具页 JS 中实现