comparison src/ChangeLog @ 31636:3ff1515f7c7a

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Fri, 15 Sep 2000 11:49:22 +0000
parents 2a1ade6021bf
children 1c5bd105d7dc
comparison
equal deleted inserted replaced
31635:208d8385ccae 31636:3ff1515f7c7a
1 2000-09-15 Gerd Moellmann <gerd@gnu.org>
2
3 * xfns.c (QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
4 (Qedge_detection, Qheuristic): New symbols.
5 (syms_of_xfns): Initialize new symbols.
6 (lookup_image): Handle `:mask X', `:algorithm emboss', and
7 `algorithm (edge-detection ...)'.
8 (xbm_format, xpm_format, pbm_format, png_format, jpeg_format):
9 (tiff_format, gif_format, gs_format): Add `:mask'.
10 (XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK)
11 (GIF_MASK, GS_MASK): New enumerators.
12 (x_laplace_read_row, x_laplace_write_row): Functions removed.
13 (emboss_matrix, laplace_matrix): New variables.
14 (x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss)
15 (x_edge_detection): New functions.
16 (x_laplace): Rewritten in terms of x_detect_edges.
17 (x_build_heuristic_mask): If image has a mask, free it.
18
1 2000-09-14 Andrew Innes <andrewi@gnu.org> 19 2000-09-14 Andrew Innes <andrewi@gnu.org>
2 20
3 * makefile.w32-in: Revert to Unix line endings. 21 * makefile.w32-in: Revert to Unix line endings.
4 22
5 2000-09-14 Andrew Innes <andrewi@gnu.org> 23 2000-09-14 Andrew Innes <andrewi@gnu.org>