Alloyimage-professional image processing Library Based on HTML5 technology features powerful features
- Multi-layer operations-processing of one layer does not affect other layers
- 17 layers mixed modes corresponding to PS-facilitating seamless migration of PS processing tutorials
- Various basic filter processing effects-Basic filters are constantly enriched and scalable
- Basic image adjustment functions-color, saturation, contrast, brightness, curve, etc.
Convenient Development
- Simple and quick APIs-chained processing, simple and easy-to-use APIs, and flexible parameter passing
- Encapsulation of multiple combinations of effects-a simple style of code
- Friendly parameter support-two-way support for Chinese and English parameters, reducing the threshold for professional Vocabulary Memory
- Single-and multi-thread support with consistent interfaces-single-and multi-thread switching does not require changing a line of code, and multithreading maintains fast API features
- Foreseeable error-friendly reminder-reminders for some places where errors may occur to facilitate development and debugging
Wide Range of extensions
- Easy to add function extensions-easy to add filter plug-ins
- Provide mathematical encapsulation for extensions-encapsulate some mathematical modules for extension calls
Recommended scenarios
1. desktop software client embedded webpage running mode >>> package WebKit kernel: User's larger profile picture upload style processing and user album style processing (average processing time <1 s)
2. Win8 Metro application >>> the user uploads the profile picture, and uploads the picture in a relatively small image style after processing (ie10 in Win8 supports multithreading)
3. mobile app> Android and iOS platform small graph web processing requirements, such as phonegap applications, style processing when uploading online portraits, and style processing when sharing images on mobile Web terminals
How to Build source code?
First, use git clone to copy the alloyphoto code to the local machine:
git clone git://github.com/AlloyTeam/AlloyPhoto.git
Then install modjs using NPM:
npm install -g modjs
After successful installation:
cd AlloyPhoto && mod dist
After the build is successful./js/combined
Directory generationalloyimage.js
File
Change History alloyimage
1.1
- Optimized Code and improved processing performance by 80%
- Add wood carving Combination Effect
Alloyimage
1.0