<?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/gimp-sharp/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/gimp-sharp/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sun, 18 Aug 2013 10:32:25 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/gimp-sharp/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#40 csv doesn't compile : missing makefile.in</title><link>https://sourceforge.net/p/gimp-sharp/bugs/40/?limit=25#ae2b</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;You can also do just&lt;/p&gt;
&lt;p&gt;autoreconf -i&lt;br /&gt;
./configure&lt;br /&gt;
make &lt;br /&gt;
sudo make install&lt;/p&gt;
&lt;p&gt;(The autoreconf -i trick has helped me with a lot of svn/cvs/git repos that omit the autogen.sh file.)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin Brubeck Unhammer</dc:creator><pubDate>Sun, 18 Aug 2013 10:32:25 -0000</pubDate><guid>https://sourceforge.netbcf4bb33b11904f6525993f9d8b9f9ab619ffb9c</guid></item><item><title>#43 export plugins don't work with gimp 2.8</title><link>https://sourceforge.net/p/gimp-sharp/bugs/43/?limit=25#3b75</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;it's Makefile.in that is missing&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v1nce</dc:creator><pubDate>Thu, 16 May 2013 20:56:14 -0000</pubDate><guid>https://sourceforge.net7321b5094c3a629a1c629adcf3246d9419729f26</guid></item><item><title>#43 export plugins don't work with gimp 2.8</title><link>https://sourceforge.net/p/gimp-sharp/bugs/43/?limit=25#ca4a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Iĺl have a look at this one.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Maurits Rijk</dc:creator><pubDate>Tue, 14 May 2013 19:17:05 -0000</pubDate><guid>https://sourceforge.netd3993d6cb2c5f16509c405f922b285a29578587a</guid></item><item><title>export plugins don't work with gimp 2.8</title><link>https://sourceforge.net/p/gimp-sharp/bugs/43/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;current csv version + gimp 2.8&lt;/p&gt;
&lt;p&gt;wbmp plugin crashes with text &lt;br /&gt;
"tried reading from drawable x which was removed from the image (killing)"&lt;/p&gt;
&lt;p&gt;plus the csv version doesn't compile out of the box ; missing makefile.am&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v1nce</dc:creator><pubDate>Mon, 13 May 2013 12:47:17 -0000</pubDate><guid>https://sourceforge.neta75902ac0bb39f9c37866020e90242a873d077fa</guid></item><item><title>patch proposal for gradientsegment</title><link>https://sourceforge.net/p/gimp-sharp/bugs/42/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Your implementation of gradient and segment is still quite strange to me.&lt;/p&gt;
&lt;p&gt;GradientSegment.cs:&lt;br /&gt;
...&lt;br /&gt;
public RGB GetLeftColor(RGB color, out double opacity)&lt;br /&gt;
{&lt;br /&gt;
return _gradient.SegmentGetLeftColor(_segment, out opacity);&lt;br /&gt;
}&lt;br /&gt;
...&lt;/p&gt;
&lt;p&gt;We try to GET a color, why should we bother pass one ? Plus an opacity ??&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v1nce</dc:creator><pubDate>Sat, 25 Aug 2012 11:50:47 -0000</pubDate><guid>https://sourceforge.net0e8d11f01ee638a751b33050f97cf45bad7e097e</guid></item><item><title>How to get a text layer ?</title><link>https://sourceforge.net/p/gimp-sharp/bugs/41/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This doesn't work&lt;/p&gt;
&lt;p&gt;int nblayers = image.Layers.Count;&lt;br /&gt;
for (int i=1;i&amp;lt;=nblayers;i++)&lt;br /&gt;
{&lt;br /&gt;
Layer layer = image.Layers[nblayers-i]; // &amp;lt;= one gets a basic layer even if the layer is a text layer&lt;br /&gt;
if (layer.IsTextLayer)&lt;br /&gt;
{&lt;br /&gt;
TextLayer t = ((TextLayer)layer);&lt;br /&gt;
Console.Write(t.Font);&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;How are we supposed to get a text layer ?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v1nce</dc:creator><pubDate>Fri, 24 Aug 2012 20:06:00 -0000</pubDate><guid>https://sourceforge.netde1c1548c119c3d6eaded64a1c1120e72656fb3d</guid></item><item><title>csv doesn't compile : missing makefile.in</title><link>https://sourceforge.net/p/gimp-sharp/bugs/40/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;When I tried ./configure for csv it stalled with &lt;br /&gt;
config.status: error: cannot find input file: `Makefile.in'&lt;/p&gt;
&lt;p&gt;I tried aclocal; automake with no luck&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">v1nce</dc:creator><pubDate>Sat, 18 Aug 2012 14:34:32 -0000</pubDate><guid>https://sourceforge.net36cae76eba4e15965af81093976f5c5f07eee870</guid></item><item><title>in layer is* methods/properties are inconsistent</title><link>https://sourceforge.net/p/gimp-sharp/bugs/39/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;why   &lt;br /&gt;
&lt;/p&gt;
&lt;p&gt;public bool IsLayerMask()&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;return gimp_drawable_is_layer_mask(_ID);&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;and not&lt;/p&gt;
&lt;p&gt;public bool IsLayerMask&lt;br /&gt;
{&lt;br /&gt;
get {&lt;br /&gt;
return gimp_drawable_is_layer_mask(_ID);&lt;br /&gt;
}&lt;br /&gt;
}&lt;/p&gt;
&lt;p&gt;IsLayer()&lt;br /&gt;
, IsLayerMask(),&lt;br /&gt;
IsChannel(),&lt;br /&gt;
IsTextLayer() vs   &lt;br /&gt;
IsRGB&lt;br /&gt;
, IsGray&lt;br /&gt;
, IsIndexed&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Wed, 19 May 2010 11:30:16 -0000</pubDate><guid>https://sourceforge.net5df22e6ef3019b5b9021e16039389a53ecc2828c</guid></item><item><title>ubuntu 9.04 : 0.15 doesn't install ; csv doesn't compile</title><link>https://sourceforge.net/p/gimp-sharp/bugs/38/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;latest stable version doesn't install on ubuntu 0.15 ( bug 280074) ?&lt;/p&gt;
&lt;p&gt;make install&lt;br /&gt;
Making install in lib&lt;br /&gt;
make[1]: entering « /tmp/gimp-sharp-0.15/lib »&lt;br /&gt;
/usr/bin/install -c -m 644 gimp-sharp.dll &lt;br /&gt;
/usr/bin/install: missing operand after `gimp-sharp.dll'&lt;br /&gt;
Pour en savoir davantage, faites: « /usr/bin/install --help ».&lt;br /&gt;
make[1]: *** [install] Erreur 1&lt;br /&gt;
make[1]: quittant le répertoire « /tmp/gimp-sharp-0.15/lib »&lt;br /&gt;
make: *** [install-recursive] Erreur 1&lt;/p&gt;
&lt;p&gt;csv version doesn't compile&lt;br /&gt;
./configure&lt;br /&gt;
...&lt;br /&gt;
checking for gmcs... /usr/bin/gmcs&lt;br /&gt;
checking for gimptool-2.0... /usr/bin/gimptool-2.0&lt;br /&gt;
checking for NCSecwInit in -lNCSEcw... no&lt;br /&gt;
checking for umfpack_di_solve in -lumfpack... no&lt;br /&gt;
configure: creating ./config.status&lt;br /&gt;
config.status: error: cannot find input file: Makefile.in&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Anonymous</dc:creator><pubDate>Mon, 06 Jul 2009 21:07:43 -0000</pubDate><guid>https://sourceforge.net57a0958a81325da7019e5c548e0ae0bad0e43182</guid></item><item><title>Can't install on Gimp 2.6.6</title><link>https://sourceforge.net/p/gimp-sharp/bugs/37/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi from a newbie !&lt;/p&gt;
&lt;p&gt;Here is the situation... I am trying to install gimp-sharp 0.15 on Gimp 2.6.6 and all this running on Ubuntu 9.04 AMD 64 bit version.&lt;/p&gt;
&lt;p&gt;when i do a ./configure, everything seems normal. Then I do a make...still all seems good .&lt;br /&gt;
I then do a sudo make install and everything stops, saying error 1 can't continue.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Sirach</dc:creator><pubDate>Tue, 02 Jun 2009 16:17:37 -0000</pubDate><guid>https://sourceforge.net2c3b0523d1588d08651bcf01bf1fab79d73c2ece</guid></item></channel></rss>