Some notes:<br><br>- Your Extract*() functions are direct copies of my Extract*() functions in <a href="https://github.com/rainmeter/rainmeter/blob/master/Plugins/PluginNowPlaying/Cover.cpp">Cover.cpp</a><br>- Your taglib_save_thumbnail() function is a copy of my GetEmbedded() function (<a href="https://github.com/rainmeter/rainmeter/blob/master/Plugins/PluginNowPlaying/Cover.cpp#L67">Cover.cpp#L67</a>) with a few added/changed lines<br>
- Your WriteCover() function is a copy of my WriteCover() function (<a href="https://github.com/rainmeter/rainmeter/blob/master/Plugins/PluginNowPlaying/Cover.cpp#L248">Cover.cpp#L248</a>)<br><br>In addition, "your" code has the same comments and uses my coding style 
instead of the TagLib/KDE style (e.g. "type* name" instead of "type 
*name", tab indentation instead of 2 space indentation, "if ()" instead 
of "if()").<br><br>While it is possible that you may have come up with some of the shorter functions on your own, the evidence above suggests otherwise. I don't mind people using my code as long as they either do so under the terms of the GNU GPL v2 license or (simply) credit me. Stealing code and claiming that you've done the work is not cool.<br>

<br><div class="gmail_quote">On Mon, Jul 23, 2012 at 8:52 AM, 신병준 <span dir="ltr"><<a href="mailto:mbyn33@naver.com" target="_blank">mbyn33@naver.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div style="font-size:10pt;font-family:Gulim"><p>Hello, </p><p><br></p><p>I added new function at TagLib. </p><p><br></p><p>This function can get album art from music files with C language. </p><p><br></p><p>Please add this code to your project  bindings folder. </p>

<p><br></p><p>Thanks</p><p>Bolero.</p></div><table><tbody><tr><td><img src="" border="0"></td></tr></tbody></table>                                             <br>_______________________________________________<br>
taglib-devel mailing list<br>
<a href="mailto:taglib-devel@kde.org" target="_blank">taglib-devel@kde.org</a><br>
<a href="https://mail.kde.org/mailman/listinfo/taglib-devel" target="_blank">https://mail.kde.org/mailman/listinfo/taglib-devel</a><br>
<br></blockquote></div><br>