The readonly ImageData.width property returns the number of pixels per row in the image data object.
Syntax
imagedata.width
Example
var imagedata = new ImageData(100, 100);
imagedata.width // 100
Specification
Browser compatibility
 
  
   | Feature | Chrome | Edge | Firefox (Gecko) | Internet Explorer | Opera | Safari | 
  
   | Basic support | (Yes) | (Yes) | 14 (14) | 9.0 | 9.0 | 3.1 | 
 
 
 
  
   | Feature | Android | Android Webview | Edge | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Safari Mobile | Chrome for Android | 
  
   | Basic support | (Yes) | (Yes) | (Yes) | 14.0 (14) | (Yes) | (Yes) | (Yes) | (Yes) | 
 
 
See also
 
              
                
                
                  Document Tags and Contributors
  
                    
                    
                       Last updated by:
                      libbymc,