Convert version 6.3.7 results in expected image with the following command:
[solved]
Convert version 6.5.7-8 results in completely black image (or transparent if you change to png).
Here are the images:
[solved]
Has something been changed or deprecated that would change the above command? This is holding an infrastructure upgrade back. Any help would be greatly appreciated. I have art discounts to give away
Newer Imagemagick Version results in black image [solved]
Newer Imagemagick Version results in black image [solved]
Last edited by CybrMike on 2010-09-29T17:49:54-07:00, edited 1 time in total.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Newer Imagemagick Version results in black image
try upgrading to the current version. you are still way behind. currently at 6.6.4.7
Re: Newer Imagemagick Version results in black image
I was using the ubuntu 10.04 version. I just upgraded and the resulting image is still black. Any other ideas?fmw42 wrote:try upgrading to the current version. you are still way behind. currently at 6.6.4.7
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Newer Imagemagick Version results in black image
I was using the ubuntu 10.04 version. I just upgraded and the resulting image is still black. Any other ideas?
Are you upgrading ubuntu or IM? You don't mention the IM version you are using. But assuming you did upgrade IM, then ...
Your command is rather complex as one long command. Try to find the option that seems to fail by doing things in multiple commands and saving intermediate temporary images.
try changing +compose to -compose over
Re: Newer Imagemagick Version results in black image
surprisingly, changing +compose to -compose over worked great! Thanks for the help!fmw42 wrote:I was using the ubuntu 10.04 version. I just upgraded and the resulting image is still black. Any other ideas?
Are you upgrading ubuntu or IM? You don't mention the IM version you are using. But assuming you did upgrade IM, then ...
Your command is rather complex as one long command. Try to find the option that seems to fail by doing things in multiple commands and saving intermediate temporary images.
try changing +compose to -compose over
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Newer Imagemagick Version results in black image [solved
I think +compose was deprecated or removed at some point in favor of just resetting the compose method to the default -compose over. But Anthony may be able to comment further on that.