- PNG offers you lossless data comparing to JPEG ( Detailed information about JPEG and PNG )
- i.e You can get the original information in the image
- While working with videos it is preferred to work on minimum resolution video
- Because for example 1920x1080 resolution specifies that the particular frame(any video can have n no of frames ) has 1920 number of rows and 1080 number of columns (i.e. Totally 2073600 pixel values )
- We have to process on each pixels
- So if no of pixels is high then the processing time will be high
0 Comments
Sign in to comment.