From a74f3d228bf5b29e2599bdee1d9ef647b9b90bf5 Mon Sep 17 00:00:00 2001 From: Lars Koeller Date: Wed, 20 Feb 2002 19:20:01 +0000 Subject: * This fixes the problem where fig2dev uses the "transparentimage" code for JPEG images, which is only supposed to be used for GIF. * I get this patch from the author of transfig after reporting some problems with jpeg embedded into PS files generated with xfig. --- print/transfig/files/patch-bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 print/transfig/files/patch-bb (limited to 'print') diff --git a/print/transfig/files/patch-bb b/print/transfig/files/patch-bb new file mode 100644 index 000000000000..0501f3688635 --- /dev/null +++ b/print/transfig/files/patch-bb @@ -0,0 +1,12 @@ +*** fig2dev/dev/readjpg.c.orig Tue Dec 21 09:52:00 1999 +--- fig2dev/dev/readjpg.c Tue Jun 19 08:53:20 2001 +*************** +*** 39,44 **** +--- 39,45 ---- + { + + *llx = *lly = 0; ++ pic->transp = -1; + pict = pic; /* for global access to the object */ + if (!read_JPEG_file(file)) + return 0; -- cgit v1.2.3