Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
eimage.c
Log Message:
Set anti-alias when scaling tile.
===================================================================
RCS file: /cvs/e/e16/e/src/eimage.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- eimage.c 5 Jun 2008 08:55:20 -0000 1.28
+++ eimage.c 20 Jun 2008 17:21:50 -0000 1.29
@@ -301,7 +301,9 @@
tim = imlib_create_image(tw, th);
imlib_context_set_image(tim);
imlib_context_set_blend(0);
+ imlib_context_set_anti_alias(1);
imlib_blend_image_onto_image(tile, 0, 0, 0, sw, sh, 0, 0, tw, th);
+ imlib_context_set_anti_alias(0);
}
imlib_context_set_image(im);
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs