[PR #7] Add more options for the background #11

Open
opened 2026-03-01 14:33:52 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adefossez/seewav/pull/7
Author: @Phoenix616
Created: 9/27/2023
Status: 🔄 Open

Base: masterHead: add-background


📝 Commits (4)

  • 7faf5bc Add more options for the background
  • 9d048fc Re-add --white background argument to maintain backwards compatibility
  • 184d1dc Passing image size as tuple & fixing SyntaxWarning on literal identity check
  • 5ccbf0b Merge pull request #1 from ZhymabekRoman/patch-1

📊 Changes

3 files changed (+92 additions, -17 deletions)

View changed files

📝 README.md (+8 -4)
📝 requirements.txt (+1 -0)
📝 seewav.py (+83 -13)

📄 Description

This adds more options to specify both the background color as well as an image as the background. Also additionally the ability to set the opacity of the bars.

Options added:

  -o OPACITY            The opacity of the waveform on the background.
  -b COLOR              Set background color. Default is black.
  -i IMAGE              Set background image.
  -C COORDS             Set the center of the bars relative to the image if used.

🔄 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/adefossez/seewav/pull/7 **Author:** [@Phoenix616](https://github.com/Phoenix616) **Created:** 9/27/2023 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-background` --- ### 📝 Commits (4) - [`7faf5bc`](https://github.com/adefossez/seewav/commit/7faf5bcfdb86c7880e666e2f21ac2b7a91742f48) Add more options for the background - [`9d048fc`](https://github.com/adefossez/seewav/commit/9d048fcac7819bb1fa210607634aabc95c704783) Re-add --white background argument to maintain backwards compatibility - [`184d1dc`](https://github.com/adefossez/seewav/commit/184d1dc8d9fce98445971c4e9f253bae6b0accb0) Passing image size as tuple & fixing SyntaxWarning on literal identity check - [`5ccbf0b`](https://github.com/adefossez/seewav/commit/5ccbf0be0217bde391c2f6ce78e47443a32ff314) Merge pull request #1 from ZhymabekRoman/patch-1 ### 📊 Changes **3 files changed** (+92 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+8 -4) 📝 `requirements.txt` (+1 -0) 📝 `seewav.py` (+83 -13) </details> ### 📄 Description This adds more options to specify both the background color as well as an image as the background. Also additionally the ability to set the opacity of the bars. Options added: ``` -o OPACITY The opacity of the waveform on the background. -b COLOR Set background color. Default is black. -i IMAGE Set background image. -C COORDS Set the center of the bars relative to the image if used. ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
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/seewav#11
No description provided.