Let's say I have some 8x8 px pixel art, and I want to rotate and scale it. This is fine; I know how to do that. However, since it is pixel art, I can't use setSmooth(true) because it would obviously become a blurry mess. If I don't setSmooth, though, it is not antialiased, which would make it look like crap when rotated (at small sizes).
Is there any way to antialias these pixel art images without manually blowing them up in GIMP and then downscaling them to the size I need in SFML?