Log in

View Full Version : Tiny image viewer idea


bitbank
09-11-2002, 05:53 PM
For another project, I took my PQView image viewer code and sliced and diced it into the smallest possible JPEG/GIF viewer. For the desktop PC, it is 40K and for the Pocket PC it is 53K. It has the following features:

1) Quickly loads the images and displays them in a window sized to the image size (if it fits on the display) or scaled to fit the default window size.
2) The window can then be sized, scaled or panned and rotated.
3) No external dependencies (not even the VC++ C-runtime)
4) It is completely self-contained and can run on any version of CE or Windows (32-bit).

Is this interesting as a retail product? How about as an imaging toolkit which can be linked into a C or VB application?

Let me know.