Get rid of Bitmap(stringLiteral:) initialiser accepting custom format
valeriyvan opened this issue · 0 comments
valeriyvan commented
Currently Bitmap(stringLiteral:)
accepts custom format.
It makes sense replace it by Bitmap(ppmString:)
or one accepting PAM format.