B4A Tutorial LoadBitmap / LoadBitmapResize / LoadBitmapSample - Erel    Aug 11, 2017   (11 reactions)   tags: resize bitmap option is to use LoadBitmapResize and set the container gravity, if possible, to Gravity.CENTER... a bitmap is not related to the file size but rather to the image size. It is approximately width * height... B4J Question non-ui - resize image in byte array without javafx - Alexander Stolte    Jul 21, 2020 I get a image as byte on my server, i want to create a smaller image of it to use it as thumbnail. I want to avoid having to use javafx. Is that possible?... B4A Tutorial [B4X] B4XImageView - ImageView + resize modes - Erel    Aug 19, 2020   (30 reactions) /android/forum/threads/b4x-2-themes-dark-and-light-for-ide-code.121025/) The bitmaps are never resized, only the internal ImageView is resized. This allows the actual image resizing to be done with hardware acceleration. All of the resize modes, except of FILL, preserve the image ratio. The modes...B4XImageView is a new custom view, added to XUI Views v2.40. It adds several useful resize modes to the standard ImageView: 98780 (Images source: https://www.b4x.com/android/forum/threads/compass... B4A Question Resize panel does not resize bitmap - tsteward    Dec 31, 2024 I am using SimpleMediaManager to load an image onto a panel that is declared as a b4xview.
When I resize the panel the image does not resize with it. I need it to.
Assign the image
Private Sub... B4i Question LoadBitmapResize image is blurred if the image scale down - Alexander Stolte    Dec 4, 2018 with "LoadBitmapResize"
75022 75023
The Icon is 100x100.
I use the width and height of the imageview.
ImageView1.Bitmap = LoadBitmapResize(File.DirAssets,"newest_filled.png",ImageView1.Width,ImageView1...Hello,
i have a problem with LoadBitmapResize, it is recommended to use... B4A Code Snippet Resize Bitmap with a maximum Byte limit - Star-Dust    Feb 1, 2020   (13 reactions) As Bitmap = ResizeBitmapMaxByte(LoadBitmap(File.DirAssets,"test.png"),10240) ' 10 k
' Sub for resize
Sub ResizeBitmapMaxByte(Original As Bitmap, MaxByte As Long) As Bitmap
Dim... B4A Question Resize Image With SMM - PumaCyan    Oct 12, 2022 how to change the image file size from the originally large server to small size? so that when loading multiple images the process becomes faster
I use SMM and Panel to display the image
MediaManager.SetMediaWithExtra(PanelImage, https://.......,"", CreateMap(MediaManager... B4A Library Library Resize Image 1.1 - MarcoRome    Mar 22, 2015   (11 reactions) , imgDestiny As String, format As String, Ratio As String)
Resize and Copy Image from URL to Destiny... As String, format As String, Ratio As String)
Resize Image
pathSource = Path where is original Image... B4A Question resize bitmap to a specific size - stp (first post)    Aug 19, 2025   (1 reaction)
Did you try
img.Bitmap = Base64EncodeDecodeImage.Base64StringToImage(kont).Resize(100, 100, True)
Works!! will try also with dip.
Thank you... B4A Question resize ImageView widht the fingers - Roberto P.    Jan 4, 2020 Hi
I must resize - expand o reduce - the picture in the ImageView or similar control with the fingers.
The imageview control not have a events for do it!
How can do it?
thank in advance... Page: 1   2   3   4   5   6   |