|
TPCCLIB
|
Process header information in IMG structure. More...
Go to the source code of this file.
Functions | |
| int | imgCopyHeader (IMG *img1, IMG *img2) |
| int | imgFillOHeader (IMG *img, TPCSTATUS *status) |
Process header information in IMG structure.
Definition in file imageheader.c.
Copy information fields from one IMG to another. Image dimensions, pixel data, and frame information are not copied.
| img1 | Pointer to source image structure. |
| img2 | Pointer to initiated target image structure. |
Definition at line 18 of file imageheader.c.
Fill/edit IMG output header.
| img | Pointer to image structure. |
| status | Pointer to status data; enter NULL if not needed. |
Definition at line 61 of file imageheader.c.
Referenced by imgWrite().