B4J Library Enhanced EXIF metadata information viewer - Peter Simpson    Feb 27, 2026   (9 reactions) Hello everyone, ReadEXIFData is a B4J library for extracting image metadata. It is designed to give B4J developers a straightforward way to access EXIF (Exchangeable Image File Format) information without navigating Java’s underlying complexity. The library can return full metadata or targeted sets such as EXIF, GPS, IPTC, XMP, ICC, camera details, dates, and embedded thumbnails. Output... including HasExif, HasGps, and HasIptc. Its emphasis on simple method calls, predictable event... B4A Library Android Support ExifInterface - DonManfred    Dec 28, 2016   (20 reactions) This is a wrap for the Android Support ExifInterface announced here ExifInterface4a Author: DonManfred (wrapper) Version: 1.3 ExifInterface Fields: exifAttributesAPI9 As java.lang.String exifAttributesAPI11 As java.lang.String exifOrientationConstants As int exifAttributesAPI23 As java.lang.String exifAttributesAPI24 As java.lang.String Methods: hasThumbnail As boolean getAltitude... variables can be accessed from all modules. Dim exif As ExifInterface Private rp... B4A Library JpegUtils library gives access to Exif data - agraham    Sep 21, 2011   (11 reactions) This library contains an ExifData object that allows you to read and write the EXIF data in a Jpeg file. It is a very thin wrapper over the Android ExifInterface class.... B4J Library jMagicImage - Read exif and metadata data, convert, compress image, also some basic image filters - Pendrush    May 21, 2021   (23 reactions) Original libarary: https://github.com/magiclen/MagicImage jMagicImage is a B4j (wrapper) library for image processing. It can support many formats of images in Java programs and provide common functions to make adjustments to the image. After you finish adjusting your images, you can export them to many formats, too. 113813 Download library from THIS LINK. jMagicImage Author: Author...("PngFilePathGrey: " & PngFilePathGrey) Initialize Initialize library LoadImage (ImagePath As String) Load... Other [new feature] b4xlib - a new type of library - Erel    Nov 2, 2020   (69 reactions)   tags: b4xlib;libraries, b4x library, Erel with the relatively new XUI library. Standard libraries will never be cross platform as they are compiled... of libraries is available - b4x libraries. A b4x library is a simple zip file with: - Code modules. All types... manifest file with the following fields: Version, DependsOn (list of required libraries), Supported... and code modules can also be platform specific. Creating a b4x library is very simple. You just need.... Note that the source code can be extracted from a b4x library. b4x libraries appear like all... B4A Library [B4X] XUI Views - Cross platform views and dialogs - Erel    Nov 26, 2025   (85 reactions)   tags: B4X XUI Views Dialogs, xui, XUI Views 311915599 XUI Views is a b4x library (https://www.b4x.com/android/forum/threads/100383/#content). The same b4xlib library is compatible with B4A, B4i and B4J It is a collection of custom views and dialogs. Everything is written in B4X. The source code is included inside the b4xlib file, which is a zip file. Views: - B4XRadioButton - Cross platform radio button. - B4XComboBox - Cross platform....gif V1.10 - New B4XInputTemplate - See post #2. XUI Views is an internal library. Notes... B4A Question Get location data (lat and lng) from .mp4 file - RB Smissaert    Feb 25, 2026 Managed to do this with the JPEGUtils library from Agraham for .jpg files: Dim arrLatLng(2) As Float 'Exif is the JpegUtils library from AGraham Exif.Initialize(tFP.strFolderName, tFP.strFileName) Exif.getLatLong(arrLatLng) Log(arrLatLng(0) & ", " & arrLatLng(1)) But not sure how to do this for video files (.mp4 files). The JPEGUtils library will give 0 and 0, although the lat/lng data is available in the mp4 file. RBS... B4A Library Updates to internal libraries - Erel    Aug 20, 2025   (16 reactions)   tags: CoreLibs Updates to internal B4A libraries will be posted here. Make sure to check the library version before updating. These libraries should be copied to the internal libraries folder (Program Files\Anywhere Software\B4A\Libraries).... B4A Library GSheet Library (integrate google sheets into your B4X apps easily) - fernando1987    Mar 25, 2026   (17 reactions) of this variable NOTE: This library is not free, because, it took a lot of time and gray hair to create all... description, thanks. Thanks for your understanding. :) This library depends the Google OAuth2 class: https... B4A Library [B4X] BCTextEngine / BBCodeView - Text engine + BBCode parser + Rich Text View - Erel    Mar 22, 2026   (74 reactions)   tags: Label BBCode, text style, RTF component, B4X, ritchtext, rich text platform library with several features: - Text drawing engine. - Text layout engine. - BBCode.../basic4android/images/F0DYcnZwgV.gif The library and the code inside can be used for all kinds of things... on jBitmapCreator v4.71+ which is available in B4J v7.50 and B4i v5.80. B4A library: https://www.b4x.com... color. New BBLabel.DisableResizeEvent field. This is used by BCToast library which removes.../page-2#post-665369 BCTextEngine is an internal library. ... Page: 1   2   3   4   5   6   7   |