| 1 | /* ************************************************************************** */
|
|---|
| 2 | /* * For conditions of distribution and use, * */
|
|---|
| 3 | /* * see copyright notice in libmng.h * */
|
|---|
| 4 | /* ************************************************************************** */
|
|---|
| 5 | /* * * */
|
|---|
| 6 | /* * project : libmng * */
|
|---|
| 7 | /* * file : libmng_trace.h copyright (c) 2000-2007 G.Juyn * */
|
|---|
| 8 | /* * version : 1.0.10 * */
|
|---|
| 9 | /* * * */
|
|---|
| 10 | /* * purpose : Trace functions (definition) * */
|
|---|
| 11 | /* * * */
|
|---|
| 12 | /* * author : G.Juyn * */
|
|---|
| 13 | /* * * */
|
|---|
| 14 | /* * comment : Definition of the trace functions * */
|
|---|
| 15 | /* * * */
|
|---|
| 16 | /* * changes : 0.5.1 - 05/08/2000 - G.Juyn * */
|
|---|
| 17 | /* * - added chunk-access function trace-codes * */
|
|---|
| 18 | /* * - changed strict-ANSI stuff * */
|
|---|
| 19 | /* * 0.5.1 - 05/12/2000 - G.Juyn * */
|
|---|
| 20 | /* * - changed trace to macro for callback error-reporting * */
|
|---|
| 21 | /* * 0.5.1 - 05/13/2000 - G.Juyn * */
|
|---|
| 22 | /* * - added save_state & restore_state trace-codes * */
|
|---|
| 23 | /* * 0.5.1 - 05/15/2000 - G.Juyn * */
|
|---|
| 24 | /* * - added getimgdata & putimgdata trace-codes * */
|
|---|
| 25 | /* * * */
|
|---|
| 26 | /* * 0.5.2 - 05/20/2000 - G.Juyn * */
|
|---|
| 27 | /* * - added JNG tracecodes * */
|
|---|
| 28 | /* * 0.5.2 - 05/23/2000 - G.Juyn * */
|
|---|
| 29 | /* * - added trace-table entry definition * */
|
|---|
| 30 | /* * 0.5.2 - 05/24/2000 - G.Juyn * */
|
|---|
| 31 | /* * - added tracecodes for global animation color-chunks * */
|
|---|
| 32 | /* * - added tracecodes for get/set of default ZLIB/IJG parms * */
|
|---|
| 33 | /* * - added tracecodes for global PLTE,tRNS,bKGD * */
|
|---|
| 34 | /* * 0.5.2 - 05/30/2000 - G.Juyn * */
|
|---|
| 35 | /* * - added tracecodes for image-object promotion * */
|
|---|
| 36 | /* * - added tracecodes for delta-image processing * */
|
|---|
| 37 | /* * 0.5.2 - 06/02/2000 - G.Juyn * */
|
|---|
| 38 | /* * - added tracecodes for getalphaline callback * */
|
|---|
| 39 | /* * 0.5.2 - 06/05/2000 - G.Juyn * */
|
|---|
| 40 | /* * - added tracecode for RGB8_A8 canvasstyle * */
|
|---|
| 41 | /* * 0.5.2 - 06/06/2000 - G.Juyn * */
|
|---|
| 42 | /* * - added tracecode for mng_read_resume HLAPI function * */
|
|---|
| 43 | /* * * */
|
|---|
| 44 | /* * 0.5.3 - 06/06/2000 - G.Juyn * */
|
|---|
| 45 | /* * - added tracecodes for tracing JPEG progression * */
|
|---|
| 46 | /* * 0.5.3 - 06/21/2000 - G.Juyn * */
|
|---|
| 47 | /* * - added tracecodes for get/set speedtype * */
|
|---|
| 48 | /* * - added tracecodes for get imagelevel * */
|
|---|
| 49 | /* * 0.5.3 - 06/22/2000 - G.Juyn * */
|
|---|
| 50 | /* * - added tracecode for delta-image processing * */
|
|---|
| 51 | /* * - added tracecodes for PPLT chunk processing * */
|
|---|
| 52 | /* * * */
|
|---|
| 53 | /* * 0.9.1 - 07/07/2000 - G.Juyn * */
|
|---|
| 54 | /* * - added tracecodes for special display processing * */
|
|---|
| 55 | /* * 0.9.1 - 07/08/2000 - G.Juyn * */
|
|---|
|
|---|