Announcement

Collapse
No announcement yet.

commandline resize disables multipage?!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Reported commandline resize disables multipage?!

    G'day,

    I'm using irfanview to display images from within an other program using the commandline. On this I use /resize te make sure the window is the size I want. The problem is that I'm now unable to browse through te pages of my multipage tif. I can call every separate page from the commandline but the user has greyed-out buttons for previous page and next page.
    Is this a bug or am I doing something wrong?
    Is het possible to use the INI to determine the resizing and if so how is this done?

    TTFN, Rob

    #2
    I think this may be normal, but it may just be an oversight. I mean, you can resize a tif in the GUI without it disabling the pages.

    You can have the INI be set to make a certain size window that would allow your image to be fitted. The entries are in [WinPosition]:

    Width=800
    Height=600

    In order to use them, the setting RememberWinPos=1 in [Others] must be used. A couple of problems though. You must calculate the correct window size by accounting for toolbars and the window itself, besides the image. Also, there are some built-in minimums to watch out for. For example, the toolbars' sizes will prevent you from making too small a window, unless modified. Eventually, you would need to change your view option to get smaller.

    Comment


      #3
      @Skippybox
      Thx for your reply. It seems that I can declare those values in the INI-file. In a blink the image opens in the desired setting, but it immediatly swaps to maximum screendimensions (maximized is not set and thats corrext since I've set that to zero in the INI-file) So I still have my screen filled.
      Any ideas?

      TTFN

      Comment


        #4
        Make sure you've chosen a display option that doesn't change the window size.

        Fit images to window
        Fit only big images to window
        Do not fit anything

        Comment


          #5
          many thx

          @Skippybox
          Thx mate, that did the trick. I had chozen an fit big image to fullscreen and never realized it

          Comment

          Working...
          X