QuickVoy JPEG viewer

RISC OS 3.5 supports JPEGs natively, thanks to an extention to the SpriteExtend module. This extention has been made available for older machines in the form of two modules (JPEGMsgs and JPEGRender - which appear to be extraordinarily difficult to find!).

Better than that, there is an option of loading and displaying the JPEGs directly from file so that building a JPEG viewer into QuickVoy was pretty much a matter of creating a loader and a redraw routine, both calling the JPEG system calls.
Trivial really, which is why QuickVoy has a built-in JPEG viewer.

 

NEWSFLASH!
As of version 0.38, QuickVoy's image viewer will still decode JPEGs natively (as it is extremely fast). However, all other files dragged to QuickVoy (except to QuickMail) will be passed to ChangeFSI for processing. This means that you can view anything in QuickVoy that ChangeFSI can handle!

 

By way of demonstration, the source file was that lovely picture of Alyson Hannigan lying in the grass...

 

When you are in a screen mode with less than 256 colours, the image will be rendered in monochrome. The rendering is a bit worse than ChangeFSI - it is like ChangeFSI with the dithering disabled, but the results are still quite useful.

Image; 30K GIF
An example of the JPEG display in MODE 31 (16 colours)

 

In 256 colour (or more) modes, the rendering is dithered and in colour. The quality isn't bad, especially given the processing speed.

Image; 78K GIF
An example of the JPEG display in MODE 28 (256 colours)

 

In 32 thousand colour modes, the picture would become as below. Note that this example is itself a JPEG, so may suffer slight loss of resolution due to being decoded, encoded, and decoded again by your system.

Image; 53K JPEG
An example of the JPEG display in MODE X800 Y600 C32K (32,768 colours)

 

In a 16 million colour mode, it would be as below. This is also a JPEG, and you need to be in a 16 million colour mode (also referred to as "TruColor" on PC systems) in order to see any difference between this and the above - though the difference is slight.
PS: Spot who only has 1Mb of VRAM installed! :-)

Image; 51K JPEG
An example of the JPEG display in MODE X480 Y352 C16M (16,777,216 colours)

 

The rendering is done directly from file, so it is slow during repeated redraws (if, for example, you drag a menu across the display window). However, in comparison to FYEO2 or ChangeFSI, you will notice that the system JPEG handling is extremely quick, even on the older ARM3 hardware.

On a RiscPC system, QuickVoy will load the JPEG into a dynamic area and render it from there.

 


Return to QuickVoy index
Copyright © 2001 Richard Murray