fix MG7100 image data post processing @ high resolutions > 600dpi

merge-requests/1/head
Rolf Bensch 2014-05-16 15:36:30 +02:00
rodzic a3e6982070
commit e8c9b727bd
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -1128,7 +1128,8 @@ post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib)
&& s->cfg->pid != MG3100_PID
&& s->cfg->pid != MG2100_PID
&& s->cfg->pid != MG5300_PID
&& s->cfg->pid != MG6300_PID)
&& s->cfg->pid != MG6300_PID
&& s->cfg->pid != MG7100_PID)
reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size);
/* Crop line to selected borders */