Difference between revisions of "Image Information"
From XnView Wiki
(Created page with 'Image size and other information can be displayed in several ways. '''In ''File > Open'' dialog box''' <blockquote>Select an image using the File > Open dialog. Before the image…') |
|||
Line 22: | Line 22: | ||
* The Esc key or Cancel button closes the dialog. | * The Esc key or Cancel button closes the dialog. | ||
</blockquote> | |||
'''Custom Information ( View Mode & FullScreen Mode)''' | |||
<blockquote> | |||
Use the shortcut key: "i" to show/hide the custom information <br> | |||
Set here for the FullScreen Mode: Options\View\Fullscreen\ Show Information...<br> | |||
Code Example:<br> | |||
---- | |||
<File Index> *** "i" Shortcut=INFO "Pause"= TIMER ON/OFF*** <br> | |||
<Directory><Filename With Ext> <br> | |||
<IPTC:Keywords> <br> | |||
((Year Month Day Hour IPTC: <IPTC:Created Date>)) <br> | |||
<Make> <Model> <br> | |||
<Width>x<Height>_<Bpp>_DPI:<DPI> ((<Size KB>ko)) <br> | |||
((<Focal Length>mm)) ((f/<F-Number>)) ((<Exposure Time>s)) ((<ISO Value>iso)) <Flash> <br> | |||
((EXIF Date: <Date Taken [a d b Y H:M]>)) <br> | |||
((Lat.:<Latitude><Latitude Ref>)) <br> | |||
((Long.:<Longitude><Longitude Ref>)) <br> | |||
((Alt.: <Haltitude><Haltitude Ref>)) <br> | |||
TAG(t):<Tag status> <br> | |||
---- | |||
</blockquote> | </blockquote> |
Revision as of 12:37, 14 November 2009
Image size and other information can be displayed in several ways.
In File > Open dialog box
Select an image using the File > Open dialog. Before the image is opened and displayed in the Viewer window, a summary of image information is presented in the dialog box.
In Browser status bar
Select an image in the XnView Browser using a mouse-click. The image's file size and colour depth is displayed in the status bar; an image with a height of 200 pixels, a width of 320 pixels, and a colour depth of 24 bits is displayed, for example, as "320x200x24" .
As Tooltip
Rest the mouse pointer over the image, and then after a short time the tooltip is displayed with information such as image size, colour depth, and so on.
Using the Properties dialog
- Select an Image in the Browser with a mouse click.
- Open the context menu using the right mouse button and select the menu item Properties , or use the key combination Ctrl+E. The dialog Properties is displayed with various information on the image.
- The Esc key or Cancel button closes the dialog.
Custom Information ( View Mode & FullScreen Mode)
Use the shortcut key: "i" to show/hide the custom information
Set here for the FullScreen Mode: Options\View\Fullscreen\ Show Information...
Code Example:
<File Index> *** "i" Shortcut=INFO "Pause"= TIMER ON/OFF***
<Directory><Filename With Ext>
<IPTC:Keywords>
((Year Month Day Hour IPTC: <IPTC:Created Date>))
<Make> <Model>
<Width>x<Height>_<Bpp>_DPI:<DPI> ((<Size KB>ko))
((<Focal Length>mm)) ((f/<F-Number>)) ((<Exposure Time>s)) ((<ISO Value>iso)) <Flash>
((EXIF Date: <Date Taken [a d b Y H:M]>))
((Lat.:<Latitude><Latitude Ref>))
((Long.:<Longitude><Longitude Ref>))
((Alt.: <Haltitude><Haltitude Ref>))
TAG(t):<Tag status>