jsvine/spectra

Return integers (for compatibility with PIL)

Opened this issue · 1 comments

tony commented

It may be nice to have RGB return integers to fit the signatures of libraries like PIL

My initial instinct is that converting to integers is something easily/better done by the user than by the library. But I'm open to hearing otherwise. In what way would you envision this being implemented?