Ray

Results 33 comments of Ray

@JerryLinLinLin 可以合并一下吗,感谢

by the way i found something may help from [**here**](https://github.com/VincentGarreau/particles.js/blob/22b49860652e959e546ca2bfff3972293a60dafb/particles.js#L157-L181)

After diving into the code, I believe it should be `L_STICK_PRESS ` button instead of `MINUS` button to reset the canvas. https://github.com/Victrid/splatplost/blob/0781b32c24720dad8bfbed050742423813d0d917/splatplost/plot.py#L33-L46

在图片上放文字,提高可读性的最常用方法是加一个渐变: ![bitmap rectangle 1 type something](https://cloud.githubusercontent.com/assets/1941540/10050027/d4049d08-624c-11e5-885f-5103e5d57c67.jpg) 但是有些时候会遇到颜色又浅图案又简单地图片,就会显得很邋遢: ![bitmap rectangle 1 type something](https://cloud.githubusercontent.com/assets/1941540/10050052/f4884426-624c-11e5-93d1-9e0348be70c5.jpg) 后来也有这么做的: ![bitmap rectangle 1 type something](https://cloud.githubusercontent.com/assets/1941540/10050066/03db91d0-624d-11e5-8f51-95b540cf33f7.jpg) 但是挡住图片不太优雅,最后还是觉得这样最实际: ![bitmap rectangle 1 type something](https://cloud.githubusercontent.com/assets/1941540/10050079/1514d15a-624d-11e5-98f7-da7df3db20bb.jpg) 我现在的方法是,先把图片的平均色取出来,一般来说方法有两种:一种是高斯模糊到图片直径,最后得出一个颜色;另一种是把图片缩放成 1 x 1 的像素最后得出一个颜色。 得到平均色之后,就把...

这个 kCGBlendModeDifference 虽然方便,但是遇到不是纯色的图片也会显得很糟糕的

Great! Added to the roadmap, also the `subscription api` and `group api` will be added. - [x] glances api - [ ] group api - [ ] subscription api

Yes, i was doing the same thing.

No problem, i have no idea why i forgot to add `timestamp`

Hey, what do you think the `msg.payload` should be use for, `title`,`text` or `subtext`?

By the way `timestamp` is now added to the latest version `0.1.4`