Announcement

Collapse
No announcement yet.

Save clipborad text to gif via command line

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

    Save clipborad text to gif via command line

    I checked this option:



    and when I execute following command:

    Code:
    i_view32.exe /clippaste /convert=ClipboardText.gif
    it will ask to "Choose transparent color"...

    My quesion is I don't want that image to be transparent,and I don't want to change the .ini file settings.

    I found /transpcolor=(r,g,b) option,but not match my attempt.

    ...Finally I tryed add /ini option,then it does what I want...But this looks strange,because in the ini file,the setting is "SaveTransparent=1"...

    I hope add new command line option,such as /transpcolor=None
    --------------------------------------------------------------------------

    /ini - use the Windows folder for INI/LST files (read/save)
    Windows folder means the %windir% folder?

    #2
    Hi tireless,

    Using the /ini switch instructs indeed IrfanView to use the i_view32.ini file beeing in the Windows directory. If there is none, it will be created (almost empty). As the default value is to save without transparency, you will not be prompted to choose a color.

    The "SaveTransparent=1" is in another ini file (maybe in %programfiles% or in %appdata% but IrfanView uses the one in %windir% which has a different content. So there is nothing strange.

    By the way, you might erase this %windir%\i_view32.ini.

    Laurent
    Before you post ... fill in your OS and IV version in your profile.

    Comment

    Working...
    X