Branch: Tag:

1998-04-16

1998-04-16 00:39:02 by Mirar (Pontus Hagland) <pike@sort.mirar.org>

doc update, new illustrations and bugfixes (in doc)

Rev: src/modules/Image/Makefile:1.9
Rev: src/modules/Image/doc-header:1.4
Rev: src/modules/Image/encodings/gif.c:1.38
Rev: src/modules/Image/encodings/pnm.c:1.15
Rev: src/modules/Image/image.c:1.99
Rev: src/modules/Image/operator.c:1.15
Rev: src/modules/Image/testsuite.in:1.6

1: - # $Id: Makefile,v 1.8 1998/03/28 14:49:20 grubba Exp $ + # $Id: Makefile,v 1.9 1998/04/16 00:38:52 mirar Exp $      DOCFILES = doc-header \ -  blit.c blit_layer_include.h colortable.c colortable.h dct.c font.c \ -  image.c image.h matrix.c operator.c pattern.c pnm.c \ -  polyfill.c togif.c x.c encodings/gif.c encodings/gif_lzw.c \ -  encodings/gif_lzw.h encodings/pnm.c ../_Image_JPEG/image_jpeg.c \ +  image.c \ +  ../_Image_JPEG/acconfig.h \ +  ../_Image_JPEG/image_jpeg.c \ +  ../_Image_XFace/acconfig.h \ +  ../_Image_XFace/image_xface.c \ +  acconfig.h \ +  blit.c \ +  blit_layer_include.h \ +  colortable.c \ +  colortable.h \ +  colortable_lookup.h \ +  dct.c \ +  encodings/gif.c \ +  encodings/gif_lzw.c \ +  encodings/gif_lzw.h \ +  encodings/png.c \ +  encodings/pnm.c \    encodings/x.c \ -  +  encodings/xwd.c \ +  font.c \ +  image.h \ +  matrix.c \ +  myorient.c \ +  operator.c \ +  orient.c \ +  pattern.c \ +  pnm.c \ +  polyfill.c \ +  togif.c \ +  x.c \    doc-footer      WMMLDOCPLACE = ../../../tutorial/Image.wmml