[PR #568] [MERGED] fix: add density option for PDF processing and update documentation. #580

Closed
opened 2026-02-25 22:35:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/flyimg/flyimg/pull/568
Author: @sadok-f
Created: 4/11/2025
Status: Merged
Merged: 4/11/2025
Merged by: @sadok-f

Base: mainHead: issue#567


📝 Commits (2)

  • ad3f172 fix: add density option for PDF processing and update documentation.
  • a56178c fix linting: remove unnecessary whitespace

📊 Changes

7 files changed (+50 additions, -19 deletions)

View changed files

📝 config/parameters.yml (+2 -0)
📝 docs/basic-usage.md (+9 -9)
📝 docs/url-options.md (+16 -5)
📝 src/Core/Processor/ImageProcessor.php (+6 -1)
📝 tests/Core/Controller/DefaultControllerTest.php (+11 -0)
📝 tests/Core/Entity/Image/OutputImageTest.php (+5 -4)
📝 web/js/main.js (+1 -0)

📄 Description

fix: add a density option for PDF processing and update documentation.
related to #567
Work based on closed PR #305.


🔄 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/flyimg/flyimg/pull/568 **Author:** [@sadok-f](https://github.com/sadok-f) **Created:** 4/11/2025 **Status:** ✅ Merged **Merged:** 4/11/2025 **Merged by:** [@sadok-f](https://github.com/sadok-f) **Base:** `main` ← **Head:** `issue#567` --- ### 📝 Commits (2) - [`ad3f172`](https://github.com/flyimg/flyimg/commit/ad3f172e6bd163aeaa379d103c7f7de96fffbac1) fix: add density option for PDF processing and update documentation. - [`a56178c`](https://github.com/flyimg/flyimg/commit/a56178cbb5bc03e668dadad9175d1b56eea245ef) fix linting: remove unnecessary whitespace ### 📊 Changes **7 files changed** (+50 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `config/parameters.yml` (+2 -0) 📝 `docs/basic-usage.md` (+9 -9) 📝 `docs/url-options.md` (+16 -5) 📝 `src/Core/Processor/ImageProcessor.php` (+6 -1) 📝 `tests/Core/Controller/DefaultControllerTest.php` (+11 -0) 📝 `tests/Core/Entity/Image/OutputImageTest.php` (+5 -4) 📝 `web/js/main.js` (+1 -0) </details> ### 📄 Description fix: add a density option for PDF processing and update documentation. related to #567 Work based on closed PR #305. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-25 22:35:55 +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/flyimg#580
No description provided.