SkQP: fix model colorspace (16-bit gold images)

Problem: `make_gmkb.go `was ignoring the ignoring the embedded ICC
profile in the images it was getting from Gold.

Replace make_gmkb.go with two small programs: `goldgetter.py` and
`make_skqp_model.cpp`.

`make_skqp_model` uses Skia to create the model from a bunch of images.

`goldgetter` wraps `make_skqp_model` and handles:
  - json parsing
  - downloading images from gold
  - multiprocessing

(cherry-pick also updates the models.)

Change-Id: I7add1a1dfd83bbd0ab07ab126d4183c36325263c
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/209101
Commit-Queue: Hal Canary <halcanary@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
Cherry-Pick: 5b39dc81534a2c30d5788de9b8a6501b23e96fdf
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/209107
Reviewed-by: Hal Canary <halcanary@google.com>
7 files changed