Skip to content

Commit

Permalink
Output orientation information.
Browse files Browse the repository at this point in the history
  • Loading branch information
ncruces committed Jul 8, 2024
1 parent aef48b7 commit 11f6297
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dcraw.c
Original file line number Diff line number Diff line change
Expand Up @@ -10399,6 +10399,7 @@ int CLASS main (int argc, const char **argv)
printf (_("Number of raw images: %d\n"), is_raw);
if (pixel_aspect != 1)
printf (_("Pixel Aspect Ratio: %0.6f\n"), pixel_aspect);
printf (_("Orientation: %c\n"), "12435867"[flip]);
if (thumb_offset)
printf (_("Thumb size: %4d x %d\n"), thumb_width, thumb_height);
printf (_("Full size: %4d x %d\n"), raw_width, raw_height);
Expand Down

0 comments on commit 11f6297

Please sign in to comment.