[PR #150] [MERGED] Add JPEG EXIF orientation rotation #164

Closed
opened 2026-02-25 23:40:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/HaschekSolutions/pictshare/pull/150
Author: @wpf500
Created: 8/24/2023
Status: Merged
Merged: 8/24/2023
Merged by: @geek-at

Base: masterHead: feat/jpeg-orientation


📝 Commits (3)

  • 28f5677 Rotate JPEG images if they have an Orientation tag
  • 2362af1 Fix docker build instructions
  • 7b4b270 Add support for flipping images too

📊 Changes

2 files changed (+37 additions, -2 deletions)

View changed files

📝 content-controllers/image/image.controller.php (+36 -1)
📝 rtfm/DOCKER.md (+1 -1)

📄 Description

Fixes https://github.com/HaschekSolutions/pictshare/issues/65. Rotate JPEGs by their Orientation EXIF tag before removing the tags.

I also updated the Docker build instructions as I think they were out of date.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/HaschekSolutions/pictshare/pull/150 **Author:** [@wpf500](https://github.com/wpf500) **Created:** 8/24/2023 **Status:** ✅ Merged **Merged:** 8/24/2023 **Merged by:** [@geek-at](https://github.com/geek-at) **Base:** `master` ← **Head:** `feat/jpeg-orientation` --- ### 📝 Commits (3) - [`28f5677`](https://github.com/HaschekSolutions/pictshare/commit/28f56772470b876ca824f69e99c794cc5d50b290) Rotate JPEG images if they have an Orientation tag - [`2362af1`](https://github.com/HaschekSolutions/pictshare/commit/2362af1e8ca56f1a2d2610e0f50dcdb5849dea02) Fix docker build instructions - [`7b4b270`](https://github.com/HaschekSolutions/pictshare/commit/7b4b27098d886effc98ff024b9c25b714df6b1d8) Add support for flipping images too ### 📊 Changes **2 files changed** (+37 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `content-controllers/image/image.controller.php` (+36 -1) 📝 `rtfm/DOCKER.md` (+1 -1) </details> ### 📄 Description Fixes https://github.com/HaschekSolutions/pictshare/issues/65. Rotate JPEGs by their Orientation EXIF tag before removing the tags. I also updated the Docker build instructions as I think they were out of date. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 23:40:59 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/pictshare#164
No description provided.