B4J Library jMagicImage - Read exif and metadata data, convert, compress image, also some basic image filters - Pendrush    May 21, 2021   (22 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 Share My Creation 360 degree photo viewer - js486dog    Apr 26, 2024   (8 reactions) EXIF metadata. Every photo needs at least basic EXIF metadata. "360 degree photo viewer - ph360" displays this EXIF meta data: Latitude Longitude Altitude DateTime Image width Image length Camera model User Comment When taking a photo with a camera, the camera writes EXIF metadata to the photo. E B4A Library [Lib] MediaBrowser - Informatix    Apr 22, 2021   (26 reactions) The fields that are returned are:
"ID"
"Title"
"Album"
"Artist"
"Track"
"Year"
"Location"
"DisplayName"
"Duration" (in ms)
GetAudioFileInfoByID (External As Boolean, ID As Long) As Map
Returns a Map containing info from the MediaStore about an audio file.
The fields that are returned are:
"ID"
"Tit B4A Question Big Exif data in JPEG - AlpVir    Dec 23, 2016 I have some files JPG that they have inside the EXIF data rather full-bodied (ca 8 KB) I entered through a VB6 program I created and which uses the library FreeImage.
With B4A are able to read these data but not to write.
Andrew Graham JpegUtils library is limited to several small data related to GP B4A Question Failed resolution of: Landroid/support/media/ExifInterface; - Alain75 (first post)    May 22, 2024 I found in the library the very simple way to read exif metadata for orientation, GPSLatitudeRef, GPSLatitude, GPSLongitudeRef, GPSLongitude with an InputStream. I hope I can also write them with an OutputStream B4A Library Android Support ExifInterface - mjcoon (first post)    Dec 26, 2022 Hi Don, I would love to use this library because it gives access to many more EXIF tags than JpegUtils's object ExifData. But for some reason ExifInterface Initialize() causes my test app to crash whereas ExifData does not.
But I see that the underlying Android public class ExifInterface is now dep B4J Question Image Resizing while retaining Metadata - epiCode    Jun 11, 2024 Is the any library which can read/write metadata / exif and when resizing it does not remove metadata. JMagicImage library removes metadata completely. (the project is also archived now on github) Spanish [SOLUCIONADO] CARGAR IMAGEN EN IMAGEVIEW - bgsoft (first post)    Jan 30, 2019   (1 reaction) Hola José María:
la libreria está aqui:
https://www.b4x.-library-gives-access-to-exif-data.11629/#content
El ExitData está dentro como un objeto de la libreria
Cuando quieras buscar una libreria pon el nombre de la libreria y luego library ;)
Aquí estan las librerias internas:
https://www.b4x.- B4J Question Jpegutils for B4J - canalrun (first post)    Feb 29, 2016   (2 reactions) I tried the B4A Jpegutils library in B4J. It did not work.
I found a Java library that will read EXIF data, metadata-extractor, https://github.com/drewnoakes/metadata-extractor
I've attached a little demo project based on Erel's InlineJava example.
Barry. B4A Question ImageView image orientation problem - Alexander Stolte (first post)    Dec 28, 2023   (1 reaction) Dim bmp As B4XBitmap = xui.LoadBitmap(File.DirAssets,"YourImage.jpg") Try Dim Exif As ExifData Exif.Initialize(Provider.SharedFolder, tempImageFile) Log("Orientation: " & Exif.getAttribute(Exif.TAG_ORIENTATION)) Select Exif.getAttribute(Exif.TAG_OR Page: 1   2   3   4   5   6   7   Powered by ColBERT |