Cuixiping
Cuixiping
`5000` is not a valid color value. Use `#500`, `#5000`, `#550000` instead.
> You can now use [modern-gif](https://github.com/qq15725/modern-gif) to obtain the smallest GIF Is there a comparison sheet between modern-gif and other products like gifsicle?
> 这个选项好像有个问题,全局调色盘的设置打开后似乎只会用第一帧的图像计算,导致后面帧出现的颜色只能从第一帧找相近的。比如第一帧是黑白的,那后面出现彩色的也无法找到彩色的,最后整个gif所有帧全部都变成黑白的了。 `globalPalette` can be `true`, `false`, or an array of [r,g,b,r,g,b,...]. If `globalPalette` is `true` the global palette will be created from the first frame. You can set `globalPalette`...
You can convert your Buffer / Base64 to an ImageData object.
You should fill your canvas background at first. ``` var ctx = canvas.getContext("2d") ctx.fillStyle = '#FFF' ctx.fillRect(0, 0, canvas.width, canvas.height) ctx.fillText("sample-text", 0, 60) gif.addFrame( ctx, {copy: true, delay: 20}) gif.render()...
If the constructor.prototype[pnames[i]] property is defined as a getter/setter, the getter function will be invoked when you use constructor.prototype[pnames[i]] expression on the right hand side of assignment operation, and you...
I fixed it for my own use. but it's not perfect now. Can I send a PR? @CBiX It supports `MmLlQqCcZz` commands but not `HhVvAaTtSs` yet. And It doen't support...
首先确保你每次运行时的CA证书内容是相同的,如果你有重新生成CA那就肯定不行了。 如果是CA内容没变,也会出现,那这应该是mac的问题,与AnyProxy无关。查找mac怎么彻底信任自定义CA吧。
You should add encoding parameter to all `open(...) ` calls. For example ``` fout = open(filename, "w", encoding="utf-8") ```
I suggest: If there is a custom slug list, then use the custom slug which match the tag text. Use **url encoded string** if no match found, for example `文字`...