-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flip and rotate images in LaTeX output
Ordinarily the LaTeX writer doesn't really need to get the bytes of the images it's including, but we have to check them to get an EXIF orientation. If the media fetch fails we're just punting and assuming a default orientation. It would be slightly dubious to bother doing this at all but LaTeX is the default format for PDF output so it's worth making the effort.
- Loading branch information
Showing
2 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters