Closed dfordivam closed 7 years ago
@dfordivam, thanks for your PR! By analyzing the history of the files in this pull request, we identified @cchalmers, @jeffreyrosenbluth and @byorgey to be potential reviewers.
Looks good to me.
While we're at it should we also add a embededImage :: Num n => DynamicImage -> DImage n Embedded
function? It's still kinda annoying to do it manually. As a bonus loadImageEmb(BS)
would simply become fmap embeddedImage <$> readImage path
and embeddedImage <$> decodeImage bs
.
Great, thanks! The build errors are unrelated.
Fixes #291