On Thu, Feb 28, 2008 at 4:32 AM, karthik M <[EMAIL PROTECTED]> wrote:
> Dear all,
>       I am planning to use imlib2 for my map application and I require wide
>  line with anti aliasing support which Imlib2 doesnt seem to support.  GDK FB
>  port seems to have a seperate library but that doesnt support anti aliasing.
>
>       Does anyone know some advanced line drawing libraries (wide line, line
>  join, cap style etc) which I can integrate with imlib2 easily.
>
>      Also I would like to whether there are any alternative to Imlib2 with
>  can support the above features which I can use directly .  Till now I am not
>  able to find any other good raster graphics library that can be used in
>  embedded systems.

use evas and polygons instead of lines, we used it here with bit of success...

If you use polygons you have to make the line "tick" and also define
cap-style yourself, it's a bit tricky, but easily doable, just take
some time and search the net for such algorithms.

-- 
Gustavo Sverzut Barbieri
--------------------------------------
Jabber: [EMAIL PROTECTED]
   MSN: [EMAIL PROTECTED]
  ICQ#: 17249123
 Skype: gsbarbieri
Mobile: +55 (81) 9927 0010

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to