kopia lustrzana https://gitlab.com/sane-project/backends
MG7500 doesn't need special image format post processing
rodzic
e9f161895d
commit
e9155caf1e
|
@ -1155,7 +1155,8 @@ post_process_image_data (pixma_t * s, pixma_imagebuf_t * ib)
|
||||||
&& s->cfg->pid != MG5500_PID
|
&& s->cfg->pid != MG5500_PID
|
||||||
&& s->cfg->pid != MG6300_PID
|
&& s->cfg->pid != MG6300_PID
|
||||||
&& s->cfg->pid != MG6400_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);
|
reorder_pixels (mp->linebuf, sptr, c, n, m, s->param->wx, line_size);
|
||||||
|
|
||||||
/* Crop line to selected borders */
|
/* Crop line to selected borders */
|
||||||
|
|
Ładowanie…
Reference in New Issue