←back to thread

IrfanView

(www.irfanview.com)
520 points omnibrain | 1 comments | | HN request time: 0.205s | source
1. myfonj ◴[] No.39879763[source]
Also my daily driver for any bitmap-related operations. One little thing that became my muscle memory over the years is using it to view/edit/crop latest clipboard entry, most often screenshots, through simple hotkey (olden AutoHotkey) launcher with `/clippaste` command line parameter.

    ; open / view current clipboard in irfanView
    ; win alt i
    #!i::run,path\to\IrfanView\i_view32.exe /clippaste
(Funny, totally forgot I still use 32 bit version.) There are lots of command line options available i_view32 provides.