B4A Library Picasso-Transformations - an Image processing library (30 May - update in post #5) - Johan Schoeman    May 29, 2016   (21 reactions) .DirAssets,"stitch.jpg")
gsft.ImageBitmap = bm
gsft.CenterX = 0.5
gsft.CenterY = 0.5
gsft.RefractiveIndex = 0.65
gsft.SphereRadius = 0.5
ImageView1.Bitmap = gsft... B4A Library Image Processing (for Bitmaps) - Jim Brown    Dec 13, 2014   (15 reactions) Hi fellow users,
Image Processing (for Bitmaps)
Target devices: 4.4 Kitkat (API 19) or higher
1... use same config as its source bitmap.
I have written a very small Image Processing library... 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 Audio library v1.5 - New AudioStreamer object - Erel    Nov 10, 2023   (11 reactions) streamer.Write(Null) 'when this "message" will be processed, the player will stop. End Sub.... The data is just added to the queue. It is processed by another thread. http://www.b4x.com/basic4android/images/SS-2013-06-26_17.07.34.png... 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... B4A Library RSImageProcessing Library - XverhelstX    Jul 21, 2012   (23 reactions) image processing.
Brightness (src As Bitmap, value As Int) As Bitmap
The concept of brightness... of image processing and it is easy to use:
Properties:
All As
Methods:
applyConfig... B4A Library [class] ML Kit Subject Segmentation - Erel    Apr 30, 2024   (23 reactions) 153169
https://developers.google.com/ml-kit/vision/subject-segmentation
Input: image
Output: image with main subject
See attached project.
Don't miss the #AdditionalJars in the main module and...
cc.Initialize("cc")
cc.Show("image/*", "choose image")
Wait For... Page: 1   2   3   4   5   6   7   |