| [2] | 1 |
|
|---|
| 2 | /* pngwio.c - functions for data output
|
|---|
| 3 | *
|
|---|
| [846] | 4 | * Last changed in libpng 1.4.0 [January 3, 2010]
|
|---|
| 5 | * Copyright (c) 1998-2010 Glenn Randers-Pehrson
|
|---|
| [2] | 6 | * (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
|
|---|
| 7 | * (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
|
|---|
| 8 | *
|
|---|
| [561] | 9 | * This code is released under the libpng license.
|
|---|
| 10 | * For conditions of distribution and use, see the disclaimer
|
|---|
| 11 | * and license in png.h
|
|---|
| 12 | *
|
|---|
| [2] | 13 | * This file provides a location for all output. Users who need
|
|---|
| 14 | * special handling are expected to write functions that have the same
|
|---|
| |
|---|