Forums / Developer / Appleish glossy effect
Jerome Despatis
Friday 24 June 2011 4:31:06 am
Hi,
I'd like to apply a filter to an image, a filter that would reproduce the button that can be seen on iPhone, for example
Here is a piece of code in C# to do that:
http://stackoverflow.com/questions/109753/creating-a-shiny-graphic-gloss-effect/109868#109868
But anyone has an idea to have it for eZ/Filters based on convert/imagemagick ?
Thanks!
Jarosław Heba
Friday 24 June 2011 4:54:05 am
Try to figure out something with knowledge from imagemagick website >> http://www.imagemagick.org/Usage/advanced/#gel_effects and this forum.
Cheers
J.
Friday 24 June 2011 5:19:49 am
Yes, but as far as I'm concerned, it's always fight club for me to know the good parameters...
Further more, I've been given on IRC this good resource:
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=13140&start=0
Gonna check all that
Thanks
André R.
Saturday 25 June 2011 1:59:46 am
Might also be possible to apply such an effect via css as well, but that would probably be safari/webkit specific.
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription @: http://twitter.com/andrerom
Monday 27 June 2011 11:03:23 am
Yes you're right for both André
It's possible with css3, but will be specific to very few browsers...