B4A Question Failed resolution of: Landroid/support/media/ExifInterface; - Erel (first post)    May 22, 2024   (1 reaction) Android support packages are part of the old SDK.
Starting from Android 7, exif is part of the core SDK. You can use SimpleMediaManager to load jpeg images with the correct orientation. 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 B4J Question Exif - metadata, i.e. information hidden in the photo - TILogistic (first post)    Jul 23, 2024 ?
https://www.b4x./?query=exif&product=b4j B4i Question pictures is rotated withouth reason - Erel (first post)    Feb 08, 2022   (1 reaction) EXIF is handled automatically in iOS. The loaded bitmap should be loaded with the correct orientation. B4A Question SimpleMediaManager metadata or EXIF - Erel (first post)    May 19, 2022 This is the relevant code in SMM that reads the orientation:
Dim MetadataReader As JavaObject
Dim ExifReader As JavaObject
ExifReader.InitializeNewInstance("com.drew.metadata.exif.ExifReader", Null)
Dim readers As List = Array(ExifReader)
Try
Dim Metadata As JavaObject = Met B4J Question How to get the EXIF information from an image? - Mark Read    Jul 02, 2018 #If JAVA
import com.drew.imaging.*;
import com.drew.metadata.*;
import com.drew.lang.*;
import java.io.*;
import java.util.*;
public static List GetImgMeta(String filename)
{
File file = new File(filename);
List lstMeta = new ArrayList<Object>();
try {
Metadata metadata = ImageMetadata Italian Esecuzione di una fotografia e sua visualizzazione - MarcoRome (first post)    Feb 27, 2023   (1 reaction) Un alcuni dispositivi l'immagine ritorna un jpeg con la stessa ruotata (exif header).
Se al posto di Imageview utilizzi SMM penserà lui stesso ad inserirla correttamente. 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 Location tag to photo - BillMeyer (first post)    Nov 10, 2018   (1 reaction) Search this forum for "Exif". This will give you a clue. There is much information available. B4A Library Android Support ExifInterface - DonManfred    Dec 28, 2016   (20 reactions) For example:
Activity.LoadLayout("Layout1")
If File.Exists(rp.GetSafeDirDefaultExternal("pics"), "hd_roccaabisso.jpg") = False Then
File.Copy(File.DirAssets,"hd_roccaabisso.jpg",rp.GetSafeDirDefaultExternal("pics"), "hd_roccaabisso.jpg")
End If
Dim filePath As String
file Page: 1   2   3   4   5   6   7   Powered by ColBERT |