13

I am looking for an image viewer software without very large window borders.
I don't need any type of toolbar, just a simple image viewer.

It would also be fine if there is no top bar to close, minimize or maximize window.

nixda
  • 27,634
Mowgli
  • 320

1 Answers1

16

Here are three viewers you can try


#1 HoneyView (my current choice)

enter image description here

  • Open Configuration (F5) ยป View and
    • uncheck Show main window border
    • check Do not display the top menu bar
    • check Do not display the bottom control bar

#2 Nexus Image

enter image description here

  • Right click and select Hide status bar

#3 IrfanView

enter image description here

  • To permanently hide status bar, toolbar, caption and menu bar add /hide=15 to a IrfanView shortcut
  • (or) edit i_view32.ini and add (thx@Lywald)

    [Menu]
    Active=0
    [Caption] 
    Active=0 
    [StatusBar]
    Active=0
    [ToolBar]
    Active=0
    

    (I wasn't able to hide the normal window border)

nixda
  • 27,634