# Image Exif Orientation plugin for FilePond

[![npm version](https://badge.fury.io/js/filepond-plugin-image-exif-orientation.svg)](https://badge.fury.io/js/filepond)

https://pqina.nl/filepond/docs/patterns/plugins/image-exif-orientation/

Retrieves the EXIF orientation data from JPEG images. This helps in correctly orienting JPEG images that contain the `orientation` EXIF header.

The [Image preview plugin](https://github.com/pqina/filepond-plugin-image-preview) uses this information to show the correct preview. The [Image transform plugin](https://github.com/pqina/filepond-plugin-image-transform) uses this information to transform the image before uploading it to the server.

**If the browser is able to correctly orient JPEG images itself the plugin will retrieve the EXIF orientation info.**

[Demo](https://pqina.github.io/filepond-plugin-image-exif-orientation/)