<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/libpsd/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/libpsd/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 11 Mar 2008 20:43:04 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/libpsd/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>RGB8 in Image_Data.c Errors</title><link>https://sourceforge.net/p/libpsd/bugs/2/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;- psd_combine_rgb8_channel in image_data.c has a few bugs&lt;/p&gt;
&lt;p&gt;1) context-&amp;gt;color_channels should be context-&amp;gt;channels (to include the alpha count)&lt;/p&gt;
&lt;p&gt;1a) Alpha is being pulled out first when it should be last e.g.:&lt;/p&gt;
&lt;p&gt;red = context-&amp;gt;temp_image_data;&lt;/p&gt;
&lt;p&gt;green = context-&amp;gt;temp_image_data + context-&amp;gt;per_channel_length;&lt;/p&gt;
&lt;p&gt;blue  = context-&amp;gt;temp_image_data + context-&amp;gt;per_channel_length * 2;&lt;/p&gt;
&lt;p&gt;alpha = context-&amp;gt;temp_image_data + context-&amp;gt;per_channel_length * 3;;&lt;/p&gt;
&lt;p&gt;2) Presumably psd_combine_rgb16_channel() has the same issues&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 11 Mar 2008 20:43:04 -0000</pubDate><guid>https://sourceforge.netd05a2fa029e69cb5e4603a1f0d2100074fa77a93</guid></item><item><title>Knockout with Drop Shadow</title><link>https://sourceforge.net/p/libpsd/bugs/1/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;- Create an image in Photoshop (CS 8.0) with a drop shadow selecting the "Knockout" option.&lt;/p&gt;
&lt;p&gt;- Using libpsd to do psd_image_blend() causes a wierd masking effect. The drop shadow is in the wrong position relative to the object it is shadowing. The knockout is clearly not in the right position, as you can see the knockout mask offset from the object.&lt;/p&gt;
&lt;p&gt;- I have commented out using the knockout in psd_layer_effects_blend_drop_shadow()&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Tue, 11 Mar 2008 20:38:43 -0000</pubDate><guid>https://sourceforge.net3684dcc13d95cb9d6dfed35f0cca5b0d4e4befa4</guid></item></channel></rss>