像 matplotlib 这样的 Bokeh 图像仿射变换

Bokeh image affine transformation like matplotlib

我只想将图像旋转任意角度。在 matplotlib 中,可以随意 affine transform 。这可以用散景图像绘制吗?

从 Bokeh 2.1.1 开始,只有 image_url, which displays an image from a browser-reachable URL, directly supports an angle property to specify rotation. For image or image_rgba you could use something like PIL 在将图像传递给 Bokeh 之前旋转图像。