gpt4 book ai didi

python - 如何使用Matplotlib无边框旋转图像?

转载 作者:行者123 更新时间:2023-11-30 22:52:15 32 4
gpt4 key购买 nike

我有一个白色背景的图像,我想旋转它。然而,旋转会在图像周围创建不需要的边框(不是轴,而是下面铅笔周围的灰色轮廓)。如何去掉这个边框?

fig,ax = plt.subplots(figsize=(8,6))

pencil = mpimg.imread('Pencil.jpg')
pencil = ndimage.rotate(pencil,105)
ax.imshow(pencil,aspect='equal')

enter image description here

最佳答案

关于python - 如何使用Matplotlib无边框旋转图像?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38663110/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com