Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mezzoblue/PaintbrushJS
A lightweight browser-based image processing library
https://github.com/mezzoblue/PaintbrushJS
Last synced: 15 days ago
JSON representation
A lightweight browser-based image processing library
- Host: GitHub
- URL: https://github.com/mezzoblue/PaintbrushJS
- Owner: mezzoblue
- License: other
- Created: 2010-08-17T17:47:24.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-03-13T12:50:57.000Z (almost 6 years ago)
- Last Synced: 2024-10-30T06:57:08.482Z (about 1 month ago)
- Language: JavaScript
- Homepage: http://github.com/mezzoblue/PaintbrushJS
- Size: 3.92 MB
- Stars: 811
- Watchers: 28
- Forks: 84
- Open Issues: 2
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
PaintbrushJS
Copyright (c) 2010, Dave Shea
All rights reserved.Developed by Dave Shea, http://www.mezzoblue.com/
PaintbrushJS on GitHub: http://github.com/mezzoblue/PaintbrushJSPaintbrushJS is a lightweight, browser-based image processing library
that can apply various visual filters to images within a web page.You use it by applying a class to an element on the page and setting
a few parameters with some extra HTML attributes. If the element is
an img or it has a background-image set in your CSS, PaintbrushJS
will create a temporary canvas element and manipulate the image
there, before finally saving it back out to the original element.See PaintbrushJS in action: http://mezzoblue.github.com/PaintbrushJS/demo/
Usage examples: http://mezzoblue.github.com/PaintbrushJS/demo/usage.html
Documentation: http://wiki.github.com/mezzoblue/PaintbrushJS/documentationKNOWN ISSUES
Does not work in IE8 or lower (though IE9 should be fine), and
Firefox / Chrome only work when files exist on a web server. For
more known issues, see:http://wiki.github.com/mezzoblue/PaintbrushJS/known-issues