Search found 2 matches

by DanEspen
2013-11-26T19:15:57-07:00
Forum: PerlMagick
Topic: Getting rid of white background after rotate
Replies: 1
Views: 8264

Re: Getting rid of white background after rotate - solved.

Looks like I'm going to answer my own question, the answer seem to be to include color=>'none' in the rotate command. Sorry I couldn't figure that out from the documentation. I just started wondering why color was an argument to the rotate command.
by DanEspen
2013-11-26T11:48:41-07:00
Forum: PerlMagick
Topic: Getting rid of white background after rotate
Replies: 1
Views: 8264

Getting rid of white background after rotate

I'm trying to take an input file with a shaped image (transparent background) and create a new image showing the original image rotated around the center axis. As this code stands, I only get clear background when the image is rotated an even multiple of 90 degrees. This is the code I'm using: #!/us...