Doc: "EXIF" = "Exif"

This commit is contained in:
DRC
2024-08-31 15:33:55 -04:00
parent 9983840eb6
commit 8d76e4e550
11 changed files with 14 additions and 14 deletions

View File

@@ -852,7 +852,7 @@ final class TJBench {
System.out.println(" prior to decompression (these operations are mutually exclusive)");
System.out.println("-grayscale = Transform the input image into a grayscale JPEG image prior to");
System.out.println(" decompression (can be combined with the other transform operations above)");
System.out.println("-copynone = Do not copy any extra markers (including EXIF and ICC profile data)");
System.out.println("-copynone = Do not copy any extra markers (including Exif and ICC profile data)");
System.out.println(" when transforming the input image");
System.out.println("-yuv = Compress from/decompress to intermediate planar YUV images");
System.out.println(" ** 8-bit data precision only **");