How to convert a png file from from 600 x 800 into 600 x 400? [duplicate]
Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
This question already has an answer here:
Force GraphicsMagick to resize image to specific width
1 answer
What does `I` (uppercase i) mean in `ps aux`?
1 answer
Get info on my source png file.
file old.png
old.png: PNG image data, 600 x 800, 8-bit colormap, non-interlaced
I want to convert old.png from 600 x 800 into 600 x 400.
convert -resize 600x400 old.png new.png
Check my output.
file new.png
new.png: PNG image data, 300 x 400, 8-bit/color RGB, non-interlaced
conversion png
marked as duplicate by G-Man, Isaac, muru, Goro, RalfFriedl Oct 1 at 5:56
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |Â
up vote
0
down vote
favorite
This question already has an answer here:
Force GraphicsMagick to resize image to specific width
1 answer
What does `I` (uppercase i) mean in `ps aux`?
1 answer
Get info on my source png file.
file old.png
old.png: PNG image data, 600 x 800, 8-bit colormap, non-interlaced
I want to convert old.png from 600 x 800 into 600 x 400.
convert -resize 600x400 old.png new.png
Check my output.
file new.png
new.png: PNG image data, 300 x 400, 8-bit/color RGB, non-interlaced
conversion png
marked as duplicate by G-Man, Isaac, muru, Goro, RalfFriedl Oct 1 at 5:56
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
Check the documentation for ignoring the aspect ratio during resize: imagemagick.org/Usage/resize/#noaspect
â dsstorefile1
Oct 1 at 3:31
4
Perhaps this question is similar: Force GraphicsMagick to resize image to specific width
â dsstorefile1
Oct 1 at 3:32
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
This question already has an answer here:
Force GraphicsMagick to resize image to specific width
1 answer
What does `I` (uppercase i) mean in `ps aux`?
1 answer
Get info on my source png file.
file old.png
old.png: PNG image data, 600 x 800, 8-bit colormap, non-interlaced
I want to convert old.png from 600 x 800 into 600 x 400.
convert -resize 600x400 old.png new.png
Check my output.
file new.png
new.png: PNG image data, 300 x 400, 8-bit/color RGB, non-interlaced
conversion png
This question already has an answer here:
Force GraphicsMagick to resize image to specific width
1 answer
What does `I` (uppercase i) mean in `ps aux`?
1 answer
Get info on my source png file.
file old.png
old.png: PNG image data, 600 x 800, 8-bit colormap, non-interlaced
I want to convert old.png from 600 x 800 into 600 x 400.
convert -resize 600x400 old.png new.png
Check my output.
file new.png
new.png: PNG image data, 300 x 400, 8-bit/color RGB, non-interlaced
This question already has an answer here:
Force GraphicsMagick to resize image to specific width
1 answer
What does `I` (uppercase i) mean in `ps aux`?
1 answer
conversion png
conversion png
asked Oct 1 at 2:59
it_is_a_literature
17942453
17942453
marked as duplicate by G-Man, Isaac, muru, Goro, RalfFriedl Oct 1 at 5:56
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by G-Man, Isaac, muru, Goro, RalfFriedl Oct 1 at 5:56
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
1
Check the documentation for ignoring the aspect ratio during resize: imagemagick.org/Usage/resize/#noaspect
â dsstorefile1
Oct 1 at 3:31
4
Perhaps this question is similar: Force GraphicsMagick to resize image to specific width
â dsstorefile1
Oct 1 at 3:32
add a comment |Â
1
Check the documentation for ignoring the aspect ratio during resize: imagemagick.org/Usage/resize/#noaspect
â dsstorefile1
Oct 1 at 3:31
4
Perhaps this question is similar: Force GraphicsMagick to resize image to specific width
â dsstorefile1
Oct 1 at 3:32
1
1
Check the documentation for ignoring the aspect ratio during resize: imagemagick.org/Usage/resize/#noaspect
â dsstorefile1
Oct 1 at 3:31
Check the documentation for ignoring the aspect ratio during resize: imagemagick.org/Usage/resize/#noaspect
â dsstorefile1
Oct 1 at 3:31
4
4
Perhaps this question is similar: Force GraphicsMagick to resize image to specific width
â dsstorefile1
Oct 1 at 3:32
Perhaps this question is similar: Force GraphicsMagick to resize image to specific width
â dsstorefile1
Oct 1 at 3:32
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
0
down vote
convert -resize 600x400! old.png new.png
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
convert -resize 600x400! old.png new.png
add a comment |Â
up vote
0
down vote
convert -resize 600x400! old.png new.png
add a comment |Â
up vote
0
down vote
up vote
0
down vote
convert -resize 600x400! old.png new.png
convert -resize 600x400! old.png new.png
answered Oct 1 at 4:22
it_is_a_literature
17942453
17942453
add a comment |Â
add a comment |Â
1
Check the documentation for ignoring the aspect ratio during resize: imagemagick.org/Usage/resize/#noaspect
â dsstorefile1
Oct 1 at 3:31
4
Perhaps this question is similar: Force GraphicsMagick to resize image to specific width
â dsstorefile1
Oct 1 at 3:32