A other way showing a large image

kohle

Active Member
Licensed User
Longtime User
There are some good examples in the forum how to load and show a large image with some additional libs.

I had the problem that my images looked bad on a samsung omnia 2,
but in the fotoviewer of samsung they where some kind of optimized.

I wanted to use this viewer with all integrated features like zooming and more, and without thinking of memory problems.

Here is a simple solution :

imgfile = dir + "test.jpg"
Shell (imgfile, "")

Of course you loose control, but when you close the viewer you
will be back, because your app is not closed.
 
Top