Skip to content

Added new filter effect shakeoscillate#201

Open
jaromil wants to merge 1 commit intomasterfrom
origin/shakeoscillate
Open

Added new filter effect shakeoscillate#201
jaromil wants to merge 1 commit intomasterfrom
origin/shakeoscillate

Conversation

@jaromil
Copy link
Copy Markdown
Member

@jaromil jaromil commented Nov 15, 2024

rebase of PR #197 by @JohannJEG

@jaromil jaromil force-pushed the origin/shakeoscillate branch 2 times, most recently from ff2e225 to facfe48 Compare April 7, 2025 15:18

}

void clearScreen(cairo_t* cr, int width, int height) {
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Parameters width and height are unused in this function and can be removed.


private:

unsigned int width;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is not necessary to declare width and height here, see frei0r.hpp.

register_param(this->phase, "phase", "The phase of the sin and cos functions of this effect.");
register_param(this->mirrored, "mirrored", "On/Off Image Mirror Extend");

this->width = width;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

width and height are already set in the parent constructor, no need to do this here.

@jaromil jaromil force-pushed the origin/shakeoscillate branch from facfe48 to a0ded73 Compare September 3, 2025 11:17
@jaromil jaromil force-pushed the origin/shakeoscillate branch from a0ded73 to 55d42f7 Compare October 7, 2025 14:16
@jaromil jaromil force-pushed the origin/shakeoscillate branch from 55d42f7 to a718fa6 Compare December 2, 2025 16:37
@luzpaz
Copy link
Copy Markdown
Contributor

luzpaz commented Dec 30, 2025

Thanks for working on this,

@shadowfax65
Copy link
Copy Markdown

Will this be made available soon?

@jaromil jaromil force-pushed the origin/shakeoscillate branch from a718fa6 to 00f5503 Compare February 23, 2026 22:23
@github-actions
Copy link
Copy Markdown

❌ Conventional Commits check failed

One or more commit messages in this PR do not follow the
Conventional Commits v1.0.0 specification.

Invalid commits:

  • 00f5503 — Added new filter effect shakeoscillate

Expected format

type(scope?)!?: subject

Examples

  • feat: add user login
  • fix(api): handle null response
  • chore!: drop node 16 support

Please fix the commit messages (e.g. via git rebase -i) and push again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants