# filepond-plugin-image-exif-orientation

> Image Exif Orientation Plugin for FilePond

Latest version **1.0.11** (published 2021-03-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install filepond-plugin-image-exif-orientation
pnpm add filepond-plugin-image-exif-orientation
yarn add filepond-plugin-image-exif-orientation
bun add filepond-plugin-image-exif-orientation
```

## Health

**Score 35/100 (D)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities.

Warnings: low downloads.

Negative: abandoned.

## Facts

| | |
|---|---|
| Version | 1.0.11 |
| Published | 2021-03-20 |
| First published | 2018-01-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 17 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 10 |
| Author | PQINA |
| Maintainers | pqina |

## Links

- npm: https://www.npmjs.com/package/filepond-plugin-image-exif-orientation
- Repository: https://github.com/pqina/filepond-plugin-image-exif-orientation
- Homepage: https://pqina.nl/filepond/
- Issues: https://github.com/pqina/filepond-plugin-image-exif-orientation/issues
- npm.io page: https://npm.io/package/filepond-plugin-image-exif-orientation

## Recent versions

- 1.0.11 (latest) — 2021-03-20
- 1.0.10 — 2021-03-19
- 1.0.9 — 2020-05-13
- 1.0.8 — 2020-04-23
- 1.0.7 — 2020-04-15
- 1.0.6 — 2019-03-25
- 1.0.5 — 2019-03-22
- 1.0.4 — 2019-02-05
- 1.0.3 — 2018-10-29
- 1.0.2 — 2018-06-19
- 1.0.1 — 2018-04-13
- 1.0.0 — 2018-01-30

## README

# 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/)

---
_Source: https://npm.io/package/filepond-plugin-image-exif-orientation · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
