image gallery

a simple gui to open, view and process a batch of images - now with an axes scrollbar.

You are now following this Submission

This application allows you to select several image files.

All the selected images are displayed in the main GUI and you can scroll through them (the scroll bar becomes active when more then 16 images are loaded).

You can run a processing function (of your choice) on the selected images.

The processing affect + score will be displayed on each image.

You can double click on an image to open it in a separate figure.

In case of large images you can easily change the code to display resized image and run the processing function on the original file.

I sew some versions don't have the imtool function so I replaced it with a simple figure...

BUG - uigetfile has a maximum number of files it can return...

Cite As

Yonathan Nativ (2026). image gallery (https://www.mathworks.com/matlabcentral/fileexchange/17290-image-gallery), MATLAB Central File Exchange. Retrieved .

General Information

MATLAB Release Compatibility

  • Compatible with any release

Platform Compatibility

  • Windows
  • macOS
  • Linux
Version Published Release Notes Action
1.0.0.0

I added an axis scroll bar.

You can load many images and scroll through them...