# File lib/pixels.rb, line 605
605:     def put_row(y, row)
606:       bytes = row.pack("V" * row.length)
607:       write_row_bytes(y, bytes)
608:     end