views:

39

answers:

2

Greetings,

I was wondering if anyone could suggest to me potential libraries in ruby for manipulating jpegs? Specifically I want to make the image 50% transparent so it can act as an overlay. The image in question would be of a house and I'd like it to overlay a village image.

Just being specific about the image as the transforms may not like multiple colours :)

+2  A: 

Take a look at RMagick. This tutorial features transparency/opacity.

Best wishes,
Fabian

halfdan
+1  A: 

Check out RMagick

DanSingerman