josieoharrow / QAPics

A python-driven visual testing tool designed for QA teams
MIT License
4 stars 0 forks source link

Only look at one axis for mask interpreting #12

Open josieoharrow opened 5 years ago

josieoharrow commented 5 years ago

Because r = g= b for gray, it is redundant and wasteful to look at any more and this should be narrowed down to one axis. Probably, The mask image could just be stored with 1 channel for color when set up; this should be a really easy fix.