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...Hi everyone.
From today the instruction .Rotate for a bitmap is behaving in a strange way.
I think... 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... B4J Library [B4X] jPictureBox (image rotate & zoom / movie resize) - Tayfur    Feb 12, 2019   (17 reactions)   tags: view image As
tag values set /get object
Jpicturebox1.tag="test tag"
RotateImage As
it changene image directions
it must be 0,90,180,270 degree
set/get intger values for angel
Jpicturebox1.RotateImage...Hello all;
This is as image and basic movie viewer. it can enlarge or reduce the size of the pictures and movies. It can rotate only pictures to the right or left. You can also make full screen... B4A Question Rotating Bitmap - schimanski    Dec 2, 2010 I want to draw an rotating arrow on an imageview, like one of the first versions of GPS4ppc. My idea was to rotate the arrow as bitmap with drawBitmapRotated. The first problem is, that when i draw..., that the bitmap is not mutable???? And last but not least, is it possible to get the borders of the rotating bitmap transparent? I don't know, if DrawBitmapRotated is the suitable for an rotating arrow. Thanks for answer................. Page: 1   2   3   4   5   |