Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix performance in convert engine: exif orientation
In other calls to the ImageMagick commandline tools, the suffix "[0]" is added so it only looks at the first page if it's a multi-page document such as a PDF. For some reason, this is missing in the `_get_exif_orientation()` method, and may cause very long runtimes when dealing with large documents (several hundred pages of PDF).
- Loading branch information