How to get EXIF, location, and metadata info in Photos for OS X
Finding and enjoying your pictures and videos is great, but for the super organized, seeing and editing all the data about them can be just as rewarding.
Photos for OS X lets you bring up an info pane that shows, if available, the title, file name, date and time stamp, EXIF (exchangeable image file format — aperture, shutter speed, focal length, metering mode, and ISO speed, resolution, file type), description, assigned faces, and location on a map. Not everyone has use for this type of information, but if you do, it’s really easy to get.
How to bring up EXIF, location, and other metadata information in Photos for Mac
- Launch Photos on your Mac
- Select the picture or video you want to find out about
- Click on Window > Info in the menu. (Or just hit Command + I)
The info pane will present all the data you need, and you can even edit title, description, keyword, faces, and other data right there, right away.
<!–*/
<!–*/
<!–*/
.devicebox
background-color: #5CB8DB;
border: 1px solid #E2E9EB;
float: right;
display: block;
margin: 0 0px 10px 10px;
max-width: 350px;
overflow: hidden;
width: 50%;
.devicebox h3
background: #8D98BD;
font-family: “camptonmedium”,sans-serif;
font-size: 20px;
margin-bottom: 0;
margin-top: 0;
padding: 0;
text-align: center;
.devicebox h3 a
display: block;
line-height: 30px;
padding: 0 10px;
.devicebox h3 a:hover
background: #7e88aa;
text-decoration: none;
.devicebox .video
margin: auto;
.devicebox p,
.entry-content .devicebox p > img,
.devicebox img
margin: 0px;
max-width: 100%;
padding: 0px;
div .devicebox *,
div .devicebox li,
div .devicebox a:active,
div .devicebox a:hover,
div .devicebox a:link,
div .devicebox a:visited
color: #fff;
.devicebox a:hover
text-decoration: underline;
.devicebox p,
.devicebox ul li,
.devicebox ol li
font-size: 16px;
padding: initial;
.devicebox ul
margin: 0;
padding: 0.5em 1em 1em 30px;
.devicebox ul li
display: list-item;
line-height: 24px;
list-style: disc outside none;
.devicebox ul li:before
display: none;
.devicebox p ~ p
padding: 0px 15px 15px;
line-height: 1.25;
.devicebox p:first-of-type + p
padding: 15px;
div *:last-of-type + .devicebox,
div *:last-of-type + div ~ .devicebox
float: none;
margin: 0 auto 30px;
max-width: 700px;
min-height: 225px;
position: relative;
width: 100%;
div *:last-of-type + .devicebox .video,
div *:last-of-type + div ~ .devicebox .video
bottom: 0px;
left: 50%;
position: absolute;
right: 0px;
top: 30px;
div *:last-of-type + .devicebox .video_iframe,
div *:last-of-type + div ~ .devicebox .video_iframe
height: 100%;
padding: 0px;
div *:last-of-type + .devicebox h3 + p,
div *:last-of-type + div ~ .devicebox h3 + p
bottom: 0;
left: 50%;
overflow: hidden;
position: absolute;
right: 0;
top: 30px;
width: 50%
div *:last-of-type + .devicebox h3 + p img,
div *:last-of-type + div ~ .devicebox h3 + p img
float: right;
height: 100%;
width: auto;
div *:last-of-type + .devicebox ul,
div *:last-of-type + div ~ .devicebox ul,
div *:last-of-type + .devicebox p,
div *:last-of-type + div ~ .devicebox p
width: 43%;
@media all and (max-width: 500px)
.devicebox
float: none;
margin: 0 0 30px;
max-width: 100%;
width: 100%;
div *:last-of-type + .devicebox .video,
div *:last-of-type + div ~ .devicebox .video
left: 0;
position: relative;
top: 0;
div *:last-of-type + .devicebox .video_iframe,
div *:last-of-type + div ~ .devicebox .video_iframe
padding-bottom: 56.25%;
div *:last-of-type + .devicebox h3 + p,
div *:last-of-type + div ~ .devicebox h3 + p
left: 0;
position: relative;
top: 0;
div *:last-of-type + .devicebox ul,
div *:last-of-type + div ~ .devicebox ul
width: auto;
/*–>*/
/*–>*/
/*–>*/





