B4J Code Snippet [PyBridge] Read exif tags with exifread - Erel    Jan 16, 2026   (6 reactions) Based on: https://github.com/ianare/exif-py : "Easy to use Python module to extract Exif..., JPEG, JPEG XL, PNG, Webp, HEIC, RAW" pip install exifread Private Sub ReadExifTags (Path As Object) As PyWrapper Dim Code As String = $" import exifread def ReadExifTags (Path..., builtin_types=True) "$ Return Py.RunCode("ReadExifTags", Array(Path), Code) End Sub Usage: Dim PyTags As PyWrapper = ReadExifTags("Path\To\Image.jpg") Wait For (PyTags.Fetch... B4J Library Enhanced EXIF metadata information viewer - Peter Simpson    Feb 27, 2026   (9 reactions) B4J developers a straightforward way to access EXIF (Exchangeable Image File Format) information... 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...) OnDateTakenReady (HasDate As Boolean, DateTaken As String) OnError (Message As String) OnExifFound (HasExif As Boolean, Exif As Map) OnGpsFound (HasLocation As Boolean, Latitude As Double, Longitude As Double... 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 fo... B4J Question How to get the EXIF information from an image? - Mark Read    Jul 2, 2018 I need to get the EXIF information from a series of image files (about 200). In particular, the gps... at work). Looking at the EXIF information with Irfanview, both files are readable and the format... B4J Tutorial Get EXIF GPS information and show images in google maps - Mark Read    Aug 5, 2018   (8 reactions)   tags: Erel My Aim: Extract the gps information from all images in a directory and generate a html file to view ... B4A Tutorial [B4X] [B4XPages] Intent based camera - Erel    Jul 23, 2024   (17 reactions) This solution will not work with Android 14+. Please use the more powerful MediaChooser instead: MediaChooser - cross platform videos and images chooser B4A + B4i project that uses an intent in B4A and the Camera object in B4i to take a picture using the default camera app. The B4A code depends on JpegUtils: https://www.b4x.com/android/forum/threads/11629/#content It rotates the bitmap based on the EXIF orientation attribute. Don't miss: - Manifest code in B4A. - #PListExtra in main... B4J Question Exif - metadata, i.e. information hidden in the photo - T201016 (first post)    Jul 28, 2024 The solution came unexpectedly https://cdn.jsdelivr.net/joypixels/assets/6.5/png/unicode/64/1f634.pn... B4J Question How to read the EXIF metadata from an large jpg image with B4J? - js486dog (first post)    May 1, 2024   (1 reaction)
Can you provide the large image?
Thank you for your response.
The solution given by "Daestrum... B4J Question Is the FreeImage library available for B4J? - Erel (first post)    Feb 3, 2026 This library isn't available for B4J. There are several other libraries that allow reading (and maybe writing) exif headers: https://www.b4x.com/android/forum/pages/results/?query=exif+b4j... B4J Question Jpegutils for B4J - canalrun    Feb 28, 2016 within an EXIF field of a camera snapshot then read that custom information within B4J.
Thanks... Page: 1   2   3   |