gr_camera_detector 0.1.0 copy "gr_camera_detector: ^0.1.0" to clipboard
gr_camera_detector: ^0.1.0 copied to clipboard

Detect photos taken with Ricoh GR camera series via EXIF metadata and filename patterns. Supports all GR models from GR DIGITAL to GR IV.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add gr_camera_detector

With Flutter:

 $ flutter pub add gr_camera_detector

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  gr_camera_detector: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gr_camera_detector/gr_camera_detector.dart';
0
likes
160
points
25
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Detect photos taken with Ricoh GR camera series via EXIF metadata and filename patterns. Supports all GR models from GR DIGITAL to GR IV.

Repository (GitHub)
View/report issues

Topics

#exif #ricoh #camera #image-processing

License

MIT (license)

Dependencies

exif

More

Packages that depend on gr_camera_detector