B4J Question Rotate bitmap by 12.3 degrees without distortion of edges ? - peacemaker    Jan 18, 2025   (1 reaction) Hi, All
How to rotate bitmap precisely and without loosing edges in B4J?
https://www.b4x.com/android/forum/threads/b4x-rotate-bitmap.125957/ is OK only for 1st task...
160918... B4A Question [SOLVED] B4X - Set B4XBitmap to an image from a photo that was taken from camera using SimpleMediaManager or an other way - rotated image from camera - hatzisn    May 18, 2026 phones is rotated to the side. Searching the forum I found that Simple Media Manager can manage...
smm.SetMediaFromFile(pnlCurrent, xui.Defaultfolder , "1.jpg", "image/*", Null...) Is ImageView Then
Log("ImageView")
End If
If pnlCurrent.GetView(0) Is Panel...).GetBitmap
' Dim out As OutputStream = File.OpenOutput(xui.Defaultfolder, "2.jpg"... B4A Code Snippet [B4X] Rotate Bitmap - LucaMs    Dec 28, 2020   (4 reactions) Author: Erel
Sub RotateBitmap (bmp As B4XBitmap, Degrees As Float) As B4XBitmap
Dim cvs..., bmp.Width, bmp.Height)
cvs.Initialize(panel)
cvs.DrawBitmapRotated(bmp, cvs.TargetRect, Degrees... B4i Question Image.Rotate Strange behavior - Mike1970    Dec 18, 2020 .ContentMode = imgCL.MODE_FIT imgCL.Bitmap = Image Dim out as OutputStream = File.OpenOutput(path, fname, False) Image.Rotate(90).WriteToStream(out, 50, "JPEG") Dim p as Phone p.AddImageToAlbum(LoadBitmap(path, fname...Hi everyone. From today the instruction .Rotate for a bitmap is behaving in a strange way. I think... As Boolean, Image as Bitmap, VideoPath As String) If Success Then If Image.IsInitialized... B4J Question Rotate png image - marcick    Nov 11, 2017 Hi, the question is: how to rotate a png image at any degree from the assests folder ? Thanks... B4J Question Possible to rotate an image in imageview? - tufanv    May 27, 2020 Hello,
Is it possible to rotate an image in an imageview? I couldnt find a similar example for it.
thanks... B4J Question [SOLVED] [B4X] RotateBitmap - strange result - LucaMs    Dec 28, 2020 Routine used: https://www.b4x.com/android/forum/threads/b4x-rotate-bitmap.125957/post-786987
105047... B4A Code Snippet ImageView / Bitmap rotating - Robert Valentino    Aug 3, 2021   (5 reactions) and 4 that are a spinning image)
Turned the routine that does this into a class so it should be easy to use.
When I have time will add more.
Updated - 1005 Added some more images and added names... B4J Question B4J, B4i, B4A Rotate image and save it so it loads correctly the next time. - MrKim    Jun 30, 2020 . Currently I Load with xui.LoadBitmapResize and then save the image in the image view. The problem... on a low resolution device will the image be a lower resolution than the B4xBitmap. Can i save... the user rotate using PictureImg.SetRotationAnimated. The problem is it is not saved in the rotated... B4A Question LoadBitmapResize, LoadBitmap are rotating images - MrKim    Nov 23, 2019 .Gravity = Gravity.FILL
II.Bitmap = LoadBitmapResize(Dir, FileName, PW, PH, True...
And this is how it looks when loaded into an image view. Notice I have reversed Height and width... Page: 1   2   3   4   5   6   |