MG7500 doesn't need special image format post processing

merge-requests/1/head
Rolf Bensch 2015-07-29 19:07:04 +02:00
rodzic e9f161895d
commit e9155caf1e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

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