Is it safe to use it for pixelscalling? Is there any chances that it will work incorrect on some PCs, showing blank\black or distorted screen?
It's looks like it's best method for pixel art games, since it does: 1) snapping sprites position to actual pixels (no floating positions), 2) distorting sprite's edges when rotating, 3) no pain with fullscreen
Btw, is there any way to use similar technique with Python (DirectPython or something else)