Add a driver to the end of a pipe.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_ISIS_drv_append( HISISDRV hPipe, HISISDRV hDriver ); |
Name | Type | Description |
---|---|---|
hPipe | HISISDRV | The pipe handle (which is usually the handle of the head driver of the pipe). |
hDriver | HISISDRV | The driver handle to append to the pipe. |
Error count.
This function does not process image pixels.
The IG_ISIS_drv_append function appends a specified driver onto the end of an existing ISIS pipe.
Use IG_ISIS_drv_append to add a driver to the end of an ISIS pipe. For example, if you have a pipe that includes a scanner driver and a compression driver, you can use IG_ISIS_drv_append to add a file writing driver (such as PIXFPACK) to the end of the pipe, without knowing the handle of the last driver in the pipe.
IG_ISIS_drv_chop_before_driver