Problem with resize and his size

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
jnimo

Problem with resize and his size

Post by jnimo »

Hello people, i have another problem please if someone could help me

i am trying to make this command:

convert -resize 1728x1447 1-3-temp.png dog.png

the command works but the dog.png doesn't had the 1728x1447 size, it just go to 1728x1296 i don't know why, anyone could help me?


thanks in advance
jnimo

Re: Problem with resize and his size

Post by jnimo »

sorry i have found the solution myself with the \! behind the size
Post Reply