nmslib.CreateBanner() now calls nmslib.GenRawBanner() for the
majority of processing createbanner now just calls the gen func
and saves the file.
GenRawBanner() returns an image.Image type for more processing by
another function. this will be used for upcoming features.
tests have been updated as needed
upddated go.mod and go.sum