valeriyvan/swift-geometrize

Get rid of Bitmap(stringLiteral:) initialiser accepting custom format

valeriyvan opened this issue · 0 comments

Currently Bitmap(stringLiteral:) accepts custom format.
It makes sense replace it by Bitmap(ppmString:) or one accepting PAM format.