Skip to content

Add ExifTool subprocess call to process image metadata. #1698

@joseguizar95-art

Description

@joseguizar95-art

Add ExifTool subprocess call to process image metadata.

import SwiftUI

struct AlbumDetail: View {
var album: Album

var body: some View {
	List(album.songs) { song in 
		HStack {
			Image(album.cover)
			VStack(alignment: .leading) {
				Text(song.title)
				Text(song.artist.name)
					.foregroundStyle(.secondary)
			}
		}
	}
}

}

_Originally posted by @joseguizar95-art in https://github.com/microsoft/markitdown/pull/1680_f

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions