D
D
doroshenko_magic2019-09-18 09:02:28
Seal
doroshenko_magic, 2019-09-18 09:02:28

Why did a square appear when printing?

I did the layout in InDesign, there were transparent layers and shadows. How can this be fixed?
5d81c8576dc7d673744456.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg, 2019-09-18
@402d

Wrote a printer driver. When printing png with transparency, I caught a black square.
I added a primary fill with white to the canvas on which I'm rendering ( try to put a completely filled with white at the bottom of the stack of layers
).
corrected the formula for converting to grayscale, taking into account alpha ( probably not taken into account in the printer driver ).
since the toner or burn dot can only be white or black,
one of two approaches is used.
lasers have a high dpi, so the dots are drawn in a matrix (4 by 4 - 16 shades, 8 by 8 - 256)
the second approach is called dithering - when the dots are distributed over the picture, the denser the more
black is needed. (as photographs were printed in newspapers)
In color printing, each color channel is rasterized separately. Check the color spaces of your layout and printer. Maybe you have rgb and your printer has cmyk .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question