History
This site originally started as a codepen I created to share with a UX Designer I was working with. Realizing how useful a utility like this is, even to me as a developer, I ended up creating a fully fledged interface which became this website There are a few others sites like this out there, but none offer the ability to reorder the filters or have as robust gradient creators within the same single page app, or ability to share filters via custom URLs. There's still features I'd like to implement. Generally, this site receives a few sporadic updates a year as I find time to revisit it. The most recent update was an overhaul under the hood.
This website doesn't contain any advertisements and uses only Google analytics for barebones tracking. It's entirely free to use, and any CSS filter code it generates for you can be used in any projects without attribution. If you like this website, share it with friends, or drop me a line [email protected]. Also, check out my project, Sketch/Photoshop Favicon Creator for the obsessive or visit my obstensibly web dev related blog.
What's to come?
This project is active development, and plenty-o-features are on the way. In no particular order, planned features:
Partial Support Browser warnings. More documentation / examples. Spiffier UI. Upload your own image/use web cam.
Recent Changes
Version 1.2.1 - (Febuary 2019)
- Preset overlay bugfix after ES6 conversion
- Correct hotkeys
- Errant typo fix
- Additional photos to demo images (Beta)
Version 1.2 - (Febuary 2019)
- Safari bugfix for bad syntax preventing it to work properly
- Reset filter bug fix
- Non ES6 warnings
Version 1.1 - (August 2018)
- Better code generation: overlays are now no longer filtered.
- Presets reorder filter positions (finally!). The whole code rewrite was to make this sane.
- Bug fixes for data storage
- Bug fixes for presets
- Saved Filters correctly remember positions
- Keyboard short cuts!
- Custom Filters made from CSSFilterGenerator (demoing more extreme uses)
- Full Screen takeover now closable by clicking the background
- FireFox Bug Fix for image swap
Version 1.0 - Almost complete re-write of the underlying code to be smarter. (July 2018)
- New presets and image swap overlay (No more scrolling and tabs annoying scrolling to get to the presets and overlays)
- Now list orders are predictably saved and reordering of filters should be easier.
- Reset now resets list orders.
- DOM changes are less frequent thus better performance (although unlikely to be noticed other than benchmarks).
- URLs are only generated upon request.
Version 0.9 - (January 2018)
Better responsive behavior. Swapped jQuery UI for Sortable (Better touch support) with easier dragging, and saved/shared URLs keep the order of the filters.