B4J Question Using MySql LOAD_FILE to insert Blob Image - Swissmade    May 22, 2014 Hi All,
Mysql has a nice function to load a file and insert this in a field in the table....SQLDB.ExecNonQuery(tmpSQL)
'
All Fields are inserted but not the Image.
:(:(:(:(... B4A Question Working with BLOBs and images - DonManfred (first post)    May 22, 2019 Try the forumsearch. I´m sure there are some examples as it was asked in the pask already. https://www.b4x.com/android/forum/pages/results/?query=insert+image+to+blob https://www.b4x.com/android/forum/pages/results/?query=sql+image+blob... B4J Library [B4X] jRDC2 - B4J implementation of RDC (Remote Database Connector) - Erel    Mar 13, 2024   (42 reactions)   tags: RDC, jRDC2, conectate a un servidor, Remote Connector, DB Remote, Myapp ,\ image BLOB) sql.insert_animal=INSERT INTO animals VALUES (null, ?,?) Notes - Running... DBRequestManager: FileToBytes, ImageToBytes and BytesToImage. You can use them when working with blobs...260642577 RDC is a middleware server that makes it simple to safely connect clients and remote SQL... to the additional libraries folder. 2. Add a reference to this jar with: #AdditionalJar: mysql... example: http://www.b4x.com/basic4android/images/SS-2013-08-04_16.10.20.png Note that the configuration... B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    Jul 2, 2025   (47 reactions) example, it is simple to show an animated gif while the main resource is loading. Images are loaded... Not mandatory but you should always add it WebP images SMM_WEBP WebP image/webp Pay attention to... ZoomImageView Set with REQUEST_ZOOMIMAGEVIEW Notes: The placeholder panels are expected to be empty... B4i). - v1.04 - Fixes a bug introduced in v1.03. BitmapsAsync module was added to the library. BitmapsAsync library is no longer required. - v1.03 - SetMediaFromFile - new method to load local resources... B4A Tutorial SQL tutorial - Erel    Oct 2, 2019   (20 reactions)   tags: sqliteimages, begin transaction, SQL ) InputStream1.Close Activity.SetBackgroundImage(Bitmap1) End Sub Using a Cursor.GetBlob we fetch...)) InsertBlob 'stores an image in the database. ReadBlob 'load the image from the database....gif") 'write the image to the database SQL1.ExecNonQuery2("INSERT INTO table2... TEXT, image BLOB)") End Sub The above code first deletes the two tables if they exist and then..., strings or arrays of bytes (blobs). Arrays are implicitly converted to lists so instead of creating... B4A Question Imageview.bitmap 2 Blob and vice versa - Guenter Becker    Aug 11, 2020 layout imageview.bitmap -> byte array -> byte array insert into sqlite database blob field and
2nd the way back from the blob field -> byte array -> imageview.bitmap.
Can anyone help me...I looked through the posts (for example SQL Tutorial) and even find only statements pointing to... 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.../android/forum/attachments/1-gif.122485/ Tip: simplest way to add ZoomImageView is with SMM... with old Android devices. More sophisticated view that can handle huge images: https://www.b4x.com... B4A Tutorial ImageDownloader - The simple way to download images - Erel    Oct 10, 2021   (13 reactions)   tags: image simple to efficiently download images and show them in ImageViews. Example code: Sub Globals Dim... As Boolean) CallSub(ImageDownloader, "ActivityIsPaused") End Sub How to use? 1. In... CallSubDelayed to call ImageDownloader.Download. 2. In Activity_Pause you should use CallSub to call...) - framework for images, videos and more Downloading images with HttpUtils2 is quite simple. However correctly managing multiple downloads without downloading the same image multiple times, for example... B4A Code Snippet FontAwesome To Bitmap - Erel    Jun 2, 2020   (21 reactions)   tags: UI Unlike an older "TextToBitmap" sub that you can find in the forum, this code vertically centers the icon. It can also be used in B4J and B4i (only need to change the font line). Sub..., "Test", FontAwesomeToBitmap(Chr(0xF17B), 28), True) Activity.AddMenuItem3("Eye", "Test", FontAwesomeToBitmap(Chr(0xF06E), 28), True) End Sub Sub FontAwesomeToBitmap... As B4XBitmap = cvs1.CreateBitmap cvs1.Release Return b End Sub Depends on: XUI https://www... 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... the app responsive while loading many images. It is specifically built to work with HttpJobs. It has... it is displayed with the correct size. - The example shows two ways to resize the ImageView. In both.../threads/b4x-simplemediamanager-smm-framework-for-images-videos-and-more.134716/#content A cross... Page: 1   2   3   4   5   6   7   |