From koffice-devel Sun Oct 23 15:22:40 2005 From: Fredrik Edemar Date: Sun, 23 Oct 2005 15:22:40 +0000 To: koffice-devel Subject: Re: koffice/filters/kchart Message-Id: <200510231722.40302.f_edemar () linux ! se> X-MARC-Message: https://marc.info/?l=koffice-devel&m=113008095205914 söndag 23 oktober 2005 16:20 skrev Inge Wallin: > On Sunday 23 October 2005 14.56, Laurent Montel wrote: > > SVN commit 473346 by mlaurent: > > > > Add other image export filter as in kpresenter > > I don't think this patch was necessary. At least my kchart could already > export all these bitmap types. > I think it is due to some conversion in the koffice libs, but it could also > be from Qt or kdelibs. Maybe David could shed some light on it. Yes. Krita has import filter for png images and export filter for the other image formats which KoFilterChain detects. When a user wants to export a .gif image in KChart it will first be exported as a .png image and then imported and exported by the Krita filter to .gif. > If it is not just my system that is strange, then this patch (and the > similar one for kpresenter) should be reverted. > > -Inge > > > M +1 -1 Makefile.am > > A bmp (directory) > > A bmp/Makefile.am > > A bmp/bmpexport.cpp [License: LGPL (v2+)] > > A bmp/bmpexport.h [License: LGPL (v2+)] > > A bmp/kchart_bmp_export.desktop > > A jpeg (directory) > > A jpeg/Makefile.am > > A jpeg/jpegexport.cpp [License: LGPL (v2+)] > > A jpeg/jpegexport.h [License: LGPL (v2+)] > > A jpeg/kchart_jpeg_export.desktop > > A libimageexport (directory) > > A libimageexport/Makefile.am > > A libimageexport/imageexport.cpp [License: LGPL (v2+)] > > A libimageexport/imageexport.h [License: LGPL (v2+)] > > A mng (directory) > > A mng/Makefile.am > > A mng/kchart_mng_export.desktop > > A mng/mngexport.cpp [License: LGPL (v2+)] > > A mng/mngexport.h [License: LGPL (v2+)] > > M +2 -1 png/Makefile.am > > M +42 -53 png/pngexport.cpp > > M +23 -8 png/pngexport.h > > A xbm (directory) > > A xbm/Makefile.am > > A xbm/kchart_xbm_export.desktop > > A xbm/xbmexport.cpp [License: LGPL (v2+)] > > A xbm/xbmexport.h [License: LGPL (v2+)] > > A xpm (directory) > > A xpm/Makefile.am > > A xpm/kchart_xpm_export.desktop > > A xpm/xpmexport.cpp [License: LGPL (v2+)] > > A xpm/xpmexport.h [License: LGPL (v2+)] > > -- Kindly regards Fredrik Edemar _______________________________________________ koffice-devel mailing list koffice-devel@kde.org https://mail.kde.org/mailman/listinfo/koffice-devel