copy without smooth interpolation?
in
Programming Questions
•
2 years ago
hello
i want to scale a piece of the screen with the function "copy" without blurry result
without any kind of interpolation/antialias and such
is this possible?
i want to scale a piece of the screen with the function "copy" without blurry result
without any kind of interpolation/antialias and such
is this possible?
- like copy(10,10,10,10,10,10,100,100);
1