Hi Daniel,
Thank you for asking.We have a plugin in working and you can check it here.
http://demos.buddydev.com/mediapress/user: demo
pass: demoThe plugin is not complete yet(we need to show the status etc).
Here is how you can apply filter from lightbox.
https://i.imgur.com/N0ba17e.png
I will disable the plugin on the site in an hour as it is not fully ready. Please give it a try and let me know your feedback.
Regards
BrajeshHi Daniel,
No problem.Thank you for the patience.
Regards
BrajeshHi Daniel,
We did work on it but we cold not make it into something which was releasable. We did it twice and in both the cases, there were limitations/bottlenecks. I will explain.
First time, we used Javascript Canvas to do client side manipulation of images(applying effects in browser) using Camanjs library and then saving the generated image(png data) to server. This was the demo I showed you earlier.
It failed because the filesize became untenable. Sometimes the file sizes got increased by 10 folds some times even more.
There were times when server was not even able to handle the data(even when using chunking while sending png to server for save).
It was not the solution we wanted and we dropped it. I will ask my team to put this project on github to allow others to explore it.
The second time, the person working on this project used a library
https://github.com/marjadej/instagraphWhich was mentioned to be MIT licensed(MIT is still mentioned at the bottom of the git page). It seems the same library is used by the other BuddyPress Media plugin.
While reviewing the code(I don’t remember correctly but I believe I was doing a pre-release review of the code) I found that the class was licensed under CC BY NC(Can not be used for commercial purposes)
https://github.com/marjadej/instagraph/blob/master/lib/Instagraph/Instagraph.phpIf we continued it, Only Non commercial entities could use the plugin. So, I decided to scrap this project as well.
There hasn’t been any development on it for last few months. Our challenge for doing this project is finding implementation details for various filters. Even though we can implement filters ouselves we don’t know what configuration to apply for each of the instagram effects(e.g brighness, alpha, various channeles etc).
I am not sure about the future of this project anymore and will be doing another review next year after things settle down for us.
If you find anything interesting in the meantime, Please do share.
Regards
BrajeshHi Brajesh,
Thank you for the detailed explanation which is also a little beyond my technical understanding 🙂
In fact, I think the plugin you were on developing sounds more complex then what I was asking for.
On our webpage, we use MediaPress, right? And I thought instead that each member uploads their images, there could be a plugin inside MediaPress where the user will be asked to login into his Instagram Account in order that MediaPress will connect with Instagram and get the permission to show the latest Instagram Photos inside MediaPress of the member. It shouldn’t be all the pictures, but at least some of the latest pictures from Instagram.
I think this would be very simple to do and it will be also very practical for the members as they do not need to upload all their images again.
Do you think this could be an interesting solution to consider for BP MediaPress?
Thank you for your thoughts.
Regards,
DanielHi Daniel,
Thank you.
Yes, we were trying something different. We were trying to creating effects similar to Instagram.If all you need is to import the user’s instagram media to their galleries, It should be doable. Since MediaPress supports remote url now, It can be either a remote url or imported.
I will explore it around the end of this year or early next year. Before that, our schedule for plugins are almost full.
Thank you
BrajeshHi Daniel,
I haven’t looked at it and the functionality is not available. There will be a solution available before the end of January for the same.Regards
Brajesh
You must be logged in to reply to this topic.