Loading

asdf

  1.     for q in queue:
  2.       z = (q[0], q[1], q[2])
  3.       pool.map(rgb2palette, z)

Comments