def extractor(self, R, G, B): return edge_histo_base64(edge_histo_bytes( edge_histogram(R, G, B)))
def extractor(self, R, G, B): return edge_histo_bithash_str( edge_histogram(R, G, B))