tags:

views:

26

answers:

1

i tried creating thumbnails of non rectangular images(ie circles) using django thumbs. It seems the opacity around the circle is not preserved. Any ideas on what thumbnail tool can preserve that transparency on non-rectangular shapes?

Thanks!

A: 

easy_thumbnails should preserve the Alpha Layer.

(At least it checks transparency)

Andre Bossard