Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
どのカメラからスナップされた写真を検出しようとしていますか? 画像ファイルをメモ帳で開いたところ、カメラ名が表示されましたが、その名前を抽出するにはどうすればよいですか? 何か案が 。PHPでやりたかった……
ありがとう
EXIF関数を試してください。これは、そのような情報をデジタル写真に保存する標準的な方法です。
exif_read_data関数を試してください。おそらく、カメラのモデル、焦点距離、シャッター速度などの詳細を取得できます。