File:food-crop-production1-if-crop-choices.png: Difference between revisions

Updated the "preserve sums" syntax (it's '$' now, not '_')
(Updated the "preserve sums" syntax (it's '$' now, not '_'))
 
(One intermediate revision by one other user not shown)
Line 27: Line 27:
   
   
  # scale everything to 2160x1080
  # scale everything to 2160x1080
  pop @@ _width/4
  pop @@ $width/4
  pop @@ _height/4
  pop @@ $height/4
  crop @@ width/2
  crop @@ width/2
  crop @@ height/2
  crop @@ height/2