Skip to content

画像のEXIFタグを考慮して写真を回転するには

License

Notifications You must be signed in to change notification settings

miyako/4d-plugin-rotate-image

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

4d-plugin-rotate-image

画像のEXIFタグを考慮して写真を回転するには

概要

スマートフォンで撮影した写真は,EXIFタグのorientationにより,90°の回転がかけられていることがあります。

参考: EXIFタグの検証にはexiftoolが便利です。

向きを調べるには

exiftool -Orientation -n image.jpg

向きを変えるには

exiftool -Orientation=8 -n image.jpg

向きはGET PICTURE METADATAでGETすることができます。残念ながらSETすることはできません。

var $orientation : Integer
GET PICTURE METADATA($image; TIFF orientation; $orientation)

About

画像のEXIFタグを考慮して写真を回転するには

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages