A simple class to support operations that make use of the OpenCV toolkit
@classmethod
from_file(cls, file, **opts):
@classmethod
from_url(cls, url):
@classmethod
to_url(cls, image, format='png'):
@classmethod
prep_url_buffer(cls, img_data: str, format=None):