mohamedmansour / my-hangouts-extension

My Hangouts for Google Plus Chrome Extension
https://plus.google.com/116935358560979346551/about
Other
35 stars 9 forks source link

(Feature Request) Add filters for the saved images (postprocessing) #5

Closed jwill closed 12 years ago

jwill commented 12 years ago

This lib http://evanw.github.com/glfx.js/demo/ looks like it could be slotted in pretty easily.

It might require a popup to be surfaced to set attributes on the filter.

Could submit a patch if you'd prefer.

mohamedmansour commented 12 years ago

Woah, that is super cool James! What would be cool is when we "click" on the image on the gallery, it will goto edit mode, then once in edit mode we can add these filters. And when we save, we ask the user if they want to replace, or create a new one.

Hmmm should be the top priority now :)

jwill commented 12 years ago

I'm working on a rev1 of this.

mohamedmansour commented 12 years ago

Please rebase your changes to the new ones right now (lots been added so you wont conflict). Easier to reset origin/master. When your online, let me know so I can help you get upto speed quicky :)

mohamedmansour commented 12 years ago

I have pushed it and changed the code a bit to make it not dependent on gallery so it can be separated. Removed eval as well. I upgraded jquery since the mouse warnings were there. And instead of refreshing the gallery, I just appended it to the DOM so you wont see a flicker.

It is excellent :) Good job, I really like it! Some stuff we need to improve is:

Other than that it is perfect :) Closing this issue since we have opened new one! Excited for the new release!