Search found 9 matches

by emafuma
2011-11-26T05:28:41-07:00
Forum: Users
Topic: Circular cropping seems not working on some pics
Replies: 4
Views: 9118

Re: Circular cropping seems not working on some pics

Hi, thanks a lot for replying. Yes if I convert to RGB than the cropping is ok. Is there a way to add this conversion to the cropping command line? (I'm doing that in an application where I don't know what kind of pictures users add) In the conversion process, if converting an already RGB is there s...
by emafuma
2011-11-25T03:33:05-07:00
Forum: Users
Topic: Circular cropping seems not working on some pics
Replies: 4
Views: 9118

Circular cropping seems not working on some pics

Hi all, I'm using convert to crop an image into a circular area with trasparent background. I'm using: convert testCrop.jpeg -background transparent -gravity Center -crop 150.0x150.0+0+0 -resize '136.0' -vignette 1x1+2+2 circ6.png with ImageMagick 6.7.1-0 2011-07-25 Q16 On this particular image the ...
by emafuma
2011-09-22T23:52:04-07:00
Forum: Users
Topic: Converting transparent PNG
Replies: 10
Views: 20688

Re: Converting transparent PNG

It Should be white inside and tranparent outside (I mean it's the transparency that makes the pic looks circular)
Thanks
by emafuma
2011-09-22T10:09:48-07:00
Forum: Users
Topic: Converting transparent PNG
Replies: 10
Views: 20688

Re: Converting transparent PNG

Thanks for replying I did: convert \( agrate_brianza.png -gravity Center -crop 150x150+0+0 -resize '136' \) \( +clone -alpha extract \) \( +clone -fill black -colorize 100% -fill white -draw "circle 68,68 68,136" \) \( -clone 1 -clone 2 -compose multiply -composite \) -delete 1,2 -alpha of...
by emafuma
2011-09-22T03:32:08-07:00
Forum: Users
Topic: Converting transparent PNG
Replies: 10
Views: 20688

Re: Converting transparent PNG

I tried again, but the pic I get has transparent background while I want to have it white. Is it possible? Thanks
by emafuma
2011-07-20T03:02:21-07:00
Forum: Users
Topic: composite overlay and masking
Replies: 8
Views: 48389

composite overlay and masking

Hi, I'm trying to compose the two images in order to get a nice 3d look. I managed to do that manually using Photoshop. I tried using: convert -size 90x90 pufres.png -composite badge.png -geometry +0+0 test.png But didn't work, besides I would like to have the white area to become fully transparent....
by emafuma
2011-07-18T12:03:37-07:00
Forum: Users
Topic: Converting transparent PNG
Replies: 10
Views: 20688

Re: Converting transparent PNG

that works for me too! Thank you very much.
by emafuma
2011-07-18T01:09:17-07:00
Forum: Users
Topic: Converting transparent PNG
Replies: 10
Views: 20688

Re: Converting transparent PNG

Hi, Thanks for replying, so this is the pic in question: http://dl.dropbox.com/u/1069056/agrate_brianza.png And this is the command line: convert agrate_brianza.png -background transparent -transparent-color white -gravity Center -crop 150.0x150.0+0+0 -resize '136.0' -opaque white -fill white -trans...
by emafuma
2011-07-15T07:33:30-07:00
Forum: Users
Topic: Converting transparent PNG
Replies: 10
Views: 20688

Converting transparent PNG

Hi, I'm trying to convert a PNG with transparency, but if I add vignette I have my transparency replaced with black. Is it possible to replace with white I tried: convert agrate_brianza.png -background transparent -transparent-color white -gravity Center -crop 150.0x150.0+0+0 -resize '136.0' -opaque...