Resize with minimum dimensions (^) on Windows

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
Tom

Resize with minimum dimensions (^) on Windows

Post by Tom »

Hi,

Does resizing with minimum dimensions (^) work on Windows? It does on Linux but I doesn't look to work on Windows. Same version on both. (6.4.1)

Many thanks,

Tom
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Resize with minimum dimensions (^) on Windows

Post by fmw42 »

You probably need to escape the ^ character in windows. I think it might be % but you would need to check.
Tom

Re: Resize with minimum dimensions (^) on Windows

Post by Tom »

Yes, you do. With itself! The caret character is itself an escape character for other characters, so you need to use ^^.

Now working well, :-).

Thank you for your help!

Perhaps a note could be made about that in the user manual?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Resize with minimum dimensions (^) on Windows

Post by fmw42 »

Post Reply