09-07-2018 11:34
09-07-2018 11:34
There's pretty cool ability to color greayscale images.
https://dev.fitbit.com/build/guides/user-interface/css/#image-grayscale-magic-
However, I couldn't find the way to create such images on MacOS. Any suggestions?
Best Answer09-07-2018 14:35
Fitbit Developers oversee the SDK and API forums. We're here to answer questions about Fitbit developer tools, assist with projects, and make sure your voice is heard by the development team.
09-07-2018 14:35
You can instal ImageMagick on MacOS, then use that to convert the images.
convert original.png -colorspace gray final.png