How do I keep images zoomed at the same level when viewing multiple images in one session?

15,478

Solution 1

This can be achieved in IrfanView:

  1. Open the first image.
  2. Zoom to the desired level and position.
  3. On the IrfanView menu bar, select View->Lock Zoom (Shift+L) and View->Keep Scroll position
  4. Browse other images.

Solution 2

Adobe Lightroom supports the behaviour you are asking for but it's not free.

Another option would be to make temporary copies cropped to the area of interest, if you have the disk space are comfortable working in the Command Prompt. ImageMagick (free) could do this for you:

for %i in (src\*.jpg) do convert "%i" -crop 800x600+200+200 -resize "200%" "dest\%~ni.png"

The above example would take each JPG image in the src folder, grab an 800x600 section 200 pixels from the top left, magnify it by 200% and save it as a PNG in the dest folder.

Solution 3

You can do this with Fastone Image viewer

  1. Open image in windowed or fullscreen view
  2. Go to Settings
  3. Under Viewer tab uncheck Reset image position to (0,0) when loading images checkmark
  4. In Auto Image Size dropdown choose Lock zoom ratio And press ok
  5. Zoom to the desired location and use PageUp and PageDown to switch between images

Here is video demonstration

Share:
15,478

Related videos on Youtube

runaros
Author by

runaros

Student at NTNU in Trondheim, Norway.

Updated on September 17, 2022

Comments

  • runaros
    runaros almost 2 years

    I have a lot of images of the same size (2272x1920), each depicting a layer in a model. The interesting part of the images is a rectangular area that is of the same size and at the same position in all of the images, so I zoom in on the interesting part. However when I go to the next image the image is again zoomed out to normal. I want to view the images in series with the image fixed at the given zoom level and position.

    How can i achive this?

    I've tried the standard image viewer built into Windows 7, and also IrfanView. Solutions to these two programs are very welcome as these are the ones I use regularly, but also solutions for other programs are welcome.

  • dsollen
    dsollen almost 10 years
    belated thank you, I wanted a similar ability and am now using irfanview. Though I now need to figure out how to configure it so it scrolls down faster when I use the mouse wheel, but now that I know the program sure I can google that :)
  • TaW
    TaW over 9 years
    Zoom to the desired level and position. Well how can I do that?? Eg how to zoom to 200% 300% etc? All I get are level that make the pixels show a moiree.. belated tia