Hello, I have been working on building an ImageEditor component for Fluid project as a part of my Google Summer of Code project . For now, it supports basic image editing functions like resize, crop and tag. The code for imageEditor can be found on github <https://github.com/pulkit110/ImageEditor>. It also depends on two more components, CropperUI <https://github.com/pulkit110/CropperUI>and TaggerUI<https://github.com/pulkit110/TaggerUI> .
To deploy the Image Editor, follow the following steps: 1. Get the fluid infusion source from https://github.com/fluid-project/infusion 2. Add imageEditor as a component to the infusion/src/webapp/components/ directory 3. Get CropperUI and TaggerUI code and add them to the infusion/src/webapp/components/ directory as well. 4. Deploy on web server. 5. The demo page is ImageEditor/html/ImageEditorDemo.html There are a few bugs currently with imageEditor and I hope to fix them as soon as possible. I will be glad to hear suggestions and comments on the project. Thanks. -- Regards Pulkit Goyal
_______________________________________________________ fluid-work mailing list - [email protected] To unsubscribe, change settings or access archives, see http://fluidproject.org/mailman/listinfo/fluid-work
