Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim Modifier #1322

Merged
merged 8 commits into from
Mar 25, 2024
Merged

Trim Modifier #1322

merged 8 commits into from
Mar 25, 2024

Conversation

olivervogel
Copy link
Member

Adds the option to automatically remove image sections with similar colors.

Example

$image = ImageManager::withDriver($driver)
    ->read('example.jpg')
    ->trim(10);

@olivervogel olivervogel added this to the 3.6.0 milestone Mar 24, 2024
@olivervogel olivervogel linked an issue Mar 24, 2024 that may be closed by this pull request
@olivervogel olivervogel removed a link to an issue Mar 24, 2024
@olivervogel olivervogel merged commit f035f7d into develop Mar 25, 2024
12 checks passed
@olivervogel olivervogel deleted the feature/trim-modifier branch March 25, 2024 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant