<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="/rss.xsl"?><rss version="2.0"><channel><title>psdplugin Issue Tracker Rss Feed</title><link>http://psdplugin.codeplex.com/WorkItem/List.aspx</link><description>psdplugin Issue Tracker Rss Description</description><item><title>Closed Issue: Fails to load files when a layer contains both a user mask and a vector mask [7979]</title><link>http://psdplugin.codeplex.com/workitem/7979</link><description>When a layer has both a user mask and a vector mask, channel ID -3 is used to store the &amp;#34;real user supplied layer mask.&amp;#34;  The PSD plugin uses the mask rectangle for ID -2, but not for any other ID.&lt;br /&gt;&lt;br /&gt;Because ID -3 is unrecognized, the wrong rectangle is used to load the channel&amp;#39;s pixel data.  If the dimensions are different, then the incorrect RLE header length is used.  This then causes RLE decompression to fail.&lt;br /&gt;&lt;br /&gt;Reported with link to repro file at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;forums.getpaint.net&amp;#47;index.php&amp;#63;&amp;#47;topic&amp;#47;18128-photoshop-psd-file-plugin-newest-version-220&amp;#47;page-5&amp;#35;entry383047&lt;br /&gt;&lt;br /&gt;</description><author>taoyue</author><pubDate>Fri, 25 Jan 2013 23:39:18 GMT</pubDate><guid isPermaLink="false">Closed Issue: Fails to load files when a layer contains both a user mask and a vector mask [7979] 20130125113918P</guid></item><item><title>Commented Issue: Fails to load files when a layer contains both a user mask and a vector mask [7979]</title><link>http://psdplugin.codeplex.com/workitem/7979</link><description>When a layer has both a user mask and a vector mask, channel ID -3 is used to store the &amp;#34;real user supplied layer mask.&amp;#34;  The PSD plugin uses the mask rectangle for ID -2, but not for any other ID.&lt;br /&gt;&lt;br /&gt;Because ID -3 is unrecognized, the wrong rectangle is used to load the channel&amp;#39;s pixel data.  If the dimensions are different, then the incorrect RLE header length is used.  This then causes RLE decompression to fail.&lt;br /&gt;&lt;br /&gt;Reported with link to repro file at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;forums.getpaint.net&amp;#47;index.php&amp;#63;&amp;#47;topic&amp;#47;18128-photoshop-psd-file-plugin-newest-version-220&amp;#47;page-5&amp;#35;entry383047&lt;br /&gt;&lt;br /&gt;Comments: Fixed in changeset 8ffb8b93c052 &amp;#40;2013-01-25&amp;#41;.</description><author>taoyue</author><pubDate>Fri, 25 Jan 2013 23:39:13 GMT</pubDate><guid isPermaLink="false">Commented Issue: Fails to load files when a layer contains both a user mask and a vector mask [7979] 20130125113913P</guid></item><item><title>Edited Issue: Fails to load files when a layer contains both a user mask and a vector mask [7979]</title><link>http://psdplugin.codeplex.com/workitem/7979</link><description>When a layer has both a user mask and a vector mask, channel ID -3 is used to store the &amp;#34;real user supplied layer mask.&amp;#34;  The PSD plugin uses the mask rectangle for ID -2, but not for any other ID.&lt;br /&gt;&lt;br /&gt;Because ID -3 is unrecognized, the wrong rectangle is used to load the channel&amp;#39;s pixel data.  If the dimensions are different, then the incorrect RLE header length is used.  This then causes RLE decompression to fail.&lt;br /&gt;&lt;br /&gt;Reported with link to repro file at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;forums.getpaint.net&amp;#47;index.php&amp;#63;&amp;#47;topic&amp;#47;18128-photoshop-psd-file-plugin-newest-version-220&amp;#47;page-5&amp;#35;entry383047&lt;br /&gt;&lt;br /&gt;</description><author>taoyue</author><pubDate>Thu, 10 Jan 2013 16:44:41 GMT</pubDate><guid isPermaLink="false">Edited Issue: Fails to load files when a layer contains both a user mask and a vector mask [7979] 20130110044441P</guid></item><item><title>Created Issue: Fails to load files when a layer contains both a user mask and a vector mask [7979]</title><link>http://psdplugin.codeplex.com/workitem/7979</link><description>When a layer has both a user mask and a vector mask, channel ID -3 is used to store the &amp;#34;real user supplied layer mask.&amp;#34;  The PSD plugin uses the mask rectangle for ID -1, but not for any other ID.&lt;br /&gt;&lt;br /&gt;Because ID -3 is unrecognized, the wrong rectangle is used to load the channel&amp;#39;s pixel data.  If the dimensions are different, then the incorrect RLE header length is used.  This then causes RLE decompression to fail.&lt;br /&gt;&lt;br /&gt;Reported with link to repro file at&amp;#58; http&amp;#58;&amp;#47;&amp;#47;forums.getpaint.net&amp;#47;index.php&amp;#63;&amp;#47;topic&amp;#47;18128-photoshop-psd-file-plugin-newest-version-220&amp;#47;page-5&amp;#35;entry383047&lt;br /&gt;&lt;br /&gt;</description><author>taoyue</author><pubDate>Mon, 31 Dec 2012 00:01:09 GMT</pubDate><guid isPermaLink="false">Created Issue: Fails to load files when a layer contains both a user mask and a vector mask [7979] 20121231120109A</guid></item><item><title>Commented Issue: RleWriter inconsistency [7978]</title><link>http://psdplugin.codeplex.com/workitem/7978</link><description>While it appears to be perfectly valid, if you debug with the attached file, you&amp;#39;ll notice that &amp;#40;in my case&amp;#41; the red channel decodes fine, but encodes with a different header to the original.&lt;br /&gt;Comments: Ok. Got it. Will push&amp;#43;pull tonight.</description><author>GeorgeR</author><pubDate>Wed, 12 Dec 2012 06:57:34 GMT</pubDate><guid isPermaLink="false">Commented Issue: RleWriter inconsistency [7978] 20121212065734A</guid></item><item><title>Commented Issue: RleWriter inconsistency [7978]</title><link>http://psdplugin.codeplex.com/workitem/7978</link><description>While it appears to be perfectly valid, if you debug with the attached file, you&amp;#39;ll notice that &amp;#40;in my case&amp;#41; the red channel decodes fine, but encodes with a different header to the original.&lt;br /&gt;Comments: I think I got it. If a value is repeated only twice, its kept as a literal value because making it an rle packet would add an unnecessary header byte.</description><author>GeorgeR</author><pubDate>Wed, 12 Dec 2012 02:06:58 GMT</pubDate><guid isPermaLink="false">Commented Issue: RleWriter inconsistency [7978] 20121212020658A</guid></item><item><title>Created Issue: RleWriter inconsistency [7978]</title><link>http://psdplugin.codeplex.com/workitem/7978</link><description>While it appears to be perfectly valid, if you debug with the attached file, you&amp;#39;ll notice that &amp;#40;in my case&amp;#41; the red channel decodes fine, but encodes with a different header to the original.&lt;br /&gt;</description><author>GeorgeR</author><pubDate>Tue, 11 Dec 2012 05:23:51 GMT</pubDate><guid isPermaLink="false">Created Issue: RleWriter inconsistency [7978] 20121211052351A</guid></item><item><title>Closed Issue: Colorpicking from .psd-files [7977]</title><link>http://psdplugin.codeplex.com/workitem/7977</link><description>When I open a &amp;#42;.psd-file, colorpicking is no longer working. It picks white only&amp;#63;&lt;br /&gt;</description><author>taoyue</author><pubDate>Sat, 06 Oct 2012 02:14:35 GMT</pubDate><guid isPermaLink="false">Closed Issue: Colorpicking from .psd-files [7977] 20121006021435A</guid></item><item><title>Commented Issue: Colorpicking from .psd-files [7977]</title><link>http://psdplugin.codeplex.com/workitem/7977</link><description>When I open a &amp;#42;.psd-file, colorpicking is no longer working. It picks white only&amp;#63;&lt;br /&gt;Comments: Closing as No Repro.  Color picker works fine with PSD files -- as it should, because the plugin is out of the picture once the file had been loaded in.&amp;#10;&amp;#10;You probably have the wrong layer selected.  The color picker selects the color &amp;#42;&amp;#42;from the currently active layer&amp;#42;&amp;#42;, not from the composite image.  Make sure you first select the layer containing the desired portion of the image, before using the color picker.&amp;#10;&amp;#10;In some cases, the desired color does not reside on a single layer, but is the result of combining many layers.  In this case, you&amp;#39;d have to flatten the image first before using the color picker.</description><author>taoyue</author><pubDate>Sat, 06 Oct 2012 02:14:31 GMT</pubDate><guid isPermaLink="false">Commented Issue: Colorpicking from .psd-files [7977] 20121006021431A</guid></item><item><title>Created Issue: Colorpicking from .psd-files [7977]</title><link>http://psdplugin.codeplex.com/workitem/7977</link><description>When I open a &amp;#42;.psd-file, colorpicking is no longer working. It picks white only&amp;#63;&lt;br /&gt;</description><author>Lulla</author><pubDate>Thu, 04 Oct 2012 08:22:03 GMT</pubDate><guid isPermaLink="false">Created Issue: Colorpicking from .psd-files [7977] 20121004082203A</guid></item><item><title>Closed Issue: LayerGroup displayed as layers [7975]</title><link>http://psdplugin.codeplex.com/workitem/7975</link><description>Attached is a PSD file which have 2 problems when loaded using the plugin into paint.net&lt;br /&gt;1&amp;#41; a lot of empty layers are created, whose names are &amp;#34;layergroup&amp;#34;&lt;br /&gt;2&amp;#41; some layers appears fully black which is the wrong color&lt;br /&gt;&lt;br /&gt;Comments: Implemented workaround in changelist 2f54e6a31501, 2012-09-25.</description><author>taoyue</author><pubDate>Wed, 26 Sep 2012 02:08:23 GMT</pubDate><guid isPermaLink="false">Closed Issue: LayerGroup displayed as layers [7975] 20120926020823A</guid></item><item><title>Closed Issue: Trying to open the Windows 8 templates [7976]</title><link>http://psdplugin.codeplex.com/workitem/7976</link><description>There are some Windows 8 templates available for prototyping Win8 UIs.  Available here&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;windows&amp;#47;apps&amp;#47;hh700403&lt;br /&gt;&lt;br /&gt;I cannot open them with the plugin in Paint.NET&lt;br /&gt;Comments: The primary problem with these Windows 8 templates is caused by layer group visibility.  Work item 7973 deals with the layer group visibility issue, and has already been committed to the source tree.  Thus, this part is a Dupe.&amp;#10;&amp;#10;The other problem is that the layer effects won&amp;#39;t load, because layer effects do not exist in Paint.NET.  So, this part is a Won&amp;#39;t Fix.&amp;#10;</description><author>taoyue</author><pubDate>Sun, 23 Sep 2012 04:52:15 GMT</pubDate><guid isPermaLink="false">Closed Issue: Trying to open the Windows 8 templates [7976] 20120923045215A</guid></item><item><title>Edited Issue: LayerGroup displayed as layers [7975]</title><link>http://psdplugin.codeplex.com/workitem/7975</link><description>Attached is a PSD file which have 2 problems when loaded using the plugin into paint.net&lt;br /&gt;1&amp;#41; a lot of empty layers are created, whose names are &amp;#34;layergroup&amp;#34;&lt;br /&gt;2&amp;#41; some layers appears fully black which is the wrong color&lt;br /&gt;&lt;br /&gt;</description><author>taoyue</author><pubDate>Sun, 23 Sep 2012 04:41:15 GMT</pubDate><guid isPermaLink="false">Edited Issue: LayerGroup displayed as layers [7975] 20120923044115A</guid></item><item><title>Created Issue: Trying to open the Windows 8 templates [7976]</title><link>http://psdplugin.codeplex.com/workitem/7976</link><description>There are some Windows 8 templates available for prototyping Win8 UIs.  Available here&amp;#58;&lt;br /&gt;http&amp;#58;&amp;#47;&amp;#47;msdn.microsoft.com&amp;#47;en-us&amp;#47;library&amp;#47;windows&amp;#47;apps&amp;#47;hh700403&lt;br /&gt;&lt;br /&gt;I cannot open them with the plugin in Paint.NET&lt;br /&gt;</description><author>jeremywho</author><pubDate>Fri, 14 Sep 2012 17:13:34 GMT</pubDate><guid isPermaLink="false">Created Issue: Trying to open the Windows 8 templates [7976] 20120914051334P</guid></item><item><title>Commented Issue: LayerGroup displayed as layers, some layers displayed black [7975]</title><link>http://psdplugin.codeplex.com/workitem/7975</link><description>Attached is a PSD file which have 2 problems when loaded using the plugin into paint.net&lt;br /&gt;1&amp;#41; a lot of empty layers are created, whose names are &amp;#34;layergroup&amp;#34;&lt;br /&gt;2&amp;#41; some layers appears fully black which is the wrong color&lt;br /&gt;&lt;br /&gt;Comments: Issue &amp;#40;2&amp;#41; is a Won&amp;#39;t Fix.&amp;#10;&amp;#10;Some layers in the file appear with fully-black background because they actually do have a fully-black background.  The gradient is applied as a layer effect, which Paint.NET does not have.  Thus, the gradient is lost and the original background is displayed.&amp;#10;&amp;#10;--&amp;#10;&amp;#10;Issue &amp;#40;1&amp;#41; is caused by the fact that Paint.NET lacks a layer grouping feature, &amp;#10;&amp;#10;The empty layers cannot simply be deleted, as they correspond to the layer group start and close layers.  The groups names may contain important semantic information.  For example, the attached file leaves the default name for many of the layers &amp;#40;&amp;#34;Calque 29&amp;#34;, &amp;#34;Calque 25&amp;#34;&amp;#41;, but informative names are given to the layer groups &amp;#40;&amp;#34;Colonne droite,&amp;#34; &amp;#34;Picto_actif&amp;#34;&amp;#41;.&amp;#10;&amp;#10;But I agree that &amp;#34;&amp;#60;&amp;#47;Layer Group&amp;#62;&amp;#34; could be confusing for non-technical users who are not used to seeing XML tags.  Also, the starting group layers should be distinguished from the other layers.&amp;#10;&amp;#10;I think the best way to present it in the Paint.NET Layers palette would be something like&amp;#58;&amp;#10;&amp;#10;    Layer Group&amp;#58; Colonne droite&amp;#10;    Calque 29&amp;#10;    Layer Group&amp;#58; Product 1&amp;#10;    Layer Group&amp;#58; Picto_actif&amp;#10;    Layer Group&amp;#58; 1&amp;#10;    ...&amp;#10;    End Layer Group&amp;#58; 1&amp;#10;    ...&amp;#10;    End Layer Group&amp;#58; Picto_actif&amp;#10;    ...&amp;#10;    End Layer Group&amp;#58; Product 1&amp;#10;    ...&amp;#10;    End Layer Group&amp;#58; Colonne droite&amp;#10;&amp;#10;As Paint.NET wraps long layer names over multiple lines, I don&amp;#39;t think anything will be gained by prepending spaces to indicate a layer&amp;#39;s depth in the tree.</description><author>taoyue</author><pubDate>Wed, 05 Sep 2012 05:04:18 GMT</pubDate><guid isPermaLink="false">Commented Issue: LayerGroup displayed as layers, some layers displayed black [7975] 20120905050418A</guid></item><item><title>Created Issue: LayerGroup displayed as layers, some layers displayed black [7975]</title><link>http://psdplugin.codeplex.com/workitem/7975</link><description>Attached is a PSD file which have 2 problems when loaded using the plugin into paint.net&lt;br /&gt;1&amp;#41; a lot of empty layers are created, whose names are &amp;#34;layergroup&amp;#34;&lt;br /&gt;2&amp;#41; some layers appears fully black which is the wrong color&lt;br /&gt;&lt;br /&gt;</description><author>softlion</author><pubDate>Sun, 02 Sep 2012 20:09:05 GMT</pubDate><guid isPermaLink="false">Created Issue: LayerGroup displayed as layers, some layers displayed black [7975] 20120902080905P</guid></item><item><title>Closed Issue: Need option for importing vector text with Editable Text plugin [7974]</title><link>http://psdplugin.codeplex.com/workitem/7974</link><description>I think the biggest drawback of this plugin is that text becomes rasterized when imported.&lt;br /&gt;&lt;br /&gt;I propose a very simple solution&amp;#58; for PSD files containing text layers, a choice dialog should pop up where the user could specify whether they want to import the text layers as a layer compatible with the Editable Text plugin, or as a bitmap. This way everyone could choose which solution he&amp;#47;she likes the best.&lt;br /&gt;&lt;br /&gt;Comments: The editable text plugin uses steganography to store the layer text in the image data.  A clever hack, but still a hack.&amp;#10;&amp;#10;Were Paint.NET to implement the feature natively, then that would be a different matter.&amp;#10;&amp;#10;Also see discussion at the Paint.NET forums, starting at&amp;#58;&amp;#10;&amp;#10;http&amp;#58;&amp;#47;&amp;#47;forums.getpaint.net&amp;#47;index.php&amp;#63;&amp;#47;topic&amp;#47;18128-photoshop-psd-file-plugin-newest-version-200&amp;#47;page__st__80&amp;#35;entry375712</description><author>taoyue</author><pubDate>Tue, 24 Jul 2012 16:01:29 GMT</pubDate><guid isPermaLink="false">Closed Issue: Need option for importing vector text with Editable Text plugin [7974] 20120724040129P</guid></item><item><title>Created Issue: Need option for importing vector text with Editable Text plugin [7974]</title><link>http://psdplugin.codeplex.com/workitem/7974</link><description>I think the biggest drawback of this plugin is that text becomes rasterized when imported.&lt;br /&gt;&lt;br /&gt;I propose a very simple solution&amp;#58; for PSD files containing text layers, a choice dialog should pop up where the user could specify whether they want to import the text layers as a layer compatible with the Editable Text plugin, or as a bitmap. This way everyone could choose which solution he&amp;#47;she likes the best.&lt;br /&gt;&lt;br /&gt;</description><author>szali</author><pubDate>Mon, 23 Jul 2012 09:34:44 GMT</pubDate><guid isPermaLink="false">Created Issue: Need option for importing vector text with Editable Text plugin [7974] 20120723093444A</guid></item><item><title>Closed Issue: Layers in a hidden group should not be visible [7973]</title><link>http://psdplugin.codeplex.com/workitem/7973</link><description>When a layer group is hidden, the layers in the group should all be hidden.&lt;br /&gt;&lt;br /&gt;Paint.NET does not have layer grouping, so the PSDPlugin flattens out the layer hierarchy.  Layers are treated as independent, causing layers in a hidden layer group to be visible if their visibility is set to true.  This should not be the case -- the invisibility of the layer group should be applied to all of the layers within it.&lt;br /&gt;&lt;br /&gt;Screenshot is attached.  The PSD file is the one in work item 7970.&lt;br /&gt;Comments: Implemented layer grouping in revision 5e16d34ec924.</description><author>taoyue</author><pubDate>Sun, 01 Jul 2012 02:48:50 GMT</pubDate><guid isPermaLink="false">Closed Issue: Layers in a hidden group should not be visible [7973] 20120701024850A</guid></item><item><title>Commented Issue: Didn't open or sometime crash Paint.net 3.5.10 with 2.0 [7968]</title><link>http://psdplugin.codeplex.com/workitem/7968</link><description>Paint.net was write&amp;#58; &amp;#34;Unknown error&amp;#34;&amp;#33;&lt;br /&gt;Comments: In retrospect, this is probably the same bug that I finally tracked down for issue 7970.  The layers containing the keyboard are small enough to trigger the race condition.&amp;#10;&amp;#10;The bug has been fixed in version 2.1.0 of the plugin, so please update when you get a chance.</description><author>taoyue</author><pubDate>Sat, 05 May 2012 23:18:22 GMT</pubDate><guid isPermaLink="false">Commented Issue: Didn't open or sometime crash Paint.net 3.5.10 with 2.0 [7968] 20120505111822P</guid></item></channel></rss>