B4J Question [SOLVED] Write Text on Image and save - mw71    Dec 6, 2020 Hi
i would like
- load a image (from DirAsset)
- write text on it
- save it (as Copy)
i will used it in a UI App, but work is better as "non-UI"
how can i do that?, is there an Example?... B4A Code Snippet SaveAs - Let the user select a target folder + list of other related methods - Erel    Nov 1, 2024   (46 reactions) B4A + B4i example: https://www.b4x.com/android/forum/threads/b4x-texteditor-save-and-load-external... a folder, your app can read and write from that folder. Doesn't require any permission. Not all... Download are not accessible: more information. SaveAs- this code, the opposite of ContentChooser or the simpler version of ExternalStorage. Allows the user to choose the place where the file will be saved.../threads/manage-external-storage-access-internal-external-storage-sdk-30.130411/ Sub SaveAs... B4A Tutorial [B4X] TextEditor - Save and load external files - Erel    Sep 10, 2023   (38 reactions) . B4A Load external files, including online files, using ContentChooser. Save to an external target, using SaveAs: https://www.b4x.com/android/forum/threads/saveas-let-the-user-select-a-target-folder... : Receiving shared images from other apps Extract information from the passed uri. Note that no...-with-activityviewcontroller.73159/#content This also allows saving the text with the Files app. Allow... B4J Library XLUtils / jPOI 5 - Read and write MS Excel workbooks - Erel    Aug 4, 2024   (40 reactions) As written here, I plan to make it easier to read and write Excel workbooks. The solution is based... documents: https://www.b4x.com/android/forum/threads/xlutils-jpoi-5-read-and-write-ms-excel-workbooks...-full (XL_FULL). See https://www.b4x.com/android/forum/threads/xlutils-jpoi-5-read-and-write-ms-excel... landscape: https://www.b4x.com/android/forum/threads/xlutils-jpoi-5-read-and-write-ms-excel-workbooks...://www.b4x.com/android/forum/threads/xlutils-jpoi-5-read-and-write-ms-excel-workbooks.129969/post... B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    Jul 2, 2025   (48 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/android/forum/threads/b4x-hugeimageview-show-very-large-images.132905/#content https://www.b4x.com... B4J Question add and edit PNG image - LucaMs (first post)    Dec 14, 2021 Hi, I need to write text on a PNG, and save as png. Please help. Try searching the site; similar issues have been dealt with many times. 123010 https://www.b4x.com/android/forum/pages/results/?query=write+on+image+save First item found!... 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 the various methods. Updates v1.40 - Adds support for B4XImageViews (XUI Views). - New ScaleDownImages... B4i Question Save iBarcode preview as a bitmap? - JackKirk    Mar 9, 2016 Is it possible to save the iBarcode preview as a bitmap?
I have tried code of the form:
Private temp_imageview As ImageView
Private temp_rect As Rect
Private temp_bmp As Bitmap
Private temp_canvas... Page: 1   2   3   4   5   6   7   |