Skip to content

Conversation

@TrevorBurgoyne
Copy link
Member

@TrevorBurgoyne TrevorBurgoyne commented Oct 16, 2025

Image Filters

Description

PR Checklist

  • Merged latest main
  • Version number in package.json has been bumped since last release
  • Version numbers match between package package.json and src/version.js
  • Ran npm install and npm run build AFTER bumping the version number
  • Updated documentation if necessary (currently just in api_spec.md)
  • Added changes to changelog.md

Breaking API Changes

Nope

@TrevorBurgoyne TrevorBurgoyne mentioned this pull request Oct 16, 2025
6 tasks
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

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

@TrevorBurgoyne TrevorBurgoyne linked an issue Oct 16, 2025 that may be closed by this pull request
@TrevorBurgoyne TrevorBurgoyne added the enhancement New feature or request label Oct 16, 2025
Copy link
Collaborator

@joshua-dean joshua-dean left a comment

Choose a reason for hiding this comment

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

Super clean implementation, love it. LGTM 🚀

@TrevorBurgoyne TrevorBurgoyne deleted the feature/image-filters branch October 27, 2025 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Expose css image filtering options to UI

3 participants