I wish to obtain the same result with B4j non-ui as in B4a below!
How?
B4X:
'B4a code
Dim bmp As Bitmap
Dim rbmp As RSImageProcessing
rbmp.Initialize
bmp.Initialize( sPathRot, sImg)
bmp = rbmp.Rotate(bmp, 90)
rbmp.writeBitmapToFile(bmp,sPathRot ,sImg, 100 )
How?