<< More Tutorials
How to read Exif data in json format from an image in cURL using rethumb?
To read Exif data in json format from an image in cURL use the following code:
curl http://api.rethumb.com/v1/exif/all/http://images.rethumb.com/image_exif_1.jpg > exif.json
Start using this example now
Use the following commands to get started:
$ git clone https://github.com/rethumb/rethumb-curl-examples.git
$ cd rethumb-curl-examples
$ sh read-exif-data-in-json.sh
More examples using cURL
How to use rethumb in cURL?
How to resize an image by width in cURL using rethumb?
How to resize an image by height in cURL using rethumb?
How to resize an image by width and height in cURL using rethumb?
How to create a square thumbnail from an image in cURL using rethumb?
How to read Exif data in json format from an image in cURL using rethumb?
How to convert an image to JPG, GIF, PNG, TIF or WebP in cURL using rethumb?
How to resize an image to cover any dimensions in cURL using rethumb?