From dc4a7665e8bc9a13bddfe0dfd1c7b78c715488d3 Mon Sep 17 00:00:00 2001 From: Per Hedbor <ph@opera.com> Date: Mon, 9 Oct 2000 00:40:34 +0200 Subject: [PATCH] Added dsi Rev: lib/modules/_Image.pmod/module.pmod:1.12 Rev: src/modules/Image/encodings/Makefile.in:1.33 Rev: src/modules/Image/initstuff.h:1.11 --- lib/modules/_Image.pmod/module.pmod | 4 ++-- src/modules/Image/encodings/Makefile.in | 4 ++-- src/modules/Image/initstuff.h | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/modules/_Image.pmod/module.pmod b/lib/modules/_Image.pmod/module.pmod index 1e5d42e788..3944704dcd 100644 --- a/lib/modules/_Image.pmod/module.pmod +++ b/lib/modules/_Image.pmod/module.pmod @@ -1,7 +1,7 @@ #pike __REAL_VERSION__ //! module Image -//! $Id: module.pmod,v 1.11 2000/09/28 03:39:15 hubbe Exp $ +//! $Id: module.pmod,v 1.12 2000/10/08 22:40:34 per Exp $ //! method object(Image.Image) load() //! method object(Image.Image) load(object file) @@ -64,7 +64,7 @@ mapping _decode( string data, mixed|void tocolor ) foreach( ({ "ANY", "XCF", "PSD", "PNG", "BMP", "TGA", "PCX", "XBM", "XPM", "TIFF", "ILBM", "PS", "PVR", /* Image formats low on headers below this mark */ - "TIM", "HRZ", "AVS", "WBF", + "DSI", "TIM", "HRZ", "AVS", "WBF", /* "XFace" Always succeds*/ }), string fmt ) { diff --git a/src/modules/Image/encodings/Makefile.in b/src/modules/Image/encodings/Makefile.in index 03ff6e4681..46aaca414b 100644 --- a/src/modules/Image/encodings/Makefile.in +++ b/src/modules/Image/encodings/Makefile.in @@ -1,7 +1,7 @@ -# $Id: Makefile.in,v 1.32 2000/09/11 16:04:57 grubba Exp $ +# $Id: Makefile.in,v 1.33 2000/10/08 22:39:42 per Exp $ SRCDIR=@srcdir@ VPATH=@srcdir@:@srcdir@/../../..:../../.. -OBJS = pnm.o x.o xwd.o png.o any.o bmp.o tga.o pcx.o xbm.o _xpm.o ilbm.o iff.o xcf.o hrz.o avs.o psd.o gd.o wbf.o ras.o pvr.o tim.o +OBJS = pnm.o x.o xwd.o png.o any.o bmp.o tga.o pcx.o xbm.o _xpm.o ilbm.o iff.o xcf.o hrz.o avs.o psd.o gd.o wbf.o ras.o pvr.o tim.o dsi.o @SET_MAKE@ diff --git a/src/modules/Image/initstuff.h b/src/modules/Image/initstuff.h index e1633f5773..f1fbf1c5d6 100644 --- a/src/modules/Image/initstuff.h +++ b/src/modules/Image/initstuff.h @@ -38,6 +38,7 @@ IMAGE_SUBMODULE("TIM", init_image_tim, exit_image_tim ) IMAGE_SUBMODULE("X", init_image_x, exit_image_x ) IMAGE_SUBMODULE("XBM", init_image_xbm, exit_image_xbm ) IMAGE_SUBMODULE("_XCF", init_image_xcf, exit_image_xcf ) +IMAGE_SUBMODULE("DSI", init_image_dsi, exit_image_dsi ) IMAGE_SUBMODULE("XWD", init_image_xwd, exit_image_xwd ) IMAGE_SUBMODULE("_XPM", init_image__xpm, exit_image__xpm ) IMAGE_SUBMODULE("WBF", init_image_wbf, exit_image_wbf ) -- GitLab