On Thu, 23 Jun 2005 13:52:06 -0400 Jason Tackaberry <[EMAIL PROTECTED]> babbled:
> On Thu, 2005-06-23 at 11:24 +0900, Carsten Haitzler wrote: > > read it - fixed it up a bit (used copy functions as this will use mmx/sse > > functions if available) :) > > Great! Tested and works. With this and the evas_free() fix I'm a happy > camper. > > One of the main things I'm missing from evas is some method to cause > text to fade out, rather than cropping it abruptly (or using an > ellipsis). I suppose what I want is a way to use a gradient object as a > clip for a text object. With pyimlib2 (python bindings I wrote for > Imlib2), I just added a custom draw_mask() function, which applies the > luma of one image to the alpha of another. So I create a gradient of > white to black, and draw_mask() that to the image containing the text. > > Is there way to do this with evas currently? If not, how difficult is > something like this to implement? ok - can of worms. basically this comes under "clipping" from my point of view. right now the only clip object supported is rectangles. what you want is gradient clip objects and/or image clip objects too. i basically have avoided this due to complexity/speed issues as such and unfortunately at this stage it wont happen any time soon as i'm focusing on e17 itself. you will find this in the TODO list for evas, as well as filter objects (add a filter api and then u can add one object to a filter object and where they intersect will have a filter applied - like gaussian blur or something...) :) -- ------------- Codito, ergo sum - "I code, therefore I am" -------------- The Rasterman (Carsten Haitzler) [EMAIL PROTECTED] 裸好多 [EMAIL PROTECTED] Tokyo, Japan (東京 日本) ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ enlightenment-devel mailing list enlightenment-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-devel