Search found 6 matches
- 2013-01-09T03:52:36-07:00
- Forum: Users
- Topic: Mask with input image <256 colors/bug?
- Replies: 11
- Views: 9497
Re: Mask with input image <256 colors/bug?
Ok I'll try updating. The images you show there are still incorrect. It should look like out2 or out3, a red circle around the original image. I think your mask circle is larger than the circle in the images, so it will also keep some of the background white. Yup, its supposed to do that. out1 ...
- 2013-01-08T09:01:19-07:00
- Forum: Users
- Topic: Mask with input image <256 colors/bug?
- Replies: 11
- Views: 9497
Re: Mask with input image <256 colors/bug?
Nope updating didn't help just get the same output running ImageMagick 6.8.1-9 2013-01-08 Q16
- 2013-01-08T08:56:17-07:00
- Forum: Users
- Topic: Mask with input image <256 colors/bug?
- Replies: 11
- Views: 9497
Re: Mask with input image <256 colors/bug?
Ok I'll try updating.
The images you show there are still incorrect. It should look like out2 or out3, a red circle around the original image.
The images you show there are still incorrect. It should look like out2 or out3, a red circle around the original image.
- 2013-01-07T10:26:25-07:00
- Forum: Users
- Topic: Mask with input image <256 colors/bug?
- Replies: 11
- Views: 9497
Re: Mask with input image <256 colors/bug?
Oh and I'm running Ubuntu 12 with ImageMagick 6.6.9-7 Q16
- 2013-01-07T03:34:00-07:00
- Forum: Users
- Topic: Mask with input image <256 colors/bug?
- Replies: 11
- Views: 9497
Re: Mask with input image <256 colors/bug?
I've tried adding -colors and -type but with no change. Ok, the command I'm running is: convert input1.png -mask mask.png -fill red -draw "rectangle 0,0,256,256" out1.png convert input2.png -mask mask.png -fill red -draw "rectangle 0,0,256,256" out2.png With the following files input1: http://s7 ...
- 2013-01-04T09:17:02-07:00
- Forum: Users
- Topic: Mask with input image <256 colors/bug?
- Replies: 11
- Views: 9497
Mask with input image <256 colors/bug?
Hi, I'm running convert input.png -mask mask.png -fill red -draw "rectangle 0,0,512,512" out.png Which runs fine with input images >256 colors. However, if I try to run an image with <256 colors I always get a transparent background as the output. All I want to be able to do is convert the source ...