Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/triskj0/imi .
Browse files Browse the repository at this point in the history
  • Loading branch information
jtris committed Mar 11, 2024
2 parents 5d6fd83 + a559939 commit d8ea317
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/csv/jpg_exif_tags.csv
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
0115;samples per pixel
0116;rows per strip
0117;strip byte counts
011a;x Resolution
011a;x resolution
011b;y resolution
011c;planar configuration
011d;page name
Expand Down
2 changes: 1 addition & 1 deletion src/jpg_operations.c
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,7 @@ static void _print_presence_of_other_segments(FILE *image_file)
printf(" - quantisation table (0x%X)\n", segment_markers[0]);
}
else if (current == segment_markers[1]) {
printf(" - start of baseline DCT frame (0x%X)\n", segment_markers[0]);
printf(" - start of baseline DCT frame (0x%X)\n", segment_markers[1]);
}
else if (current == segment_markers[2]) {
printf(" - huffman table (0x%X)\n", segment_markers[2]);
Expand Down

0 comments on commit d8ea317

Please sign in to comment.