Announcement

Collapse
No announcement yet.

Set save formats in Save-As dialog

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

    Set save formats in Save-As dialog

    Version 4.3.6's release notes states: "New (admin) INI file option: Set save formats in Save-As dialog (see FAQs)". However, I don't see the instructions in the FAQ. Can someone explain how this is done?


    Thank you

    #2
    I imagine it is this one;
    Q: I am an administrator. How can I set which save formats should be offered in the save/save-as dialog?
    A: In the global INI file (located in the IrfanView folder), you can set some Admin values in correct INI sections:

    [Save]
    Admin_SaveFormats = extension|extension|
    Example for 2 formats:
    Admin_SaveFormats = BMP|JPG|
    NOTE: you can do that also in the local INI file (if the Admin option is not used), just use:
    [Save]
    SaveFormats = extension|extension|
    NOTE: If you leave the value text empty (no extensions), there save dialogs won't be used at all, so you can disable File->Save menus.
    Just write:
    SaveFormats = |
    or Admin_SaveFormats = |

    Comment


      #3
      Thank you! I'm pretty sure that wasn't there when I looked.

      Comment

      Working...
      X