RightHereBro :
Is it possible using a software ,to make a picture better quality using anti-aliasing techniques like we use in games?
If it's a photo, the camera already has a physical anti-aliasing filter which should remove the jaggies. Necessary since most cameras use a Bayer layout (only captures a RGBG grid, and makes up the rest of the colors). There are a couple professional cameras without an anti-aliasing filter for capturing maximum detail, and letting you smooth it later in software.
As for smoothing, the easiest is just a guassian blur (gaussian = fancy way of saying random). It depends on your pic, but usually a 1.3-1.5 pixel radius blur works well. Follow this up with some unsharp masking and you'll usually get something which...