647ea5477d
OBS-URL: https://build.opensuse.org/package/show/graphics/tiff?expand=0&rev=fc9a411db7746164edbf990d406730ed
13 lines
471 B
Diff
13 lines
471 B
Diff
--- tiff-3.9.2_/tools/tiff2pdf.c 2009-01-01 01:10:43.000000000 +0100
|
|
+++ tiff-3.9.2/tools/tiff2pdf.c 2010-04-24 17:39:00.000000000 +0200
|
|
@@ -5072,7 +5072,7 @@
|
|
|
|
if(t2p->tiff_photometric != PHOTOMETRIC_YCBCR) {
|
|
written += t2pWriteFile(output, (tdata_t) "/DecodeParms ", 13);
|
|
- written += t2pWriteFile(output, (tdata_t) "<< /ColorTransform 0 >>\n", 24);
|
|
+ written += t2pWriteFile(output, (tdata_t) "<< /ColorTransform 1 >>\n", 24);
|
|
}
|
|
break;
|
|
#endif
|
|
|