> print(corn, compress = "v")
                
    ▄██▄▄██     
   ████████▄    
   ▄█████████▄  
 ▄████████████  
 ▀▀▀ ▀████████  
       ▀████▀   
                

> print(bm_expand(corn, width = 2L, height = 1L), compress = "v")
                                
        ▄▄████▄▄▄▄████          
      ████████████████▄▄        
      ▄▄██████████████████▄▄    
  ▄▄████████████████████████    
  ▀▀▀▀▀▀  ▀▀████████████████    
              ▀▀████████▀▀      
                                

> print(bm_expand(corn, width = 1L, height = 2L), compress = "v")
                
                
     ██  ██     
    ███████     
   ████████     
   █████████    
    █████████   
   ███████████  
  ████████████  
 █████████████  
 ███ █████████  
      ████████  
       ██████   
        ████    
                
                

> print(as_bm_pixmap(bm_expand(corn_r, width = 2L, height = 1L)), compress = "v")
                                
        ▄▄████▄▄▄▄████          
      ████████████████▄▄        
      ▄▄██████████████████▄▄    
  ▄▄████████████████████████    
  ▀▀▀▀▀▀  ▀▀████████████████    
              ▀▀████████▀▀      
                                

> print(as_bm_pixmap(bm_expand(corn_r, height = 2L)), compress = "v")
                
                
     ██  ██     
    ███████     
   ████████     
   █████████    
    █████████   
   ███████████  
  ████████████  
 █████████████  
 ███ █████████  
      ████████  
       ██████   
        ████    
                
                

> print(as_bm_pixmap(bm_expand(corn_nr, width = 2L, height = 1L)), compress = "v")
                                
        ▄▄████▄▄▄▄████          
      ████████████████▄▄        
      ▄▄██████████████████▄▄    
  ▄▄████████████████████████    
  ▀▀▀▀▀▀  ▀▀████████████████    
              ▀▀████████▀▀      
                                

> print(as_bm_pixmap(bm_expand(corn_nr, height = 2L)), compress = "v")
                
                
     ██  ██     
    ███████     
   ████████     
   █████████    
    █████████   
   ███████████  
  ████████████  
 █████████████  
 ███ █████████  
      ████████  
       ██████   
        ████    
                
                

> print(as_bm_pixmap(bm_expand(corn_mi, width = 2L, height = 1L)), compress = "v")
                                
        ▄▄████▄▄▄▄████          
      ████████████████▄▄        
      ▄▄██████████████████▄▄    
  ▄▄████████████████████████    
  ▀▀▀▀▀▀  ▀▀████████████████    
              ▀▀████████▀▀      
                                

> print(as_bm_pixmap(bm_expand(corn_mi, height = 2L)), compress = "v")
                
                
     ██  ██     
    ███████     
   ████████     
   █████████    
    █████████   
   ███████████  
  ████████████  
 █████████████  
 ███ █████████  
      ████████  
       ██████   
        ████    
                
                

