This would be an S3 generic that would act similarly to pth_transformer(), in that it would return a function that could create a pth_mat using a given color space.
I think this would be cleaner than the current pth_mat_replace_data(); I would look to deprecate that...
This would be an S3 generic that would act similarly to
pth_transformer()
, in that it would return a function that could create apth_mat
using a given color space.I think this would be cleaner than the current
pth_mat_replace_data()
; I would look to deprecate that...