|
Lines 220-225
Link Here
|
| 220 |
|
220 |
|
| 221 |
// Set the scale <ignacio> |
221 |
// Set the scale <ignacio> |
| 222 |
cinfo.scale_denom = GetJpegScale(); |
222 |
cinfo.scale_denom = GetJpegScale(); |
|
|
223 |
cinfo.scale_num = 1; |
| 223 |
|
224 |
|
| 224 |
// Borrowed the idea from GIF implementation <ignacio> |
225 |
// Borrowed the idea from GIF implementation <ignacio> |
| 225 |
if (info.nEscape == -1) { |
226 |
if (info.nEscape == -1) { |