B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    Jul 2, 2025   (47 reactions) . 119767 The developer calls SetMedia with a placeholder panel and a url. The panel will show an image, video or animated gif (more formats will be added). 'Show a remote image / video / animated gif... ZoomImageView) for images, B4XGifView for animated gifs, ExoPlayer / MediaView / VideoPlayer for videos and... example, it is simple to show an animated gif while the main resource is loading. Images are loaded asynchronously using BitmapsAsync. External dependencies are optional. And more... It uses conditional... B4A Library [B4X] ZoomImageView - Cross platform zoomable + pannable image view - Erel    Mar 12, 2025   (33 reactions) A custom view that shows an image and allows the user to zoom and pan the image.
Instructions:
- Add with designer.
- Call SetBitmap.
Updates:
v1.06 - Fixes an issue with Android 15.
v1.05... the image jumps when switching from pinch gesture to pan gesture.
v1.03 - Fixes an issue with the click... with old Android devices.
More sophisticated view that can handle huge images: https://www.b4x.com... B4A Library [B4X] BitmapsAsync - Erel    Feb 28, 2023   (30 reactions) , similar to LoadBitmapSample (not LoadBitmapResize). The best way to work with such images is by setting the ImageView gravity to Fill and resizing the ImageView based on the bitmap size. See the attached.../threads/b4x-simplemediamanager-smm-framework-for-images-videos-and-more.134716/#content A cross platform library that allows loading images using background threads. It can be useful with keeping the app responsive while loading many images. It is specifically built to work with HttpJobs. It has... B4A Library [B4X] BitmapCreator Effects - Erel    Apr 29, 2021   (31 reactions)   tags: image effect flip, BitmapCreator, Effect, B4X BitmapCreator Effects BitmapCreatorEffects class includes all kinds of very simple to use image effects.
The class... then you should set the image when ScaleDown = False, with XUIViewsUtils.SetBitmapAndFill.
v1.31... an image:
Dim GreyImage As B4XBitmap = effects.GreyScale(ExistingBmp)
'Blur an image:
Dim BlurImage As B4XBitmap = effects.Blur(ExistingBmp)
272558725
The attached examples demonstrate... B4A Library [B4X] HugeImageView - show very large images - Erel    Mar 12, 2025   (42 reactions) Q: I want to load a 10,000 x 10,000 image?
A: That's impossible!!! The memory required is: width * height * 4 = 400MB.
A: You will need to scale down the image.
A: Sure. Use HugeImageView:
579719086
(image source: https://images4.alphacoders.com/655/655004.jpg)
How does it work?
It uses two layers - one with a scaled down image and another made of tiles. The visible tiles are loaded in... B4A Library [B4X] MediaChooser - cross platform videos and images chooser - Erel    Jan 5, 2025   (34 reactions) This library makes it simple to let the user choose or capture media.
153679
Features:
Allows the user to capture videos and still pictures (B4A and B4i only).
Allows the user to pick videos and pictures.
Very easy to use together with SimpleMediaManager.
Detects images mime types. Jpeg and Gifs...-framework-for-images-videos-and-more.134716/#content
Updates:
- v1.02 - (B4A) KeepRunningService... B4A Library [B4X] WebP images - Erel    Feb 12, 2025   (15 reactions) instructions: Dim WebP1 As WebP WebP1.Initialize ImageView1.SetBitmap(WebP1.LoadWebP(File.ReadBytes(File...Cross platform library that loads the new WebP format images. Android natively supports this format so the regular LoadBitmap methods will also work. B4i - If you are using a local builder then download the frameworks and add them to the builder: https://storage.googleapis.com/downloads... image is loaded. Ignore it. (SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder... B4A Library [B4X][XUI] ImageSlider - Erel    Oct 29, 2018   (23 reactions)   tags: image, ImageSlider, B4X, XUI, IMG SLIDER ImageSlider1_GetImage (Index As Int) As ResumableSub Return xui.LoadBitmapResize(File.DirAssets...ImageSlider custom view is compatible with B4A, B4i and B4J. https://www.b4x.com/basic4android/images/SS-2017-12-11_18.00.51.jpg Features: Three transition types: horizontal, vertical and fade. Configured in the visual designer. Images are centered and not distorted. Next and previous images are cached. Sliding gestures. Flexible data source. Cross platform. Usage: 1. Add ImageSlider... B4A Library [B4X] [BitmapCreator] BlurredDialog - Erel    Oct 14, 2020   (25 reactions) Edit: Don't use this class. Similar feature is implemented in B4XDialog (XUI Views). Set Dialog.BlurBackground =True https://www.b4x.com/basic4android/images/BlurredDialog.gif https://www.b4x.com/basic4android/images/SS-2018-04-22_16.18.31.png https://www.b4x.com/basic4android/images/SS-2018-04-22_16.20.33.png This class uses BitmapCreator to blur the background and show a panel... the BitmapCreator example app: https://www.b4x.com/android/forum/threads/92050... B4A Library [B4X] Library Base64 encode/decode Image and File library - MarcoRome    Aug 26, 2024   (33 reactions) without Dir / File as request #8 Dim bitmap1 As B4XBitmap = ImageView1.Bitmap Dim base As String = Base64EncodeDecodeImage.Base64ImageToString2(bitmap1) ImageView2.Bitmap...) 'Check if Valid Base64 If Base64EncodeDecodeImage.ValidBase64(base) Then ImageView1.Bitmap...Updated Library https://www.b4x.com/android/forum/threads/b4x-library-base64-encode-decode-image.../android/forum/threads/base64-encode-decode-image-library.31031/ ) "...in attached the library for... Page: 1   2   3   4   5   6   7   |