(QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
authorGerd Moellmann <gerd@gnu.org>
Fri, 15 Sep 2000 11:48:16 +0000 (11:48 +0000)
committerGerd Moellmann <gerd@gnu.org>
Fri, 15 Sep 2000 11:48:16 +0000 (11:48 +0000)
commit4a8e312c92d7127c0bffb93ff64f7fa240e1aae1
treed6ab7e90028093b6178a30bc55f07db8eb848260
parentfe83b953b198b65ea6eddb76bc12f5bd5880eb77
(QCmatrix, QCcolor_adjustment, QCmask, Qemboss)
(Qedge_detection, Qheuristic): New symbols.
(syms_of_xfns): Initialize new symbols.
(lookup_image): Handle `:mask X', `:algorithm emboss', and
`algorithm (edge-detection ...)'.
(xbm_format, xpm_format, pbm_format, png_format, jpeg_format):
(tiff_format, gif_format, gs_format): Add `:mask'.
(XBM_MASK, XPM_MASK, PBM_MASK, PNG_MASK, JPEG_MASK, TIFF_MASK)
(GIF_MASK, GS_MASK): New enumerators.
(x_laplace_read_row, x_laplace_write_row): Functions removed.
(emboss_matrix, laplace_matrix): New variables.
(x_to_xcolors, x_from_xcolors, x_detect_edges, x_emboss)
(x_edge_detection): New functions.
(x_laplace): Rewritten in terms of x_detect_edges.
(x_build_heuristic_mask): If image has a mask, free it.
src/xfns.c