mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-12-08 23:03:46 +00:00
10 lines
393 B
Diff
10 lines
393 B
Diff
--- utils/TkCximage/src/CxImage/ximajpg.cpp.orig 2009-07-18 05:29:43.000000000 -0300
|
|
+++ utils/TkCximage/src/CxImage/ximajpg.cpp 2009-07-18 05:30:31.000000000 -0300
|
|
@@ -142,6 +142,7 @@
|
|
*/ //</DP>
|
|
|
|
// Set the scale <ignacio>
|
|
+ SetJpegScale(8); // Set an initial value (FIX for jpeg-7)
|
|
cinfo.scale_denom = GetJpegScale();
|
|
|
|
// Borrowed the idea from GIF implementation <ignacio>
|