25 lines
553 B
YAML
25 lines
553 B
YAML
name: exif
|
|
version: 3.3.0
|
|
description: >-
|
|
Decode Exif metadata from digital image files.
|
|
Supported formats: TIFF, JPEG, HEIC, PNG, WebP
|
|
homepage: https://www.github.com/bigflood/dartexif
|
|
environment:
|
|
sdk: '>=2.12.0 <4.0.0'
|
|
dependencies:
|
|
args: ^2.0.0
|
|
collection: ^1.15.0
|
|
convert: ^3.0.0
|
|
json_annotation: ^4.3.0
|
|
sprintf: ^7.0.0
|
|
dev_dependencies:
|
|
archive: ^3.1.2
|
|
build_runner: ^2.1.4
|
|
http: '>=1.0.0 <2.0.0'
|
|
json_serializable: ^6.0.0
|
|
lints: ^2.0.1
|
|
path: ^1.8.0
|
|
stream_channel: ^2.1.0
|
|
test: ^1.16.8
|
|
executables:
|
|
print_exif:
|