converting ps to miff and adding transparency
Posted: 2008-02-02T06:25:53-07:00
Hi,
in one of my scripts I use the following line:
/tmp/foo is a ps-file. This worked fine until I changed to release 6.3.5. Now the conversion works fine, but white is no longer transparent. Only if I code
everything works as before. So IM does figure out that /tmp/foo is ps, but it cannot convert white to transparency unless I explicitly tell IM it is ps ?!
My workaround is fine, but this strange behaviour seems like a bug to me.
Bernhard
in one of my scripts I use the following line:
Code: Select all
convert /tmp/foo -rotate 90 -transparent white MIFF:/tmp/bar
Code: Select all
convert ps:/tmp/foo -rotate 90 -transparent white MIFF:/tmp/bar
My workaround is fine, but this strange behaviour seems like a bug to me.
Bernhard