From 888dc16684da2158702639be2023f998b7c27f66 Mon Sep 17 00:00:00 2001 From: msarett Date: Mon, 23 May 2016 10:21:17 -0700 Subject: Test color correction in DM This will allow me to test and visualize some assumptions on parsing and applying color profiles. Also, it should help me find and fix bugs. This is certainly not an optimized implementation, and, as far as I know, it doesn't take any shortcuts to improve performance. We'll probably want to do both of these once we know where it fits in the pipeline. Right now this test is only run on an arbitrary set of ~100 images from the top 10k skps. I'll continue to add more "interesting" images and probably tweak the code as necessary. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1995233003 Review-Url: https://codereview.chromium.org/1995233003 --- resources/monitor_profiles/HP_ZR30w.icc | Bin 0 -> 1856 bytes 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 resources/monitor_profiles/HP_ZR30w.icc (limited to 'resources') diff --git a/resources/monitor_profiles/HP_ZR30w.icc b/resources/monitor_profiles/HP_ZR30w.icc new file mode 100644 index 0000000000..b3f860714c Binary files /dev/null and b/resources/monitor_profiles/HP_ZR30w.icc differ -- cgit v1.2.3