]> git.sur5r.net Git - glabels/commit
Add shadow property to image objects.
authorJim Evins <evins@snaught.com>
Sun, 13 Jun 2010 00:40:24 +0000 (20:40 -0400)
committerJim Evins <evins@snaught.com>
Sun, 13 Jun 2010 00:40:24 +0000 (20:40 -0400)
commit907a32752b637186451c56cc79fa19b35e7e33e2
treee111509f1d1195cac552f4027f8c4249997c46a7
parent3f4bd5d778015e524870eeb8bf89ad5bd615eabe
Add shadow property to image objects.

Added shadow support to image objects.  Shadow is created from the image's
alpha channel, so the shadow will work properly for images with transparent
backgrounds.  More work needs to be done to better optimize the performance.
src/Makefile.am
src/label-image.c
src/object-editor.c
src/pixbuf-util.c [new file with mode: 0644]
src/pixbuf-util.h [new file with mode: 0644]