For my use case, it would be nice to be able to get an RGBAImage rather than the RGBImage. If I understand the code structure correctly, this would require a new struct RGBAImageWrapper (and maybe renaming ImageWrapper to RGBImageWrapper) and adding impl Formatter for Image`.
For my use case, it would be nice to be able to get an RGBAImage rather than the RGBImage. If I understand the code structure correctly, this would require a new struct
RGBAImageWrapper(and maybe renamingImageWrapperto RGBImageWrapper) and addingimpl Formatter for Image`.