Linux Standard Base Desktop Specification 4.1 | ||
---|---|---|
<<< Previous | Next >>> |
png_create_write_struct() shall allocate and initialize a png_struct structure. The function shall return NULL if the allocation fails. The application should check for the return value.
Returns the pointer to png_struct structure. Returns NULL if it fails to create the structure.
<<< Previous | Home | Next >>> |
png_create_read_struct_2 | Up | png_create_write_struct_2 |