Page 1 of 1

display image on win7

Posted: 2017-03-27T00:41:29-07:00
by chengwei
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?

Re: display image on win7

Posted: 2017-03-27T09:52:09-07:00
by snibgo
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

Re: display image on win7

Posted: 2017-03-27T19:10:42-07:00
by chengwei
Image

http://imgur.com/a/Mg0UK

it said was not found

Re: display image on win7

Posted: 2017-03-27T20:18:36-07:00
by snibgo
Try "imdisplay" with no arguments. What happens?

Re: display image on win7

Posted: 2017-03-28T00:21:34-07:00
by chengwei
reply:Try "imdisplay" with no arguments. What happens?

it opens IMDisplay.
http://imgur.com/a/QRLHo