You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update ExifImageWidth and ExifImageHeight to their correct values.
If a processed image has the ExifImageWidth or ExifImageHeight tags and the IMAGE_PROCESS_COPY_EXIF_TAGS setting is True, update the tags to the same value as ImageWidth or ImageHeight, respectively.
Add tests to verify that:
- an image without ExifImageWidth or ExifImageHeight is left untouched
- in an image with ExifImageWidth or ExifImageHeight, their values
are the same as ImageWidth or ImageHeight.
Contributions are welcome and much appreciated. Every little bit helps. You can contribute by improving the documentation, adding missing features, and fixing bugs. You can also help out by reviewing and commenting on [existing issues][].
526
+
Contributions are welcome and much appreciated. Every little bit helps. You can
527
+
contribute by improving the documentation, adding missing features, and fixing bugs.
528
+
You can also help out by reviewing and commenting on [existing issues][].
524
529
525
-
To start contributing to this plugin, review the [Contributing to Pelican][] documentation, beginning with the **Contributing Code** section.
530
+
To start contributing to this plugin, review the [Contributing to Pelican][]
531
+
documentation, beginning with the **Contributing Code** section.
0 commit comments