display image on win7

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
chengwei
Posts: 3
Joined: 2017-03-27T00:30:22-07:00
Authentication code: 1151

display image on win7

Post 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?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: display image on win7

Post 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
snibgo's IM pages: im.snibgo.com
chengwei
Posts: 3
Joined: 2017-03-27T00:30:22-07:00
Authentication code: 1151

Re: display image on win7

Post by chengwei »

Image

http://imgur.com/a/Mg0UK

it said was not found
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: display image on win7

Post by snibgo »

Try "imdisplay" with no arguments. What happens?
snibgo's IM pages: im.snibgo.com
chengwei
Posts: 3
Joined: 2017-03-27T00:30:22-07:00
Authentication code: 1151

Re: display image on win7

Post by chengwei »

reply:Try "imdisplay" with no arguments. What happens?

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