How to Extract Tiff images from QIS?



This page describes the basic procedure for creating Tiff images using QIS and our free QIS client sample.

The Tiff images created by QIS are exact and support very DPI. This allows you to get high resolution images of small areas in the GDSII file.


start_qis.gif

STEP 1

Start your qis on either Windows or UNIX. In this example, we will run the qis.exe on Windows. QIS can run anywhere on the network as long as it has access to the GDSII file we want to process.



connect_qis.gif

STEP 2

Start our QIS Sample client which is located in the QIS installation directory. It will prompt you to enter the IP address where QIS is running and the port number you started it on. Please enter the correct values, and hit Connect.


STEP 3

From the main menu, Click on the File > Open button. Browse to select the GDSII file you want to process. Open the file and you should be able to see it on the screen.

select_gds.gif


gdsii_full.gif


STEP 4

From the Main Menu, Click on QIS > Send Command. A new window will come up. In this window, you can type in the commands to QIS. These commands may include turning off a few layers except the layer of intrest, setting the window you want to extract, and finally the command to save a TIff file to disk.
Please note that you must type each command under the edit command and push the send for each command you type. You must send one command at a time.
For example: If you wish to turn all layers off, you will type...
Set_Layers_Off (push send)
All (push send)
Then you can push the Redraw if you wish to see the changes on the screen.

send_command.gif



STEP 5

From the Send Command menu, you will need to start sending commands to QIS. In this example, we will turn all the layers off, except layer 4. Then extract a window to Tiff and save it to disk. Here are the list of commands used for this example...
Remember, you must enter one command at a time, and push the send button after each command..

Set_Layers_Off
All
redraw
Set_Layers_On
4
Set_Array_Mode
2
Set_Exact_Window
1500,1450,1670,1560
Redraw
Set_Display_Filter_Size
0
Set_structure_display_Filter_Size
0
Redraw
Get_Hires_Image
500000,c:\tmp\junk.tif

Here is how the data will look like in the QIS client after performing all these operations.
The Tiff file should be black on white with the traces all filled black. The output resolution of this file is 500000 (each pixel is 50.8nm).

qis_zoom.gif



STEP 6

After performing the Get_Hires_Image command, the Tiff file will be saved to disk.
You can now load it to your application and view it. Here is what the Tiff file will look like.

tiff_image.gif