Who will read/use exoctic image format to store photograph ?<br><br>Exotic format are... exotic... We are not time to lost with exotic task (:=)))... There are&nbsp; a lots of bug to fix before in B.K.O.<br><br>Main image file format used by Linux users are :
<br><br>1- JPEG (53%)<br>2- RAW (17%)<br>4-PNG (11%)<br>
3-TIFF (2%)<br><br>We have already an ImageMagick run time depency in kipi and Qt plugin loaders set in KDE are enough. About RAW file my new libkdcaw work fine.<br><br>I&#39;m agree with you, imlib2 depency to Slideshow is now obsolete. imlib2 is not maintained anymore and is not portable (to win32 for ex.)
<br><br>Regards<br><br>Gilles<br><br><br><div><span class="gmail_quote">2007/3/27, Krasu &lt;<a href="mailto:ksquirrel@tut.by">ksquirrel@tut.by</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi.<br><br>&gt; To load and save where ?<br><br>No, not plugin!<br><br>AFAIK KIPI plugins use imlib to load images. It&#39;s not perfect. If anybody<br>need to load some exostic image format and he has decoder for it, how he
<br>can apply, say, image processing filters from KIPI to it ? He should<br>convert this exotic format to PNG/JPEG/smth_else and only then use KIPI.<br><br>I mean it will be great to let user do smth like<br><br>-------------------------------------------
<br><br>class MyDecoder : public KIPI::Decoder<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; KIPI::Image readImage(const KURL &amp;url);<br>};<br><br>class MyEncoder : public KIPI::Encoder<br>{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ...<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; int writeImage(const KURL &amp;url, const KIPI::Image &amp;image);
<br>};<br><br>...<br><br>my_kipi_interface-&gt;setDecoder(new MyDecoder);<br>my_kipi_interface-&gt;setEncoder(new MyEncoder);<br><br>-------------------------------------------<br><br>It will give us the ability to use external libraries like DevIL (or our
<br>own images codecs) etc.<br><br>Regards, Krasu.<br><br>---<br>Стань своим! БеСТ предлагает выгодные тарифы ДЛЯ СВОИХ!<br>Присоединяйся! <a href="http://svoi.best.by">http://svoi.best.by</a><br><br>_______________________________________________
<br>Kde-imaging mailing list<br><a href="mailto:Kde-imaging@kde.org">Kde-imaging@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/kde-imaging">https://mail.kde.org/mailman/listinfo/kde-imaging</a><br></blockquote>
</div><br>