How to disable extra popup windows with display?

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
RobS

How to disable extra popup windows with display?

Post by RobS »

I want to use display to show images from a media folder in a Linux kiosk type application.

However, if someone happens to put a file in the folder that can't be decoded, a file selection window pops up which is inappropriate for this type of usage.

How can popups be disabled? Just showing the logo image in this case would be OK.

Thanks,

Rob
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: How to disable extra popup windows with display?

Post by magick »

What happens if you use -immutable?
  • display -immutable *
RobS

Re: How to disable extra popup windows with display?

Post by RobS »

The -immutable flag does not make a difference.

Rob
Post Reply