jpegexiforient - reads or writes the Exif Orientation Tag
| π― Use Case | π Command | π Description |
|---|---|---|
| π Get current orientation | jpegexiforient image.jpg | Print the numeric Exif orientation value (1β8) |
| π Set to normal (1) | jpegexiforient -1 image.jpg | Tag as topβleft (no rotation needed) |
| βͺοΈ Set to rightβtop (6) | jpegexiforient -6 image.jpg | Tag for clockwise 90Β° rotation |
| π€« Output only the value | jpegexiforient -n image.jpg | Suppress trailing newline for scripting |
jpegexiforient [switches] jpegfile
This utility program reads and writes the Exif Orientation Tag. It can be used together with jpegtran in scripts for automatic orientation correction of digital camera pictures.
The Exif orientation value gives the orientation of the camera relative to the scene when the image was captured. The relation of the β0th rowβ and β0th columnβ to visual position is shown below.
Value | 0th Row | 0th Column
------+-------------+-----------
1 | top | left side
2 | top | right side
3 | bottom | right side
4 | bottom | left side
5 | left side | top
6 | right side | top
7 | right side | bottom
8 | left side | bottom
For convenience, here is what the letter F would look like if it were tagged correctly and displayed by a program that ignores the orientation tag:
1 2 3 4
888888 888888 88 88
88 88 88 88
8888 8888 8888 8888
88 88 88 88
88 88 888888 888888
5 6 7 8
8888888888 88 88 8888888888
88 88 88 88 88 88 88 88
88 8888888888 8888888888 88
jpegexiforient outputs the Exif Orientation Tag in a JPEG Exif file. With the options -1 β¦ -8, it can also be used to set the tag.
output version information and exit
Do not output the trailing newline
Set orientation value 1 .. 8
Guido Vollbeding <guido AT jpegclub.org>
Generated by phpman v4.9.27 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-18 16:36 @2600:1f28:365:80b0:f8a4:e764:d6bb:8e66
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format