D
D
Dmitry Shelygin2016-04-25 21:08:16
.NET
Dmitry Shelygin, 2016-04-25 21:08:16

C# Bitmap how to make a picture better?

You need to print a piece of wine-form.
Naturally, I used Bitmap for this purpose, but the picture turns out to be of poor quality, blurry or something.
And it’s better not to see the printed one at all.
Tried Bitmap.SetResolution(float x, float y), just reduces the image size. Tried to change PrinterSettings.DefaultPageSettings.PrinterResolution - generally zero sense.
I ask for your help

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Ananiev, 2016-04-25
@SaNNy32

Apparently the picture is too small, so when printed it is scaled. Hence the loss of image quality.

V
Vyacheslav, 2016-04-25
@Firik67

Dig in the direction of the dpi of the form, honestly tried to find where I saw about it, but could not.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question