News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests

Main Menu

Image and video viewer

Started by jj2007, May 21, 2020, 10:25:56 PM

Previous topic - Next topic

jj2007

Attached a simple but fast image viewer. It handles animated GIF and multiframe TIFF images, too.

- use the mousewheel to zoom in and out
- arrow left/right move the (zoomed) image
- same for Shift arrow up/down
- arrow up/down selects the next image

It plays videos, too: arrow right starts the play, arrow left stops it. Arrow up/down is for speed.

This was built with the latest MasmBasic of 21 May 2020.

hutch--

Works OK here, did you use some form of smoothing filter on it ? I tested it with a 64k JPG.

jj2007

No special filter, just ordinary gdiplus.

Siekmanski

Creative coders use backward thinking techniques as a strategy.

Vortex

Hi Jochen,

Works fine on Windows 10 64-bit. :thumbsup:

jj2007


hutch--

I should have added, the zooming technique is very impressive.

jj2007

Thanks, Hutch :thumbsup:

What I find more impressive is how fast it loads, and how fast it displays images. Or rather: I am deeply impressed by the extreme slowness of the official Micros**t viewer. What is their secret, how can they slow down so much a simple viewer that doesn't even use the anti-aliasing of GdiPlus?