Display images in fullscreen mode

Version 1.1.0.0 (1.76 KB) by Julian
Helps you display images in fullscreen mode without using Java.
1.3K Downloads
Updated 25 Oct 2010

View License

accepts filenames or an image data array (specification of a colormap is possible) as input. Use the function in the following way:

fullscreen('filename','dateiname.png','screennumber',ScreenNumber);
fullscreen('cdata',ImageDataArray,'screennumber',ScreenNumber);
fullscreen('cdata',ImageDataArray,'map',ColorMap,'screennumber',ScreenNumber);

Cite As

Julian (2024). Display images in fullscreen mode (https://www.mathworks.com/matlabcentral/fileexchange/29034-display-images-in-fullscreen-mode), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2009b
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on Display Image in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.1.0.0

Bugfix: In the first version there was a bug which caused the images not to be shown in the fullscreen window, if there was another figure present. Should be working correctly now.

1.0.0.0