How do you change the shape of one image like another?
-
- Posts: 3
- Joined: 2018-05-10T01:17:02-07:00
- Authentication code: 1152
How do you change the shape of one image like another?
I want to change the image above to the image below ... What should I do?
Last edited by PSVGameMania on 2018-05-10T05:30:05-07:00, edited 10 times in total.
Re: How do you change the shape of one image like another?
The images are not displayed here - permission error? Move somewhere else?
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How do you change the shape of one image like another?
Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images.
See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at http://www.imagemagick.org/discourse-se ... f=1&t=9620
For novices, see
http://www.imagemagick.org/discourse-se ... f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
https://github.com/ImageMagick/usage-markdown
See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at http://www.imagemagick.org/discourse-se ... f=1&t=9620
For novices, see
http://www.imagemagick.org/discourse-se ... f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
https://github.com/ImageMagick/usage-markdown
-
- Posts: 3
- Joined: 2018-05-10T01:17:02-07:00
- Authentication code: 1152
Re: How do you change the shape of one image like another?
Sorry... I used Windows ImageMagick-7.0.7-31-Q16-x64 version.
command line convert image.png -fill white -opapue black -background none output.png.
command line convert image.png -fill white -opapue black -background none output.png.
-
- Posts: 3
- Joined: 2018-05-10T01:17:02-07:00
- Authentication code: 1152
Re: How do you change the shape of one image like another?
Sorry... I used Windows ImageMagick-7.0.7-31-Q16-x64 version.fmw42 wrote: ↑2018-05-10T09:13:24-07:00 Please, always provide your IM version and platform when asking questions, since syntax may differ. Also provide your exact command line and if possible your images.
See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at http://www.imagemagick.org/discourse-se ... f=1&t=9620
For novices, see
http://www.imagemagick.org/discourse-se ... f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
https://github.com/ImageMagick/usage-markdown
command line convert image.png -fill white -opapue black -background none output.png.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: How do you change the shape of one image like another?
try
Note in IM 7 magick replaces convert and you would also use magick mogrify or magick identify for the other tools.
Code: Select all
magick nine.png -fuzz 88% -transparent black result.png