Closed tinou98 closed 4 years ago
All function only need access to a GenericImageView, not a GenericImage. This should avoid a call to to_image.
GenericImageView
GenericImage
to_image
This is not a breaking change because all GenericImage must implement GenericImageView.
Thanks!
All function only need access to a
GenericImageView
, not aGenericImage
. This should avoid a call toto_image
.This is not a breaking change because all
GenericImage
must implementGenericImageView
.