Яро*_*лин 5 file-format images
根据 ,像素分辨率为640 x 480exiftool的图像具有附加尺寸和分辨率参数。我不确定他们的意思。
$ exiftool evil1.jpg | egrep 'Width|Height|Resolution'
X Resolution : 180
Y Resolution : 180
Resolution Unit : inches
Exif Image Width : 400
Exif Image Height : 300
Focal Plane X Resolution : 8114.285714
Focal Plane Y Resolution : 8114.285714
Focal Plane Resolution Unit : inches
Image Width : 640
Image Height : 480
Run Code Online (Sandbox Code Playgroud)
如果需要,可以从以下位置获取原始图像:
here=http://www.pythonchallenge.com/pc/return/evil1.jpg
wget --user=huge --password=file $here
Run Code Online (Sandbox Code Playgroud)
小智 2
X/Y 分辨率以像素/英寸为单位。通常这些是相同的,因为像素是正方形的。
ExifImageWidth/Height 只是存储在元数据中的图像尺寸。这些本质上是无用的,在这种情况下甚至比无用更糟糕,因为它们与实际的 JPEG 图像尺寸 (640x480) 相矛盾
焦平面分辨率是相机成像传感器的像素分辨率,以像素/英寸为单位。
| 归档时间: |
|
| 查看次数: |
3776 次 |
| 最近记录: |