<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[LIB für JPEG-Speicherung fehlt]]></title><description><![CDATA[<p>Moin.</p>
<p>Ich versuche einen Screenshot als JPG zu speichern. Über Google bin ich bei <a href="http://www.codeguru.com/Cpp/G-M/bitmap/otherformats/article.php/c1731" rel="nofollow">http://www.codeguru.com/Cpp/G-M/bitmap/otherformats/article.php/c1731</a> gelandet und dort steht, dass man sich die &quot;libjpeg&quot; holen soll und zwar aus Ulrich von Zadow's Artikel &quot;Class library for image file decoding&quot;.</p>
<p>Ich finde diesen Artikel und den genannten Link aber nicht. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>Weder über die Suche bei Codeguru noch über Google. Wenn ich bspw. nach &quot;Zadow&quot;, &quot;LIBJPEG&quot; usw. suche, lande ich immer wieder auf der o.g. CodeGuru-Seite oder ich finde die den Paintlib-Artikel, von dessen libjpeg-Benutzung aber abgeraten wird.</p>
<p>Wo bekomme ich die LIB denn nun her? (Oder anders: kennt jemand ggf. einen anderen Weg, einen Screenshot als JPEG zu speichern?)</p>
<p>Danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/162390/lib-für-jpeg-speicherung-fehlt</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Jul 2026 22:57:53 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/162390.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 18 Oct 2006 07:40:54 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to LIB für JPEG-Speicherung fehlt on Wed, 18 Oct 2006 07:40:54 GMT]]></title><description><![CDATA[<p>Moin.</p>
<p>Ich versuche einen Screenshot als JPG zu speichern. Über Google bin ich bei <a href="http://www.codeguru.com/Cpp/G-M/bitmap/otherformats/article.php/c1731" rel="nofollow">http://www.codeguru.com/Cpp/G-M/bitmap/otherformats/article.php/c1731</a> gelandet und dort steht, dass man sich die &quot;libjpeg&quot; holen soll und zwar aus Ulrich von Zadow's Artikel &quot;Class library for image file decoding&quot;.</p>
<p>Ich finde diesen Artikel und den genannten Link aber nicht. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f615.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--confused_face"
      title=":confused:"
      alt="😕"
    /></p>
<p>Weder über die Suche bei Codeguru noch über Google. Wenn ich bspw. nach &quot;Zadow&quot;, &quot;LIBJPEG&quot; usw. suche, lande ich immer wieder auf der o.g. CodeGuru-Seite oder ich finde die den Paintlib-Artikel, von dessen libjpeg-Benutzung aber abgeraten wird.</p>
<p>Wo bekomme ich die LIB denn nun her? (Oder anders: kennt jemand ggf. einen anderen Weg, einen Screenshot als JPEG zu speichern?)</p>
<p>Danke.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1156773</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1156773</guid><dc:creator><![CDATA[vollkommenegal]]></dc:creator><pubDate>Wed, 18 Oct 2006 07:40:54 GMT</pubDate></item><item><title><![CDATA[Reply to LIB für JPEG-Speicherung fehlt on Wed, 18 Oct 2006 07:56:11 GMT]]></title><description><![CDATA[<p>Benutz doch einfach Funktionalitäten aus Windows. GDI+ kann locker JPEGs speichern.</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1156779</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1156779</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Wed, 18 Oct 2006 07:56:11 GMT</pubDate></item><item><title><![CDATA[Reply to LIB für JPEG-Speicherung fehlt on Wed, 18 Oct 2006 08:17:39 GMT]]></title><description><![CDATA[<p>&quot;einfach&quot; ist einfach gesagt. <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f921.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--clown_face"
      title=":clown:"
      alt="🤡"
    /></p>
<p>Hast Du zufällig ne URL zu nem Tut und/oder Beispielcode zur Hand?</p>
<p>mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1156796</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1156796</guid><dc:creator><![CDATA[vollkommenegal]]></dc:creator><pubDate>Wed, 18 Oct 2006 08:17:39 GMT</pubDate></item><item><title><![CDATA[Reply to LIB für JPEG-Speicherung fehlt on Wed, 18 Oct 2006 08:47:46 GMT]]></title><description><![CDATA[<p>In der MSDN?</p>
<p>Eine GDI+ EInführung habe ich mal geschrieben:<br />
<a href="http://www.c-plusplus.net/forum/viewtopic-var-t-is-128603.html" rel="nofollow">http://www.c-plusplus.net/forum/viewtopic-var-t-is-128603.html</a></p>
<p>JPGs laden und speichern steht in der MSDN, die URL habe ich in meinem Artikel ganz unten aufgeführt.</p>
<p>EDIT:</p>
<p>Ach, was solls: <a href="http://msdn.microsoft.com/library/en-us/gdicpp/GDIPlus/usingGDIPlus/usingimageencodersanddecoders.asp" rel="nofollow">http://msdn.microsoft.com/library/en-us/gdicpp/GDIPlus/usingGDIPlus/usingimageencodersanddecoders.asp</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1156837</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1156837</guid><dc:creator><![CDATA[Artchi]]></dc:creator><pubDate>Wed, 18 Oct 2006 08:47:46 GMT</pubDate></item><item><title><![CDATA[Reply to LIB für JPEG-Speicherung fehlt on Wed, 18 Oct 2006 08:49:57 GMT]]></title><description><![CDATA[<p>Danke.</p>
<p>mfg</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1156839</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1156839</guid><dc:creator><![CDATA[vollkommenegal]]></dc:creator><pubDate>Wed, 18 Oct 2006 08:49:57 GMT</pubDate></item></channel></rss>