Search found 3 matches

by jman
2012-06-10T08:15:49-07:00
Forum: IMagick
Topic: Rotate Changes Transparency to Black
Replies: 9
Views: 27324

Re: Rotate Changes Transparency to Black

I installed 3.1.0RC2, ran the image test with all above suggestions and my own code and still producing black background.
by jman
2012-06-08T17:16:53-07:00
Forum: IMagick
Topic: Rotate Changes Transparency to Black
Replies: 9
Views: 27324

Re: Rotate Changes Transparency to Black

I tried both of your suggestions and both are producing the same situation...

If it matters I am running Centos 6.2 and pecl info imagick returns....
ABOUT PECL.PHP.NET/IMAGICK-3.0.1
================================
Release Type PECL-style PHP extension (source code)
Name imagick
Channel pecl.php ...
by jman
2012-06-08T11:10:48-07:00
Forum: IMagick
Topic: Rotate Changes Transparency to Black
Replies: 9
Views: 27324

Rotate Changes Transparency to Black

I'm really sorry if this is a stupid mistake on my part but I swear I read about this and tried every combo of commands I could. First off....the command in shell and exec works perfectly....

convert -verbose ".$input." -background none -rotate 45 ".$ouput

however attempting it with imagick with ...