73

How can I zoom-in without having the image blurred in Irfanview? I need it for GUI development to see large pixels.

Mike L.
  • 5,937

2 Answers2

101

I found the solution by reading changelog

New display option: Use Resample for zooming (Menu: View->Display options)

So from "View" menu, select "Display options" and turn off "Use resample".

slhck
  • 235,242
extrater
  • 1,026
-7

What you're looking for is technically known as "Nearest Neighbor Interpolation".

i would use an application like

  • Microsoft's ZoomIt
  • Magnifier
  • Photoshop

they all 'preserve hard edges of pixels'.

Ian Boyd
  • 23,066