Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
fp2025:lab07 [2025/04/09 15:05]
pdmatei
fp2025:lab07 [2026/04/24 16:43] (current)
andrei.nicola
Line 115: Line 115:
  */  */
  
-def cropAt(img: Img, xSt:Int, ySt:Int, xEnd: Int, yEnd: Int): Img = ??+def cropAt(img: Img, rowStart:Int, columnStart:Int, rowStop: Int, columnStop: Int): Img = ??
 </​code> ​ </​code> ​