How Can I get this IMage just round?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Larry82052
Posts: 3
Joined: 2015-03-30T01:52:27-07:00
Authentication code: 6789

How Can I get this IMage just round?

Post by Larry82052 »

I want to get this image round instead of the square outside background.I have been up most of the night trying to figure this out.Needing my image round for LOGO use.I want to learn how but I have to have this image by today late.thank you,Larry

http://www.wtv-zone.com/Larry82052/Larr ... rTone2.jpg
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: How Can I get this IMage just round?

Post by snibgo »

Images are rectangles. I don't understand "I want to get this image round instead of the square outside background."

Perhaps you want to turn the white pixels transparent:

Code: Select all

convert LarryColorTone2.jpg -transparent White larry.png
snibgo's IM pages: im.snibgo.com
Larry82052
Posts: 3
Joined: 2015-03-30T01:52:27-07:00
Authentication code: 6789

Re: How Can I get this IMage just round?

Post by Larry82052 »

Not sure what that means,I clicked on the link but nothing happened,,confused,sorry.I want just a round pic of me is all but I don't know how to look at what you wrote there? Larry
Larry82052
Posts: 3
Joined: 2015-03-30T01:52:27-07:00
Authentication code: 6789

Re: How Can I get this IMage just round?

Post by Larry82052 »

Yea what I would like to do is get my pic Above(Round) inside this Snare pic below.If I can get the pic of me round,I know how to combine the two together to get what I am looking for.
Image
Bonzo
Posts: 2971
Joined: 2006-05-20T08:08:19-07:00
Location: Cambridge, England

Re: How Can I get this IMage just round?

Post by Bonzo »

The problem with your first image is that it is a jpg and so the background will be in this case white. If it was a png with a transparent background you could composite it over the noose.
Alternatively you could use a mask to create a round hole in the snare image and composite it over your head. This could be a problem and is easiest if both images are the same size as the canvas size is taken from the first image.
Post Reply