Hello, I am amazed by Imagemagick, and bit by bit learning the tricks, but I can not figure out how to view a file (picture) in a small format. If I use display, it shows my picture in full format, bigger than my screen. Would there be a command on the command line to view a file in a specific dimension, without altering (resampling) the file?
Thanks a lot for helping out.
Karel
displaying a file in a smaller format.
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: displaying a file in a smaller format.
It depends on your platform. On Windows, Microsoft Photo Viewer works well for me. Some people like Irfan Viewer.
snibgo's IM pages: im.snibgo.com
Re: displaying a file in a smaller format.
Code: Select all
display -geometry 25% file
Re: displaying a file in a smaller format.
Thanks for answering, I guess my question was not that clear, but thanks for the answers. And yes, glennrp, that's exactly what I was looking for.
Cheers,
Karel
Cheers,
Karel