version : 7.0.5-Q16
I want to display a raw file on Win7,
but don't know how to use syntax "display"
I used to convert raw file into jpg, syntax like
magick -size 500x676 -depth 8 gray:apple-500-676 apple.jpg
and use windows softward to show the image.
Can anybody tell my how to directly use "display" and show the image?
display image on win7
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: display image on win7
In your ImageMagick directory, you probably have a program called "imdisplay.exe". If so, try:
Code: Select all
imdisplay -size 500x676 -depth 8 gray:apple-500-676
snibgo's IM pages: im.snibgo.com
-
- Posts: 12159
- Joined: 2010-01-23T23:01:33-07:00
- Authentication code: 1151
- Location: England, UK
Re: display image on win7
Try "imdisplay" with no arguments. What happens?
snibgo's IM pages: im.snibgo.com