From kde-core-devel Thu Oct 02 11:16:07 2003 From: =?ISO-8859-2?Q?Szombathelyi_Gy=F6rgy?= Date: Thu, 02 Oct 2003 11:16:07 +0000 To: kde-core-devel Subject: KImageIO replacement X-MARC-Message: https://marc.info/?l=kde-core-devel&m=106509517130402 Hi! I recently wrote some code to replace KImageIO plugins with pure QT plugins. This has several advantages: - no need to call any registration procedure, - image plugins are usable in pure QT applications, too. Daniel Molkentin was so kind and placed the patches on: http://ktown.kde.org/~danimo/kimageio/ These patches simply converts kimageio plugins into QT plugins, I didn't touch the original image loading and saving procedures, so I hope it will not break anything. I also added a new image format, JBIG, which is very good for faxes and similar images. Can anyone apply these patches into kdelibs (admin dir also affected, so to the other kde modules)? Thanks, Szombathelyi György