Instructions for testing "WSQ image library" on C627x microprocessor in CCStudio.

1. Create new project. Go to CCStudio meniu
Project -> New

2. Right click on the project with the mouse.
In the popup menu choose
Build Options -> Linker

Enter
Heap Size:
0x400000
Stack Size:
0x400000

3. Add "rts6700.lib" to the project.
This file is located in directory
C:\CCStudio_v3.3\C6000\cgtools\lib\rts6700.lib
or similar.

4. Add file "WSQ_library_C67xx.lib" to the project.

5. Add file "wsq_demo.c" to the project.

6. Build project.  Go to CCStudio meniu
Project -> Build

7. Load program. Go to CCStudio meniu
File -> Load program

8. Load WSQ image data. Go to CCStudio meniu
File -> Data -> Load...
choose file 
sample_image_128x128.dat
or
sample_image_545x622.dat

In the window
"Storing Memory into File"
as
"Address:"
enter
"idata"

9. Run the WSQ demo program. Go to CCStudio meniu
Debug -> Run

10.
To view decompressed image please go to CCStudio menu
View -> Graph -> Image.
Then choose:
1) Color Space = RGB,
2) Start address - R/G/B Source = odata,
3) Byte Packing to Fill 32 bits = No,
4) Image Origin = Top Left,
5) Set Lines per Display = equal to image height,
5) Set Pixels per Line = equal to image width.

