Hi snibgo,
I forgot that little detail, it seems to work now, thanks!
Desch
Search found 2 matches
- 2017-12-13T08:24:10-07:00
- Forum: Users
- Topic: Extracting image orientation from a JPEG
- Replies: 2
- Views: 2004
- 2017-12-13T07:42:15-07:00
- Forum: Users
- Topic: Extracting image orientation from a JPEG
- Replies: 2
- Views: 2004
Extracting image orientation from a JPEG
Hi, I'm a Windows 10 user and I want to determine the resolution or orientation (portrait or landscape) of my image files. When I use the following command-line, everything works fine: magick identify -format "%i:%W:%H\r\n" *.jpg RESULTS (filename:width:height) : 1.jpg:1920:1080 2.jpg:1920:1080 When ...