<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to bugs</title><link href="https://sourceforge.net/p/libpsd/bugs/" rel="alternate"/><link href="https://sourceforge.net/p/libpsd/bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/libpsd/bugs/</id><updated>2008-03-11T20:43:04Z</updated><subtitle>Recent changes to bugs</subtitle><entry><title>RGB8 in Image_Data.c Errors</title><link href="https://sourceforge.net/p/libpsd/bugs/2/" rel="alternate"/><published>2008-03-11T20:43:04Z</published><updated>2008-03-11T20:43:04Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.netd05a2fa029e69cb5e4603a1f0d2100074fa77a93</id><summary type="html">&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;</summary></entry><entry><title>Knockout with Drop Shadow</title><link href="https://sourceforge.net/p/libpsd/bugs/1/" rel="alternate"/><published>2008-03-11T20:38:43Z</published><updated>2008-03-11T20:38:43Z</updated><author><name>Anonymous</name><uri>https://sourceforge.net/u/userid-None/</uri></author><id>https://sourceforge.net3684dcc13d95cb9d6dfed35f0cca5b0d4e4befa4</id><summary type="html">&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;</summary></entry></feed>