09-07-2018 11:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Tempo Runner
147
5
129
09-07-2018 11:34
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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?

1 REPLY 1
09-07-2018 14:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


Fitbit Developer
2266
575
1162
09-07-2018 14:35
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
You can instal ImageMagick on MacOS, then use that to convert the images.
convert original.png -colorspace gray final.png
