Link to home
Start Free TrialLog in
Avatar of isuhendro
isuhendroFlag for Singapore

asked on

TRANSPARENT BACKGROUND color at RMagick does not work properly

Dear experts,

I write an rmagick application.
The application supposed to give a wave effect to an image.

Everything is worked properly at localhost, but not at production server.

The not working part is the BACKGROUND color that supposed to be TRANSPARENT turn to BLACK.
I tried to set the background color to "none" / "transparent", but give transparent effect at localhost. But not at production.

Could you kindly advice?
Avatar of isuhendro
isuhendro
Flag of Singapore image

ASKER

sorry typo for this sentence
"I tried to set the background color to "none" / "transparent", but give transparent effect at localhost. But not at production."

should be
"I tried to set the background color to "none" / "transparent", that give transparent effect at localhost. But not at production."
ASKER CERTIFIED SOLUTION
Avatar of bobbit31
bobbit31
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
thanks Bobbit,

i also guessed so, but i don't have much access to the production server, it's a hosting server
the difference is the rmagick version, for my localhost is 1.14.1 and the hosting server is 1.15.9

is there any setting in the rmagick to set parameter about transparancy?
btw, the localhost is windows, and hosting is unix
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Bobbit31, you are such helper.. thanks..
This is the final solution that i got http://rubyforge.org/forum/forum.php?thread_id=18708&forum_id=33

Thanks again