Created
          June 21, 2016 07:20 
        
      - 
      
- 
        Save kirilkirkov/b13baec4b5142a527399693f8829547d to your computer and use it in GitHub Desktop. 
    Difference between png-Interlaced, jpg-progressive AND png-non-Interlaced, jpg-baseline
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Interlaced image loads an early degraded version of the whole image as soon as possible and then progressively renders the image to clear state. | |
| Non-interlaced image will load up in tiles showing clear image in each tile as it progresses to load in the image. | |
| For .jpg the interlaced = progressive and not interlaced = baseline. | 
        
      
            open-codebranch
  
      
      
      commented 
        Jan 11, 2023 
      
    
  
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment