Feature/image filters#231
Closed
TrevorBurgoyne wants to merge 6 commits intofeature/flytofrom
Closed
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR adds an ImageFilters toolbox item that provides CSS filter controls for image manipulation, exposing sliders for brightness, contrast, hue rotation, inversion, and saturation adjustments.
- Implements a new collapsible toolbox item with 5 filter sliders
- Adds configurable default values through the configuration system
- Applies CSS filters only to image elements, preserving UI appearance
Reviewed Changes
Copilot reviewed 6 out of 9 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
src/toolbox_items/image_filters.ts |
Complete implementation of the ImageFilters toolbox item with sliders, DOM manipulation, and CSS styling |
src/configuration.ts |
Integration of ImageFilters into the toolbox system with configuration support |
demo/multi-class.html |
Demo configuration showing ImageFilters usage with custom brightness default |
api_spec.md |
Documentation for the new ImageFiltersConfig type and toolbox item |
CHANGELOG.md |
Added feature description to changelog |
.github/tasks.md |
Updated task tracking with completed implementation steps |
joshua-dean
approved these changes
Oct 20, 2025
Collaborator
joshua-dean
left a comment
There was a problem hiding this comment.
Super clean implementation, love it. LGTM 🚀
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Image Filters
Description
ImageFilterstoolbox item to expose sliders for the following image css filters:PR Checklist
package.jsonhas been bumped since last releasepackage.jsonandsrc/version.jsnpm installandnpm run buildAFTER bumping the version numberapi_spec.md)changelog.mdBreaking API Changes
Nope