ImageDraw

ImageDraw module provides support for simple 2D graphics. The graphics commands support shape drawing and text annotation.


Suppose coordinates (x0, y0 and (x1, y1) are respectively the upper left and lower right box coordimates of interest. The bounding box representation for those two corners is [ (xo, y0), (x1, y1) ].


Canvas


Drawing

 


 

 

 
   
   
   
 
  © 2019 Jim Cohoon   Resources from previous semesters are available.