mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
jpeg: extract Exif data
This commit is contained in:
committed by
Jeroen van Rijn
parent
57a92b14cc
commit
cb820eea4d
@@ -138,14 +138,6 @@ Text :: struct {
|
||||
text: string,
|
||||
}
|
||||
|
||||
Exif :: struct {
|
||||
byte_order: enum {
|
||||
little_endian,
|
||||
big_endian,
|
||||
},
|
||||
data: []u8,
|
||||
}
|
||||
|
||||
iCCP :: struct {
|
||||
name: string,
|
||||
profile: []u8,
|
||||
|
||||
Reference in New Issue
Block a user