I have a pretty large DVD and Blu-Ray collection, and I play all of them with a Blu-Ray player. When I play my DVDs on there, they look nice and sharp, definitely not Blu-Ray quality but still very nice, while when I play an uncompressed DVD rip on VLC Media Player it looks, well, like a DVD. I know my Blu-Ray player isn’t actually adding any detail, and it doesn’t have that weird artificial sharpness, so what is it doing?
In: Technology
Image is made from pixels. Pixels are small squares.
You can triple the width and height of an image and it will be exactly the same, with the squares just bigger – each pixel of the image will now form a square from 9 pixels on your display.
Now you can use math to modify that new image. The central pixel is exactly the same as it was in the original image but you make the color of the pixels around it as some kind of average from the neighbors. You can then run even more math to make the borders between bright and dark parts more visible.
You repeat this process until the image is larger than your screen resolution and then use even more math to scale it down to the actual screen size.
Or you just use AI that was trained for this particular task.
Latest Answers