Reputation: 1
i know about smoothing = true
but are there any other ways to smooth a bitmap?
Upvotes: 0
Views: 139
Reputation: 4434
you can use ConvolutionFilter to make every pixel's color more fit the neighbours
upd: here's the example
Upvotes: 1