我正在尝试使用glide库旋转图像。以前,可以和毕加索一起做(由于一个问题,我搬到了Glide)。现在我在Glide中缺少旋转功能。我尝试使用转换但没有成功。//使用的代码publicclassMyTransformationextendsBitmapTransformation{privatefloatrotate=0f;publicMyTransformation(Contextcontext,floatrotate){super(context);this.rotate=rotate;}@OverrideprotectedBitmaptransform(BitmapPoolpoo