<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>System.ArgumentException when calling Bitmap.Save(Stream, ImageCodecInfo, EncoderParameters)</title><link>http://blogs.msdn.com/robgruen/archive/2004/07/11/179789.aspx</link><description>I was building this small app to that collects images and stores them within a database. To do this you need to Save the bitmap your wanting to store as a memory stream within a blob data cell in a table. As a base force source you can reference the following</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: System.ArgumentException when calling Bitmap.Save(Stream, ImageCodecInfo, EncoderParameters)</title><link>http://blogs.msdn.com/robgruen/archive/2004/07/11/179789.aspx#179799</link><pubDate>Sun, 11 Jul 2004 08:28:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:179799</guid><dc:creator>Sean Gephardt</dc:creator><description>I ran into that one also!</description></item><item><title>re: System.ArgumentException when calling Bitmap.Save(Stream, ImageCodecInfo, EncoderParameters)</title><link>http://blogs.msdn.com/robgruen/archive/2004/07/11/179789.aspx#179808</link><pubDate>Sun, 11 Jul 2004 08:35:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:179808</guid><dc:creator>Robert Gruen</dc:creator><description>Yeah, &lt;br&gt;&lt;br&gt;It was a nasty. I don't understand why the Encoder constructor doesn't complain..it's the bitmap class that does. Tough to track down...the worst was the fix was so darn simple! &lt;br&gt;&lt;br&gt;Rob </description></item></channel></rss>