


<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>CinePaint</title>
	<atom:link href="http://www.cinepaint.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.cinepaint.org</link>
	<description>Open source deep paint software</description>
	<lastBuildDate>Sun, 08 Jan 2012 19:52:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>CinePaint Website Suggestions</title>
		<link>http://www.cinepaint.org/2012/01/08/cinepaint-website-suggestions/</link>
		<comments>http://www.cinepaint.org/2012/01/08/cinepaint-website-suggestions/#comments</comments>
		<pubDate>Sun, 08 Jan 2012 19:52:40 +0000</pubDate>
		<dc:creator>Robin Rowe</dc:creator>
				<category><![CDATA[CinePaint]]></category>

		<guid isPermaLink="false">http://www.cinepaint.org/?p=197</guid>
		<description><![CDATA[User suggestions for improving www.cinepaint.org By Robin Rowe HOLLYWOOD, CA (CinePaint.org) 2012/1/8 &#8211; I&#8217;m back from London. Had a great time there and productive discussions how to improve CinePaint.  While in London I received some suggestions for improving the website. The CinePaint WordPress template I developed from scratch so it doesn&#8217;t have the crud that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>User suggestions for improving www.cinepaint.org</strong></p>
<p><em>By Robin Rowe</em></p>
<p>HOLLYWOOD, CA (CinePaint.org) 2012/1/8 &#8211; I&#8217;m back from London. Had a great time there and productive discussions how to improve CinePaint.  While in London I received some suggestions for improving the website. The CinePaint WordPress template I developed from scratch so it doesn&#8217;t  have the crud that many of the standard templates do. That makes it  easier to make changes and faster to load, but also means more testing  is needed to get rid of rough edges.</p>
<ol>
<li>Make Twitter follow me banner smaller</li>
<li>Move sponsor links higher on the page</li>
<li>Instead of Google text ads run more banners</li>
<li>Try separating articles with something other than dotted lines</li>
<li>Make fonts more consistent(update CSS)</li>
<li>Check comments work on all articles</li>
<li>Place search bar consistently across pages</li>
<li>Fix so text doesn&#8217;t touch pictures</li>
<li>Link to Facebook page</li>
</ol>
<p>Let me know anything else you notice.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cinepaint.org/2012/01/08/cinepaint-website-suggestions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CinePaint Version 1.1 Delayed</title>
		<link>http://www.cinepaint.org/2011/12/26/cinepaint-version-1-1-delayed/</link>
		<comments>http://www.cinepaint.org/2011/12/26/cinepaint-version-1-1-delayed/#comments</comments>
		<pubDate>Mon, 26 Dec 2011 23:53:11 +0000</pubDate>
		<dc:creator>Robin Rowe</dc:creator>
				<category><![CDATA[CinePaint]]></category>
		<category><![CDATA[Developers]]></category>

		<guid isPermaLink="false">http://www.cinepaint.org/?p=185</guid>
		<description><![CDATA[Version 1.1 release delayed after finding and fixing memory leak bug By Robin Rowe LONDON, ENGLAND (CinePaint.org) 2012/12/26 &#8211; The next release of CinePaint seems to have at least another week&#8217;s work for me to do. I&#8217;ve just about completed working on the libwire source files, but still have changes to the libbase and app [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Version 1.1 release delayed after finding and fixing memory leak bug</strong></p>
<p><em>By Robin Rowe</em></p>
<div id="attachment_187" class="wp-caption alignleft" style="width: 210px"><img class="size-medium wp-image-187" title="Monarch caterpillar, a bug that becomes a butterfly" src="http://www.cinepaint.org/wp-content/uploads/2011/12/800px-Monarch_caterpillar_eating_swan_plant_leaf-200x150.jpg" alt="Monarch caterpillar, a bug that becomes a butterfly" width="200" height="150" /><p class="wp-caption-text">Monarch caterpillar, a bug that becomes a butterfly</p></div>
<p>LONDON, ENGLAND (CinePaint.org) 2012/12/26 &#8211; The next release of CinePaint seems to have at least another week&#8217;s work for me to do. I&#8217;ve just about completed working on the libwire source files, but still have changes to the libbase and app directories to go. The task became larger than I&#8217;d scoped when I decided to fix all compiler warnings and unneeded library dependencies as I worked through the source files toward version 1.1.</p>
<p>What triggered that decision was a compiler warning that led me to find a nasty memory leak. That bug had been introduced by<span id="more-185"></span> a programmer no longer with the project who clearly didn&#8217;t understand how C memory works, that you can&#8217;t just keep allocating the same memory over and over every time a function is called . As a result, every time CinePaint code looked up the home directory of the user, it bleed a little memory. The bug was in a function that CinePaint calls a lot.</p>
<p>I&#8217;ve been renaming some CinePaint files and directories, which means version 1.1 will show up as a brand new version control upload. CVS gets unhappy about renaming things. There have been suggestions in the past to move to Bazaar or Git or Subversion, which everyone including me can agree are more modern and have more features. Unfortunately, the last I checked, these newer systems are not as well implemented across non-Linux operating systems or as well understood by typical programmers.</p>
<p>While I&#8217;m planning to stick with CVS on SourceForge, that doesn&#8217;t mean Bazaar enthusiasts are out in the cold. There&#8217;s a Ubuntu Launchpad developers page for CinePaint:</p>
<p><a href="http://launchpad.net/cinepaint">http://launchpad.net/cinepaint</a></p>
<p>It provides a bridge from Launchpad CinePaint Bazaar to the SourceForge CinePaint CVS. When I get the new CVS up on SourceForge that will show up on Launchpad in Git.</p>
<p><a href="http://launchpad.net/~medigeek">Savvas Radevic</a> has been tending the CinePaint Lauchpad page, not that much is going on there.  If anyone has suggestions what should happen on our Launchpad page, let me know. Savvas has a CinePaint packaging page and says he can help with Ubuntu packaging.</p>
<p><a href="http://launchpad.net/~cinepaint">http://launchpad.net/~cinepaint</a></p>
<p><em><a href="http://commons.wikimedia.org/wiki/File:Monarch_caterpillar_eating_swan_plant_leaf.jpg">Photo</a> courtesy of Pseudopanax at wikipedia.org.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cinepaint.org/2011/12/26/cinepaint-version-1-1-delayed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CinePaint Design for the Future</title>
		<link>http://www.cinepaint.org/2011/12/20/cinepaint-design-for-the-future/</link>
		<comments>http://www.cinepaint.org/2011/12/20/cinepaint-design-for-the-future/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 23:35:33 +0000</pubDate>
		<dc:creator>Robin Rowe</dc:creator>
				<category><![CDATA[CinePaint]]></category>
		<category><![CDATA[Developers]]></category>

		<guid isPermaLink="false">http://www.cinepaint.org/?p=181</guid>
		<description><![CDATA[A look at upcoming features for the free open source deep paint program By Robin Rowe LONDON, ENGLAND (CinePaint.org) 2011/12/20 – When you take an old car and replace the engine and drivetrain with modern high performance components, it becomes what’s known as a “sleeper”. It may look like nothing special on the outside, but [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A look at upcoming features for the free open source deep paint program</strong></p>
<p><em>By Robin Rowe</em></p>
<div id="attachment_183" class="wp-caption alignleft" style="width: 210px"><img class="size-medium wp-image-183" title="Image from &quot;How to Draw the Head at Any Angle&quot;" src="http://www.cinepaint.org/wp-content/uploads/2011/12/different-head-angles-200x133.jpg" alt="Image from &quot;How to Draw the Head at Any Angle&quot;" width="200" height="133" /><p class="wp-caption-text">Image from &quot;How to Draw the Head at Any Angle&quot;</p></div>
<p>LONDON, ENGLAND (CinePaint.org) 2011/12/20 – When you take an old car and replace the engine and drivetrain with modern high performance components, it becomes what’s known as a “sleeper”. It may look like nothing special on the outside, but boy is it fast. If there’s a software equivalent to the sleeper, it’s CinePaint. CinePaint was created by taking an existing open source paint app and replacing its low fidelity 8-bit core with an image engine that handles 8-bit, 16-bit and 32-bit high dynamic range channels.</p>
<p>&nbsp;</p>
<p>As I work on the version 1.1 release of CinePaint, I’ve been giving thought to what CinePaint may offer in the future. Because CinePaint was originally<span id="more-181"></span> based on the code of another open source project, even was intended by some Hollywood sponsors of that work to be version 2.0 of that software, very little was changed on the outside. There’s a lot I’d like to do on the outside of CinePaint, but first let’s talk about the inside.</p>
<p><strong>CinePaint  Multi-bit Image Engine</strong></p>
<p>CinePaint will continue to have a multi-bit engine. Some programs support deep paint by setting bittishness at compile time. You can have an 8-bit or a 16-bit core in ImageMagick, for example, but not both. It depends upon how ImageMagick was compiled. CinePaint has a true multi-bit engine where bittishness is chosen at runtime depending on the needs of an image. When you open a JPEG,  CinePaint will allocate 8-bit channels for it because that’s what the image holds. When you open a 16-bit TIFF, it will allocate 16-bit channels.</p>
<p>At present, CinePaint supports unsigned 8-bit, binary fixed point 16-bit, half float 16-bit and float 32-bit. That’s a lot of flexibility in channel allocation, but not quite as much as we’d like. OpenEXR files may contain unsigned 32-bit channels and TIFF may have unsigned 64-bit channels. It would be nice to be able to open those in CinePaint without a loss of fidelity.</p>
<p><strong>Comic Book, Anime and Fashion Illustration, Heads at Any Angle<br />
</strong></p>
<p>Adding to ideas expressed in an earlier story, it would be nice to have an interface that supports pulling images from a library of art created by the artist, such as having a <a href="http://www.stanprokopenko.com/blog/2009/05/draw-head-any-angle/">character’s head drawn at many different angles</a>. This would enable an artist to quickly drag in previously drawn elements to quickly build an illustration. It would be nice to be able to mirror clone when half of a face is drawn in order to quickly draw the other half.</p>
<p><strong>Architecture</strong></p>
<p>There’s a lot that could be done to make architectural drawing easier. One would be a cross-hatch brush that would draw parrallel lines at a fixed separation locked to the background position so that drawing later with the same brush will line up perfectly. The angle of the cross-hatch would be a setting on the brush. Another important brush for architecture would be a perspective brush that draws straight lines according to the horizon specified by the artist for the picture. At zero degrees it would become a railings brush and have no crossing lines. There could also be brushes that draw boxes with proper geometry per the background horizon. There could be a clone brush that copies with perspective, whether it’s drawing bricks or a window that needs to be repeated across a building.</p>
<p><strong>Roto and Tracking</strong></p>
<p>Adobe After Effects has an excellent auto-roto feature that will separate foreground objects from their background. Surprisingly, Photoshop does not. It would be nice if CinePaint had auto-roto. It’s not surprising that Photoshop doesn’t have tracking and image stabilization like After Effects. It would be nice if CinePaint did.</p>
<p><strong>Colorization</strong></p>
<p>There’s a plug-in for painting colors from a similar photo onto a B&amp;W image. Would be nice to have that type of thing as a standard clone brush feature.</p>
<p><strong>Slides and Sequences</strong></p>
<p>CinePaint’s flipbook can be used as a PowerPoint-style slide presenter. That could be further developed. While you can load a sequence of numbered images in CinePaint, there’s no way to save that sequence as a sequence. It would be nice if it would.</p>
<p><strong>Brushes</strong></p>
<p>In addition to the architecture brushes already described, it would be nice to have brushes that draw borders and to paint Apple-style liquid buttons. It would be nice to have a bucket brush that bucket fills but will not seek out through gaps smaller than the size of the brush. It would be nice to have a “sloppy” setting on the brush the can exaggerate or reduce the jitter with which a line is hand drawn, something like in Smart Sketch. There could be brushes that draw flowers or any randomly repeating “image tube” as in PaintShop Pro. As the brush paints it lays down the next image (or flower) in the tube. Another nice brush would be a human pores brush that adds pores to portraits that have been magnified.</p>
<p><strong>Magnifier</strong></p>
<p>It would be nice to have a magnifying glass like Apple Aperture.</p>
<p><strong>Meta-data</strong></p>
<p>It would be nice to support such things as keeping accounting data for the time spent working on an image.</p>
<p><strong>Vector Graphics and Type</strong></p>
<p>Artists seem to agree that moving between Adobe Illustrator and Photoshop is inconvenient, that we’d rather do to one app to paint. However, mixing vector graphics and rasters gets messy. A solution is to put vector objects, including type, in a separate layer.</p>
<p><strong>Adjustment Layers and Nodes</strong></p>
<p>It would be nice to have adjustment layers, that is, layers that dynamically enhance the image below instead of changing the layer with a filter. Layers and nodes can be thought of like waves and particles in physics. They’re two ways of looking at the same thing and yet seem quite different. It would be nice if CinePaint displayed nodes.</p>
<p><strong>Scripting</strong></p>
<p>CinePaint has supported many scripting languages, but it hasn’t been a satisfactory user experience. Preferably, CinePaint would record macros/scripts implicitly and at all times like Apple Shake. That would be a better solution than the Adobe Photoshop macro recorder that requires the user to decide when to record a macro first. Taking scripts a step further, it would be nice to have a text-based way to create image files. For example, to be able to quickly snap together a color bars image from a text description of the sizes and colors of the bars.</p>
<p><strong>Sound</strong></p>
<p>CinePaint has a flipbook movie player, but no sound. It would be nice to have <a href="http://jackaudio.org/">JACK</a> support so external JACK-compatible sound tools like <a href="http://traverso-daw.org/">Traverso</a> would play in sync.</p>
<p><strong>High Fidelity Color</strong></p>
<p>CinePaint has a RGBA color space by default. Work’s been done to support advanced color management and other color spaces such as CMYK in CinePaint. It requires a domain expert in the printing industry to really get this right. Enhancements provided by a German open source developer have been difficult for CinePaint users to comprehend. To advance in this area we first need a color expert who speaks English, someone who can explain to me what we really need in the color interface and who can test that we got it implemented right.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cinepaint.org/2011/12/20/cinepaint-design-for-the-future/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CinePaint Story in 3D World Magazine</title>
		<link>http://www.cinepaint.org/2011/12/19/cinepaint-story-in-3d-world-magazine/</link>
		<comments>http://www.cinepaint.org/2011/12/19/cinepaint-story-in-3d-world-magazine/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 10:11:37 +0000</pubDate>
		<dc:creator>Robin Rowe</dc:creator>
				<category><![CDATA[CinePaint]]></category>

		<guid isPermaLink="false">http://www.cinepaint.org/2011/12/19/cinepaint-story-in-3d-world-magazine/</guid>
		<description><![CDATA[CinePaint fans can look for a story in 3D World magazine the end of January By Robin Rowe BATH, ENGLAND (CinePaint.org) 2011/12/19 – I got together on Saturday with 3D Magazine contributing editor Jim Thacker at the Westgate pub in Bath, England. He’d asked to interview me for an upcoming story in 3D World magazine, [...]]]></description>
			<content:encoded><![CDATA[<p><strong>CinePaint fans can look for a story in 3D World magazine the end of January</strong></p>
<p><em>By Robin Rowe</em></p>
<div id="attachment_172" class="wp-caption alignleft" style="width: 210px"><img class="size-medium wp-image-172 " title="Node-based interface in Open Movie Editor" src="http://www.cinepaint.org/wp-content/uploads/2011/12/node_filters_small-200x213.png" alt="Node-based interface in Open Movie Editor" width="200" height="213" /><p class="wp-caption-text">Node-based interface in Open Movie Editor</p></div>
<p>BATH, ENGLAND (CinePaint.org) 2011/12/19 – I got together on Saturday with 3D Magazine contributing editor Jim Thacker at the Westgate pub in Bath, England. He’d asked to interview me for an upcoming story in <a href="http://www.3dworldmag.com/">3D World magazine</a>, which is produced by the same publisher as <a href="http://www.linuxformat.com/">LinuxFormat</a> magazine. Here are some of the questions he asked…</p>
<ol>
<li>Whats the history of CinePaint&#8217;?</li>
<li>What prompted to you restart active development on CinePaint now?</li>
<li>Who&#8217;s currently working on the project?</li>
<li>What contributions are they making?</li>
<li>What contact do you have with<span id="more-173"></span> staff at visual effects studios and are they actively involved in development?</li>
<li>After the current round of bug fixes, what new features are a priority for development?</li>
<li>How does it benefit the visual effects industry to have a serious alternative to Photoshop for texturing and post work?</li>
<li>Why is it better that this alternative is open source?</li>
<li>If you weren&#8217;t constrained by resources and legacy code, what would CinePaint look like?</li>
</ol>
<p>What are the answers to those questions? Look for 3D World on newsstands the end of January to see.</p>
<p>We also discussed CinePaint in relation to proprietary tools like <a href="http://www.thefoundry.co.uk/products/mari/">Mari</a> and Nuke from the UK company The Foundry. Mari is a new 3D paint app that also does 2D paint. Nuke is the compositor that was developed by Bill Spitzak at Digital Domain (Michael Bay’s post house). Bill also created the open source GUI toolkit <a href="http://fltk.org/">FLTK</a> that CinePaint is transitioning to.</p>
<p>Something unusual about Mari as a paint app is it offers a node-based interface like Nuke. While more users may be familiar with layer-based compositing interfaces as in Adobe After Effects, many find a node-based interface more powerful. Offering both seems ideal. <a href="http://www.openmovieeditor.org/">Open Movie Editor</a> features both a layer-based and node-based interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cinepaint.org/2011/12/19/cinepaint-story-in-3d-world-magazine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CinePaint Users Group Meeting #1</title>
		<link>http://www.cinepaint.org/2011/12/18/cinepaint-users-group-meeting-1/</link>
		<comments>http://www.cinepaint.org/2011/12/18/cinepaint-users-group-meeting-1/#comments</comments>
		<pubDate>Sun, 18 Dec 2011 23:59:25 +0000</pubDate>
		<dc:creator>Robin Rowe</dc:creator>
				<category><![CDATA[CinePaint]]></category>
		<category><![CDATA[Events]]></category>

		<guid isPermaLink="false">http://www.cinepaint.org/?p=166</guid>
		<description><![CDATA[CinePaint fans discuss design issues at first users group meeting in Beverly Hills By Robin Rowe HOLLYWOOD, CA (CinePaint.org) 2011/12/18 &#8211; The  CinePaint Users Group held it&#8217;s first meeting at Peets Coffee, 258 South Beverly Drive, Beverly Hills, California, from 7pm to 8pm on December 12th. CinePaint project manager Robin Rowe was there, as was [...]]]></description>
			<content:encoded><![CDATA[<p><strong>CinePaint fans discuss design issues at first users group meeting in Beverly Hills</strong></p>
<p><em>By Robin Rowe</em></p>
<p>HOLLYWOOD, CA (CinePaint.org) 2011/12/18 &#8211; The  CinePaint Users Group held it&#8217;s first meeting at Peets Coffee, 258 South Beverly Drive, Beverly Hills, California, from 7pm to 8pm on December 12th. CinePaint project manager Robin Rowe was there, as was CinePainter QA advisor Gabrielle Pantera.</p>
<p>Most of the discussion was suggestions for upcoming design enhancements.</p>
<ol>
<li>Save state. Save the state of CinePaint from the last time it was run so all files and windows can be re-opened automatically.</li>
<li>Be able to save these states as workspaces and display them as a &#8220;bingo card&#8221; window like many web browsers display at startup. Be able to pin thumbnails on bingo card so some workspaces are sticky. If not pinned, the most recent workspace is shown first as with web browsers.</li>
<li>Push workspace states to the cloud and<span id="more-166"></span> automatically replicate files in order to be able to continue work from home without the drudgery of packing up files.</li>
<li>Add colorize plug-in.</li>
<li>Add FFT plug-in.</li>
<li>Add  C++ stack tracer and crash reporter to automatically report bugs when there are user crashes.</li>
<li>Add &#8220;Tracing&#8221; to the menu. This is for users intimidated by layers or who just want to save a little time when doing a tracing. Clicking tracing on adds a layer called &#8220;Tracing&#8221; and ghosts the underlying layers by increasing transparency. The user can see the underlying image well enough to trace over it. Clicking Tracing again sets it to off and hides the underlying layers so you just see the tracing. This was Gabrielle Pantera&#8217;s idea.</li>
<li>Add vibrancy brush that will intensify colors.</li>
<li>Add &#8220;Auto-contrast&#8221; to menu. This will stretch the dynamic range of the image similar to what a user would do by hand using curves or levels.</li>
<li>Add motion capability so layers can move across frames. Add a size/orientation component to layers so they can be resized or rotated without crunching the raster.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.cinepaint.org/2011/12/18/cinepaint-users-group-meeting-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CinePaint Tweets Archived</title>
		<link>http://www.cinepaint.org/2011/12/12/cinepaint-tweets-archived/</link>
		<comments>http://www.cinepaint.org/2011/12/12/cinepaint-tweets-archived/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 10:15:34 +0000</pubDate>
		<dc:creator>Robin Rowe</dc:creator>
				<category><![CDATA[CinePaint]]></category>

		<guid isPermaLink="false">http://www.cinepaint.org/?p=164</guid>
		<description><![CDATA[Twitter isn&#8217;t letting us search very far back, so here are some tweets for later viewing&#8230; What Twitter says about CinePaint @lmpizarro RT @teragamestwitts: #Software Cinepaint 1.0-Retoca fotogramas con la máxima calidad de imagen: Cinepaint es un editor de imag&#8230; http://t.co/NiaXo1np #Linux @lmpizarro cinema open source cinepaint compiled in debian testing (wheezy) and debian stable [...]]]></description>
			<content:encoded><![CDATA[<div id="tweet">
<div>
<h2><em>Twitter isn&#8217;t letting us search very far back, so here are some tweets for later viewing<span id="more-164"></span>&#8230;</em><img title="More..." src="http://www.cinepaint.org/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /></h2>
<h2>What Twitter says about  CinePaint</h2>
<ul>
<li><a rel="nofollow" href="http://twitter.com/lmpizarro">@lmpizarro </a>RT @<a href="http://twitter.com/teragamestwitts">teragamestwitts</a>: <a title="#Software" href="http://search.twitter.com/search?q=%23Software">#Software</a> <em>Cinepaint</em> 1.0-Retoca fotogramas con la máxima calidad de imagen: <em>Cinepaint</em> es un editor de imag&#8230; <a href="http://t.co/NiaXo1np">http://t.co/NiaXo1np</a> <a title="#Linux" href="http://search.twitter.com/search?q=%23Linux">#Linux</a></li>
<li><a rel="nofollow" href="http://twitter.com/lmpizarro">@lmpizarro </a>cinema open source <em>cinepaint</em> compiled in debian testing (wheezy) and debian stable (squeeze) @<em>cinepaint</em> with little modifications</li>
<li><a rel="nofollow" href="http://twitter.com/lmpizarro">@lmpizarro </a><em>Cinepaint</em> se usó en películas como Harry Potter, El señor de los anillos, El último Samurai</li>
<li><a rel="nofollow" href="http://twitter.com/lmpizarro">@lmpizarro </a>Software libre para cine. <em>Cinepaint</em> se usa para el retoque/correción de película digital. Simil photoshop, con alta profundidad de color</li>
<li><a rel="nofollow" href="http://twitter.com/lmpizarro">@lmpizarro </a>cine con software libre, <em>cinepaint</em> compilado en debian wheezy (testing) y debian squeeze (estable). cc @<a href="http://twitter.com/nickmontaggio">nickmontaggio</a> @<a href="http://twitter.com/delavegaDanielS">delavegaDanielS</a></li>
<li><a rel="nofollow" href="http://twitter.com/pardusbugzilla">@pardusbugzilla </a>[Bug 8655] <em>Cinepaint</em> resim işleme programı paket isteği <a href="http://t.co/MCjKNymT">http://t.co/MCjKNymT</a></li>
<li><a rel="nofollow" href="http://twitter.com/pardusbugzilla">@pardusbugzilla </a>[Bug 8655] <em>Cinepaint</em> resim işleme programı paket isteği <a href="http://t.co/MCjKNymT">http://t.co/MCjKNymT</a></li>
<li><a rel="nofollow" href="http://twitter.com/emilbarbest">@emilbarbest </a><a href="http://t.co/MdY1zUhM">http://t.co/MdY1zUhM</a> <em>CinePaint</em> and Deep Paint Software Design</li>
<li><a rel="nofollow" href="http://twitter.com/cinepaint">@cinepaint </a>News: <em>CinePaint</em> and <a href="http://t.co/OWfFJkPl">http://t.co/OWfFJkPl</a> Meeting on December 12th <a href="http://t.co/doX22wxL">http://t.co/doX22wxL</a></li>
<li><a rel="nofollow" href="http://twitter.com/cinepaint">@cinepaint </a>News: <em>CinePaint</em> and Deep Paint Software Design <a href="http://t.co/Kwu5jvSe">http://t.co/Kwu5jvSe</a></li>
<li><a rel="nofollow" href="http://twitter.com/nancynlvnv">@nancynlvnv </a><em>CinePaint</em> and The DC Comics Guide to Digitally Drawing Comics: Excellent book by DC Comics illustrator Frederick&#8230; <a href="http://t.co/HafAuROO">http://t.co/HafAuROO</a></li>
<li><a rel="nofollow" href="http://twitter.com/sumodirjo">@sumodirjo </a>Posting Baru: <em>CinePaint</em> Kembali Dengan Versi 1.0 <a href="http://t.co/AOxUUKEb">http://t.co/AOxUUKEb</a> <a title="#Linux" href="http://search.twitter.com/search?q=%23Linux">#Linux</a> <a title="#OpenSource" href="http://search.twitter.com/search?q=%23OpenSource">#OpenSource</a></li>
<li><a rel="nofollow" href="http://twitter.com/lnxbox">@lnxbox </a>New Posts! <a title="#Linux" href="http://search.twitter.com/search?q=%23Linux">#Linux</a> <a title="#OpenSource" href="http://search.twitter.com/search?q=%23OpenSource">#OpenSource</a> <em>CinePaint</em> Kembali Dengan Versi 1.0 <a href="http://t.co/0kqOdwC6">http://t.co/0kqOdwC6</a></li>
<li><a rel="nofollow" href="http://twitter.com/zebdeos">@zebdeos </a>RT @<a href="http://twitter.com/cinepaint">cinepaint</a>: News: Planning <em>CinePaint</em> 1.1 Release <a href="http://t.co/GBE5Lfrb">http://t.co/GBE5Lfrb</a></li>
<li><a rel="nofollow" href="http://twitter.com/jdegra">@jdegra </a>RT @<a href="http://twitter.com/cenatic">cenatic</a>: <em>CinePaint</em> 1.0: otro desarrollo open source que da el salto a versiones redondas <a href="http://t.co/HllhwHqw">http://t.co/HllhwHqw</a> <a title="#softwarelibre" href="http://search.twitter.com/search?q=%23softwarelibre">#softwarelibre</a></li>
</ul>
<div>
<div><a href="http://twitter.com/lmpizarro" target="_blank">@lmpizarro</a></div>
<p><a title="Find Your Relationship Paths">Degrees of Separation</a><a title="Find more about this post">Post Effect</a>3 hrs ago</p>
<div>RT @teragamestwitts: #Software Cinepaint 1.0-Retoca fotogramas con  la máxima calidad de imagen: Cinepaint es un editor de imag&#8230; http:/  &#8230;</div>
</div>
</div>
<p><img src="http://a1.twimg.com/profile_images/1178107751/Moser_Francesco1977_normal.jpeg" alt="" /></p>
<div>
<div><img src="http://a1.twimg.com/profile_images/1178107751/Moser_Francesco1977_normal.jpeg" alt="" /></div>
<div>
<div><a href="http://twitter.com/lmpizarro" target="_blank">@lmpizarro</a></div>
<p>4 hrs ago</p>
<div>cinema open source cinepaint compiled in debian testing (wheezy)  and debian stable (squeeze) @cinepaint with little modifications</div>
</div>
</div>
<div>
<div><img src="http://a1.twimg.com/profile_images/1178107751/Moser_Francesco1977_normal.jpeg" alt="" /></div>
<div>
<div><a href="http://twitter.com/lmpizarro" target="_blank">@lmpizarro</a></div>
<p>4 hrs ago</p>
<div>Cinepaint se usó en películas como Harry Potter, El señor de los anillos, El último Samurai</div>
</div>
</div>
<div>
<div><img src="http://a1.twimg.com/profile_images/1178107751/Moser_Francesco1977_normal.jpeg" alt="" /></div>
<div>
<div><a href="http://twitter.com/lmpizarro" target="_blank">@lmpizarro</a></div>
<p>4 hrs ago</p>
<div>Software libre para cine. Cinepaint se usa para el  retoque/correción de película digital. Simil photoshop, con alta  profundidad de color</div>
</div>
</div>
<div>
<div><img src="http://a1.twimg.com/profile_images/1178107751/Moser_Francesco1977_normal.jpeg" alt="" /></div>
<div>
<div><a href="http://twitter.com/lmpizarro" target="_blank">@lmpizarro</a></div>
<p>4 hrs ago</p>
<div>cine con software libre, cinepaint compilado en debian wheezy  (testing) y debian squeeze (estable). cc @nickmontaggio @delavegaDanielS</div>
</div>
</div>
<div>
<div><img src="http://a0.twimg.com/profile_images/1510146454/p1_normal.png" alt="" /></div>
<div>
<div><a href="http://twitter.com/pardusbugzilla" target="_blank">@pardusbugzilla</a></div>
<p>6 hrs ago</p>
<div>[Bug 8655] Cinepaint resim işleme programı paket isteği <a href="http://t.co/MCjKNymT" target="_blank">http://t.co/MCjKNymT</a></div>
</div>
</div>
<div>
<div><img src="http://a0.twimg.com/profile_images/1510146454/p1_normal.png" alt="" /></div>
<div>
<div><a href="http://twitter.com/pardusbugzilla" target="_blank">@pardusbugzilla</a></div>
<p>20 hrs ago</p>
<div>[Bug 8655] Cinepaint resim işleme programı paket isteği <a href="http://t.co/MCjKNymT" target="_blank">http://t.co/MCjKNymT</a></div>
</div>
</div>
<div>
<div><img src="http://a3.twimg.com/profile_images/1509396576/1314080765_largescrshot_macdraft_normal.jpg" alt="" /></div>
<div>
<div><a href="http://twitter.com/emilbarbest" target="_blank">@emilbarbest</a></div>
<p>20 hrs ago</p>
<div><a href="http://t.co/MdY1zUhM" target="_blank">http://t.co/MdY1zUhM</a> CinePaint and Deep Paint Software Design</div>
</div>
</div>
<div>
<div><img src="http://a2.twimg.com/profile_images/984096469/spot.splash.113x113_normal.jpg" alt="" /></div>
<div>
<div><a href="http://twitter.com/cinepaint" target="_blank">@cinepaint</a></div>
<p>21 hrs ago</p>
<div>News: CinePaint and <a href="http://t.co/OWfFJkPl" target="_blank">http://t.co/OWfFJkPl</a> Meeting on December 12th <a href="http://t.co/doX22wxL" target="_blank">http://t.co/doX22wxL</a></div>
</div>
</div>
<div>
<div><img src="http://a2.twimg.com/profile_images/984096469/spot.splash.113x113_normal.jpg" alt="" /></div>
<div>
<div><a href="http://twitter.com/cinepaint" target="_blank">@cinepaint</a></div>
<p>21 hrs ago</p>
<div>News: CinePaint and Deep Paint Software Design <a href="http://t.co/Kwu5jvSe" target="_blank">http://t.co/Kwu5jvSe</a></div>
</div>
</div>
<div>
<div><img src="http://a3.twimg.com/sticky/default_profile_images/default_profile_0_normal.png" alt="" /></div>
<div>
<div><a href="http://twitter.com/nancynlvnv" target="_blank">@nancynlvnv</a></div>
<p>1 d ago</p>
<div>CinePaint and The DC Comics Guide to Digitally Drawing Comics: Excellent book by DC Comics illustrator Frederick&#8230; <a href="http://t.co/HafAuROO" target="_blank">http://t.co/HafAuROO</a></div>
</div>
</div>
<div>
<div><img src="http://a3.twimg.com/profile_images/1424456382/DhilipSiva__normal.jpg" alt="" /></div>
<div>
<div><a href="http://twitter.com/DhilipSiva_linx" target="_blank">@DhilipSiva_linx</a></div>
<p><a title="Find Your Relationship Paths">Degrees of Separation</a><a title="Find more about this post">Post Effect</a>11 d ago</p>
<div>#linux #opensource CinePaint 1.0 <a href="http://t.co/sPrwH7sn" target="_blank">http://t.co/sPrwH7sn</a> #DhilipSiva</div>
</div>
</div>
<div id="results">
<ul id="wg0">
<li>
<div>
<div>
<h3><a href="http://twitter.com/phoronix">Twitter</a></h3>
</div>
<p><strong>CinePaint</strong> 1.0 For Linux Released: <strong>CinePaint</strong>, an open-source paint/image program, has reached version 1.0&#8230; bit.ly/uMTcKB . About @phoronix. 4,012 Tweets; 2 Following;</p>
<div><cite><strong>twitter.com</strong>/phoronix</cite></div>
</div>
</li>
<li>
<div>
<div>
<h3><a href="http://twitter.com/muylinux">Picajoso (@muylinux) on Twitter</a></h3>
</div>
<ul>
<li>3,430 followers ·</li>
<li>1,847 tweets ·</li>
<li>Following 29 others</li>
</ul>
<p>[Actualizacion] <strong>CinePaint</strong> 1.0: otro desarrollo que da el salto a versiones redondas muylinux.com/?p=23073 3:20 AM Dec 2nd via MuyLinux. <strong>CinePaint</strong> 1.0: &#8230;</p>
<div><cite><strong>twitter.com</strong>/muylinux</cite></div>
</div>
</li>
<li>
<div>
<div>
<h3><a href="http://twitter.com/3DR">Twitter</a></h3>
</div>
<p><strong>CinePaint</strong> returns as version 1.0: The open source deep painting program has reappeared, after more than three ye&#8230; bit.ly/s6v6Fa &#8230;</p>
<div><cite><strong>twitter.com</strong>/3DR</cite></div>
</div>
</li>
<li>
<div>
<div>
<h3><a href="http://twitter.com/lwnnet">Twitter</a></h3>
</div>
<p><strong>Cinepaint</strong> resurrected, v1.0 released (LGW) ur1.ca/68peo &#8230;</p>
<div><cite><strong>twitter.com</strong>/lwnnet</cite></div>
</div>
</li>
<li>
<div>
<div>
<h3><a href="http://twitter.com/chris77ve">Cristóbal Alvarado M (@chris77ve) on Twitter</a></h3>
</div>
<ul>
<li>284 followers ·</li>
<li>8,612 tweets ·</li>
<li>Cagua, Aragua, Venezuela. ·</li>
<li>Following 443 others</li>
</ul>
<p>lubrio Están retomando el proyecto de software libre <strong>CinePaint</strong>, un editor de frames con color de 16/32 bit apto para cine libregraphicsworld.org/blog/entry/cin &#8230;</p>
<div><cite><strong>twitter.com</strong>/chris77ve</cite></div>
</div>
</li>
<li>
<div>
<div>
<h3><a href="http://twitter.com/heiseonlineuk">Twitter</a></h3>
</div>
<p><strong>CinePaint</strong> returns as version 1.0 h-online.com/-1387695/ftw &#8230;</p>
<div><cite><strong>twitter.com</strong>/heiseonlineuk</cite></div>
</div>
</li>
<li>
<div>
<div>
<h3><a href="http://twitter.com/myphotocloudbox">Twitter</a></h3>
</div>
<p>The <strong>CinePaint</strong> Project &#8211; Einzelbilder aus Filmen bearbeiten &#8211; KostNixx Freeware Blog kostnixx-freeware.de/2010/08/24/the &#8230;</p>
<div><cite><strong>twitter.com</strong>/myphotocloudbox</cite></div>
</div>
</li>
<li>
<div>
<div>
<h3><a href="http://twitter.com/uktoni/egonet-manual">Twitter / @uktoni/egonet manual</a></h3>
</div>
<p>sourceforge <strong>CinePaint</strong>, a multi-platform image editing tool, free from #SourceForge sourceforge.net/projects/cinep &#8230;</p>
<div><cite><strong>twitter.com</strong>/uktoni/egonet-manual</cite></div>
</div>
</li>
<li>
<div>
<div>
<h3><a href="http://twitter.com/cenatic">Twitter</a></h3>
</div>
<p><strong>CinePaint</strong> 1.0: otro desarrollo open source que da el salto a versiones redondas cenatic.es/hemeroteca-de- &#8230;</p>
<div><cite><strong>twitter.com</strong>/cenatic</cite> · <a href="http://www.microsofttranslator.com/bv.aspx?ref=SERP&amp;br=ro&amp;mkt=en-US&amp;dl=en&amp;lp=ES_EN&amp;a=http%3a%2f%2ftwitter.com%2fcenatic">Translate this page</a></div>
</div>
</li>
<li>
<div>
<div>
<h3><a href="http://twitter.com/aios_news">PCIアイオス株式会社 (@aios_news) on Twitter</a></h3>
</div>
<ul>
<li>115 followers ·</li>
<li>400 tweets ·</li>
<li>東京都品川区 ·</li>
<li>Following 238 others</li>
</ul>
<p>ハリウッド映画でも活用の<strong>CinePaint</strong> 1.0リリース pci-aios.jp/techtalks/4822 #gimp #linux #gnu #harry potter #lord of the rings #last samurai 5:31 PM Nov 30th &#8230;</p>
<div><cite><strong>twitter.com</strong>/aios_news</cite> · <a href="http://www.microsofttranslator.com/bv.aspx?ref=SERP&amp;br=ro&amp;mkt=en-US&amp;dl=en&amp;lp=JA_EN&amp;a=http%3a%2f%2ftwitter.com%2faios_news">Translate this page</a></div>
</div>
</li>
</ul>
<ul id="wg0">
<li>
<div>
<div>
<h3><a href="http://twitter.com/aios_news">PCIアイオス株式会社 (@aios_news) on Twitter</a></h3>
</div>
<ul>
<li>115 followers ·</li>
<li>400 tweets ·</li>
<li>東京都品川区 ·</li>
<li>Following 238 others</li>
</ul>
<p>ハリウッド映画でも活用の<strong>CinePaint</strong> 1.0リリース pci-aios.jp/techtalks/4822 #gimp #linux #gnu #harry potter #lord of the rings #last samurai 5:31 PM Nov 30th &#8230;</p>
<div><cite><strong>twitter.com</strong>/aios_news</cite> · <a href="http://www.microsofttranslator.com/bv.aspx?ref=SERP&amp;br=ro&amp;mkt=en-US&amp;dl=en&amp;lp=JA_EN&amp;a=http%3a%2f%2ftwitter.com%2faios_news">Translate this page</a></div>
</div>
</li>
<li>
<div>
<div>
<h3><a href="http://twitter.com/kino3d">kino (@kino3d) on Twitter</a></h3>
</div>
<ul>
<li>176 followers ·</li>
<li>209 tweets ·</li>
<li>Italy ·</li>
<li>Following 175 others</li>
</ul>
<p>New <strong>CinePaint</strong> 1.0 Linux tarball available at www.<strong>cinepaint</strong>.org 11:50 PM Nov 29th via TweetDeck. I just liked &#8220;Happiness&#8221; on Vimeo: &#8230;</p>
<div><cite><strong>twitter.com</strong>/kino3d</cite></div>
</div>
</li>
<li>
<div>
<div>
<h3><a href="http://twitter.com/lgworld">Libre Graphics World (@lgworld) on Twitter</a></h3>
</div>
<ul>
<li>266 followers ·</li>
<li>1,018 tweets ·</li>
<li>Worldwide ·</li>
<li>Following 117 others</li>
</ul>
<p><strong>Cinepaint</strong> resurrected, v1.0 released: Here in the  northern hemisphere saying that  hell froze… goo.gl/fb/vdKK5 7:11 PM Nov  29th via Google.</p>
<div><cite><strong>twitter.com</strong>/lgworld</cite></div>
</div>
</li>
</ul>
</div>
<p><a href="http://twitter.com/EM_Infoteca"><img src="http://a3.twimg.com/profile_images/1475329884/images__1__normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/EM_Infoteca/statuses/142579043664011264">EM_Infoteca</a> :</div>
<div id="tweetText">Infoteca SW &#8211; CinePaint 1.0: otro desarrollo que da el salto a versiones redondas: No hemos hablado prácticament&#8230; <a href="http://t.co/aNKX0BqQ">http://t.co/aNKX0BqQ</a></div>
<div id="tweetTime">2011-12-02 06:29:06</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@EM_Infoteca" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/DhilipSiva_linx"><img src="http://a3.twimg.com/profile_images/1424456382/DhilipSiva__normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/DhilipSiva_linx/statuses/142042030162452480">DhilipSiva_linx</a> :</div>
<div id="tweetText"><a href="http://www.tweetscan.com/index.php?s=linux">#linux</a> <a href="http://www.tweetscan.com/index.php?s=opensource">#opensource</a> CinePaint returns as version 1.0 <a href="http://t.co/A8QWqJ8w">http://t.co/A8QWqJ8w</a> <a href="http://www.tweetscan.com/index.php?s=DhilipSiva">#DhilipSiva</a></div>
<div id="tweetTime">2011-11-30 19:00:11</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@DhilipSiva_linx" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/BenoitBalanca"><img src="http://a0.twimg.com/profile_images/1595998420/AutoPortrait_525_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/BenoitBalanca/statuses/141799138017804289">BenoitBalanca</a> :</div>
<div id="tweetText"><a href="http://www.tweetscan.com/index.php?s=Cinepaint">#Cinepaint</a> 1.0 !!? I thought it was dead. <a href="http://t.co/LtPMdyp0">http://t.co/LtPMdyp0</a></div>
<div id="tweetTime">2011-11-30 02:42:11</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@BenoitBalanca" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/centelladedia"><img src="http://a1.twimg.com/profile_images/889975488/mafalda_llorando_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/centelladedia/statuses/14056743100">centelladedia</a> :</div>
<div id="tweetText">#curioso cinepaint que es un software libre se usó en la pelicula harry Potter #barcampbuc</div>
<div id="tweetTime">2010-05-15 15:40:32</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@centelladedia" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/tagdetodounpoco"><img src="http://a1.twimg.com/profile_images/194384382/DE_TODO_UN_POCO_normal.gif" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/tagdetodounpoco/statuses/11274307700">tagdetodounpoco</a> :</div>
<div id="tweetText">Descarga CinePaint</div>
<div id="tweetTime">2010-03-29 18:01:27</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@tagdetodounpoco" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/zegerk"><img src="http://a1.twimg.com/profile_images/77035942/me_head_small_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/zegerk/statuses/9570217100">zegerk</a> :</div>
<div id="tweetText">Nasty error in The Gimp, Adobe Photoshop, CinePaint, ImageMagick, GQview, Eye of Gnome, Paint and Krita <a href="http://tinyurl.com/2cqxhq">http://tinyurl.com/2cqxhq</a></div>
<div id="tweetTime">2010-02-24 04:34:09</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@zegerk" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/CertAmericaData"><img src="http://a3.twimg.com/profile_images/370165311/OQAAAMxXwrVtBTQGRMH91Qos81-MOpNRbqUuc7KC5H_sKozbICIm00DIYj0QtO7TJnpiKJWRST56D1CULTDbFyO6p04Am1T1UFkaI5a_i-kpgePBdJtK6GPL7EVa_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/CertAmericaData/statuses/7834671404">CertAmericaData</a> :</div>
<div id="tweetText">Tutorial de instalação do Cinepaint no Ubuntu Studio 9.10 AMD 64bits-  O Cinepaint faz retoques em quadro&#8230; <a href="http://bit.ly/7RGiTv">http://bit.ly/7RGiTv</a></div>
<div id="tweetTime">2010-01-16 12:45:56</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@CertAmericaData" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/FOSSwiki"><img src="http://a1.twimg.com/profile_images/302423400/boxee_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/FOSSwiki/statuses/7249920000">FOSSwiki</a> :</div>
<div id="tweetText">Oh: #opensource CinePaint &#8211; open-source graphics software for movie makers &#8211; neowin.net <a href="http://bit.ly/6CvQoN">http://bit.ly/6CvQoN</a> <a href="http://bit.ly/6PE2xU">http://bit.ly/6PE2xU</a></div>
<div id="tweetTime">2009-12-31 16:46:14</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@FOSSwiki" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/strangeways"><img src="http://a1.twimg.com/profile_images/229287450/ankur_hat_jacket_1_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/strangeways/statuses/6673663504">strangeways</a> :</div>
<div id="tweetText"><a href="http://twitter.com/sarahhoopes">@sarahhoopes</a> <a href="http://twitter.com/crunchysue">@crunchysue</a> If you don&#8217;t mind a web-based tool, <a href="http://twitter.com/pixlr">@pixlr</a> is awesome. Free desktop apps: Paintbrush, Seashore, CinePaint, GIMP.</div>
<div id="tweetTime">2009-12-14 15:31:01</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@strangeways" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/loeschkandidat"><img src="http://a1.twimg.com/profile_images/522073674/Avatar_L_schkandidaten_normal.png" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/loeschkandidat/statuses/5656182303">loeschkandidat</a> :</div>
<div id="tweetText">CinePaint <a href="http://de.wikipedia.org/wiki/CinePaint">http://de.wikipedia.org/wiki/CinePaint</a></div>
<div id="tweetTime">2009-11-12 12:51:41</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@loeschkandidat" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/akselsays"><img src="http://s3.amazonaws.com/twitter_production/profile_images/331309513/n696723027_9756_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/akselsays/statuses/3103332700">akselsays</a> :</div>
<div id="tweetText">CinePaint &#8211; zu sagen das sei eine Alternative für   professionellen Einsatz halte ich für sehr gewagt um es ganz vorsichtig   auszudrücken.</div>
<div id="tweetTime">2009-08-03 07:36:49</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@akselsays" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/chrleon"><img src="http://s3.amazonaws.com/twitter_production/profile_images/268670403/green_9026_avatar_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/chrleon/statuses/2685390100">chrleon</a> :</div>
<div id="tweetText"><a href="http://twitter.com/stiaand">@stiaand</a> hmm.. Cinepaint? Jahshaka? Cinelerra? VirtualDub, AviDemux?</div>
<div id="tweetTime">2009-07-17 03:35:08</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@chrleon" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/zonetones"><img src="http://s3.amazonaws.com/twitter_production/profile_images/69132518/ceplogo-small_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/zonetones/statuses/1095684475">zonetones</a> :</div>
<div id="tweetText">Well, the download to Ubuntu Studio 8.10 is almost   done. I&#8217;m going to try the calibration integration and see if CinePaint   is reliable i <a href="http://twitter.com/zonetones/status/1095684475">&#8230;</a></div>
<div id="tweetTime">2009-01-04 14:34:03</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@zonetones" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/pengjiayou"><img src="http://s3.amazonaws.com/twitter_production/profile_images/35134502/Avator_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/pengjiayou/statuses/1069274136">pengjiayou</a> :</div>
<div id="tweetText">嘉佑：正在安装 CinePaint 呢，学学 Linux 下编辑图片</div>
<div id="tweetTime">2008-12-20 12:10:28</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@pengjiayou" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/sitrucious"><img src="http://s3.amazonaws.com/twitter_production/profile_images/58461509/myavatar_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/sitrucious/statuses/1054026840">sitrucious</a> :</div>
<div id="tweetText">@<a href="http://twitter.com/knellotron">knellotron</a> Any suggestions for Linux video editing.  My list so far (PiTivi, Kino, Cinepaint)</div>
<div id="tweetTime">2008-12-12 13:48:49</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@sitrucious" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/secretlondon"><img src="http://s3.amazonaws.com/twitter_production/profile_images/42884792/3529948_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/secretlondon/statuses/1041055203">secretlondon</a> :</div>
<div id="tweetText">@<a href="http://twitter.com/mpt">mpt</a> we still need to get cinepaint back into Ubuntu. I have for hardy in my ppa, but it&#8217;s sat on REVU for months..</div>
<div id="tweetTime">2008-12-05 16:37:06</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@secretlondon" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/35_mm"><img src="http://static.twitter.com/images/default_profile_normal.png" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/35_mm/statuses/1029562817">35_mm</a> :</div>
<div id="tweetText">CinePaint: Scan 35mm Film at 8 Bits or 16 Bits?: Scan 35mm Film at 8 Bits or 16 Bits? A user asks, &#8220;For sca.. <a rel="nofollow" href="http://tinyurl.com/6yedar" target="_blank">http://tinyurl.com/6yedar</a></div>
<div id="tweetTime">2008-11-29 11:09:26</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@35_mm" target="replies">Reply</a></div>
</div>
<div id="tweet">
<p><a href="http://twitter.com/kaminana"><img src="http://static.twitter.com/images/default_profile_normal.png" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/kaminana/statuses/987071086">kaminana</a> :</div>
<div id="tweetText">Creation of HDR Images in CinePaint <a rel="nofollow" href="http://snipr.com/4yhao" target="_blank">http://snipr.com/4yhao</a></div>
<div id="tweetTime">2008-11-02 20:39:06</div>
<div id="tweetReply"><a href="http://twitter.com/home?status=@kaminana" target="replies">Reply</a></div>
</div>
<p><a href="http://twitter.com/eek_"><img src="http://s3.amazonaws.com/twitter_production/profile_images/55106218/twitter_normal.jpg" alt="" /></a></p>
<div id="tweetUser"><a href="http://twitter.com/eek_/statuses/942700657">eek_</a> :</div>
<div id="tweetText">Achei o #Cinepaint! Aparenta ser bom! vamos ver qual é então!</div>
<div id="tweetTime">2008-10-01 20:37:06</div>
<p><a href="http://twitter.com/home?status=@eek_" target="replies">Reply</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cinepaint.org/2011/12/12/cinepaint-tweets-archived/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CinePaint and LinuxMovies.org Meeting on December 12th</title>
		<link>http://www.cinepaint.org/2011/12/09/cinepaint-and-linuxmovies-org-meeting-on-december-12th/</link>
		<comments>http://www.cinepaint.org/2011/12/09/cinepaint-and-linuxmovies-org-meeting-on-december-12th/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 07:48:45 +0000</pubDate>
		<dc:creator>Robin Rowe</dc:creator>
				<category><![CDATA[CinePaint]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.cinepaint.org/?p=153</guid>
		<description><![CDATA[Linux and CinePaint fans get together in Beverly Hills By Robin Rowe HOLLYWOOD, CA (CinePaint.org) 2011/12/9 &#8211; The Linux Movies Group and the CinePaint Users Group will be getting together for an informal  meeting at Peets Coffee, 258 South Beverly Drive, Beverly Hills, California, from 7pm to 8pm on December 12th. CinePaint project manager Robin [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Linux and CinePaint fans get together in Beverly Hills</strong></p>
<p><em>By Robin Rowe</em></p>
<p>HOLLYWOOD, CA (CinePaint.org) 2011/12/9 &#8211; The Linux Movies Group and the CinePaint Users Group will be getting together for an informal  meeting at Peets Coffee, 258 South Beverly Drive, Beverly Hills, California, from 7pm to 8pm on December 12th. CinePaint project manager Robin Rowe will be there. There&#8217;s no agenda except to talk about Linux as used in making major motion pictures, CinePaint and possibly field some questions about programming in C++.</p>
<p>Linux is used for visual effects and animation in virtually every blockbuster film released in the past ten years. It&#8217;s standard at Disney, DreamWorks Animation, ILM and Sony. CinePaint has been used in making the <em>Harry Potter</em> films and many other pictures.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.cinepaint.org/2011/12/09/cinepaint-and-linuxmovies-org-meeting-on-december-12th/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CinePaint and Deep Paint Software Design</title>
		<link>http://www.cinepaint.org/2011/12/09/cinepaint-and-deep-paint-software-design/</link>
		<comments>http://www.cinepaint.org/2011/12/09/cinepaint-and-deep-paint-software-design/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 07:38:24 +0000</pubDate>
		<dc:creator>Robin Rowe</dc:creator>
				<category><![CDATA[CinePaint]]></category>

		<guid isPermaLink="false">http://www.cinepaint.org/?p=148</guid>
		<description><![CDATA[A discussion with Izo and other designer friends about deep paint software design By Robin Rowe HOLLYWOOD, CA (CinePaint.org) &#8211; 2011/12/9 &#8211; As we near our next release it&#8217;s time to consider what features future CinePaint versions may offer.  Whatever your painting tool of choice, whether that&#8217;s CinePaint, Photoshop, Aperture or something else, please take [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A discussion with Izo and other designer friends about deep paint software design</strong></p>
<p><em>By Robin Rowe</em></p>
<div id="attachment_150" class="wp-caption alignleft" style="width: 210px"><a rel="attachment wp-att-150" href="http://www.cinepaint.org/2011/12/09/cinepaint-and-deep-paint-software-design/edisonvitascope/"><img class="size-medium wp-image-150" title="Vitascope motion picture projector, marketed by the Edison Manufacturing Co." src="http://www.cinepaint.org/wp-content/uploads/2011/12/edisonvitascope-200x147.jpg" alt="Vitascope motion picture projector, marketed by the Edison Manufacturing Co." width="200" height="147" /></a><p class="wp-caption-text">Vitascope motion picture projector, marketed by the Edison Manufacturing Co.</p></div>
<p>HOLLYWOOD, CA (CinePaint.org) &#8211; 2011/12/9 &#8211; As we near our next release it&#8217;s time to consider what features future CinePaint versions may offer.  Whatever your painting tool of choice, whether that&#8217;s CinePaint, Photoshop, Aperture or something else, please take a moment to post to our comments section at the end of this story to share what you think a deep paint tool should do.</p>
<p>Back in September I had a dialog about the future direction of CinePaint and paint software with designer Ian Cylkowski, better know as Izo of <a href="http://www.design-by-izo.com/">Design by Izo</a>. He also posted the question to his fellow Twitter design buddies as a <a href="https://plus.google.com/112546833633391090642/posts/So8pBEM4UQB">design discussion on Google+</a>.</p>
<p>Izo: For  any FOSS image editor to compete properly with Photoshop, it needs, and  this is just off the top of my head with my particular case usage<span id="more-148"></span>&#8230;</p>
<ul>
<li>24-bit image editing</li>
<li>Support for CMYK colour profiles right from the start, plus image conversion from RGB</li>
<li>Support for Pantone CMS</li>
<li>Non-destructive editing with tools like adjustment layers</li>
<li>Comprehensive font management and type options with support for kerning,  tracking, opentype subsets, text columns, proper justification and  hyphenation options and so on</li>
<li>Easy access to additional brushes, patterns and whatnot</li>
<li>Scalable brushes</li>
</ul>
<p>It would be rad if, when loading CinePaint, it presents to a grid  view of your most recently accessed CinePaint projects. Any important  projects can then be &#8220;pinned&#8221;. Think of how Google Chrome&#8217;s startup page  works.</p>
<p>Robin: Tell me more about working with type. Do you like Inkscape?</p>
<p>Izo: In Inkscape I can kern individual letter pairs, adjust tracking, word spacing, basic rotation and so on. It&#8217;s better than the state of type editing currently in GIMP. Inkscape doesn&#8217;t support OpenTypesubsets though for using alternative ampersand glyphs or variant ligature glyphs and appears to miss certain weights of a font sometimes, which is frustrating if you know it exists! Inkscape also doesn&#8217;t really deal with text columns nor proper paragraph hyphenation.</p>
<p>Robin: An idea for CinePaint is vector layers, to build some Inkscape-like features into CinePaint as a layer type. You&#8217;ll be able to reselect and manipulate text or graphics in a vector layer, not have it mashed into a raster as it is now.</p>
<p>Izo: Pantone CMS support in CinePaint?</p>
<p>Robin: We have some CMS features implemented. I don&#8217;t fully understand what we have. We need a CMS domain expert to tell us what needs to be done in this area.</p>
<p>Robin: What would you like to see first in CinePaint?</p>
<p>Izo: A good start would be basic adjustment layers like Curves, Levels, Colour Balance, Brightness/Contrast, Hue/Saturation, Invert.</p>
<p>Robin: Were you able to download and build CinePaint?</p>
<p>Izo: I have heard of CinePaint but I&#8217;ve never really looked into it or used it at all. All went well until the make process. See <a href="http://paste.ubuntu.com/682516/">http://paste.ubuntu.com/682516/</a></p>
<p>Robin: Yes, I know. Working on it. Thanks for your input!</p>
<p><em>Since September the bugs Izo reported in the CinePaint build process have been fixed and made into release 1.0.  While building CinePaint on Ubuntu is working better, the next CinePaint release due for Christmas will address build issues with other distros and enable installing on Ubuntu from deb files, not require building from source. After that, we can start implementing some new features as suggested by Izo and friends.</em></p>
<p><em><a href="http://www.loc.gov/loc/lcib/9903/edison.html">Vitascope advertisement image</a> courtesy of the Library of Congress.<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cinepaint.org/2011/12/09/cinepaint-and-deep-paint-software-design/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>CinePaint and The DC Comics Guide to Digitally Drawing Comics</title>
		<link>http://www.cinepaint.org/2011/12/04/cinepaint-and-the-dc-comics-guide-to-digitally-drawing-comics/</link>
		<comments>http://www.cinepaint.org/2011/12/04/cinepaint-and-the-dc-comics-guide-to-digitally-drawing-comics/#comments</comments>
		<pubDate>Sun, 04 Dec 2011 22:52:47 +0000</pubDate>
		<dc:creator>Robin Rowe</dc:creator>
				<category><![CDATA[CinePaint]]></category>
		<category><![CDATA[Photoshop]]></category>

		<guid isPermaLink="false">http://www.cinepaint.org/?p=135</guid>
		<description><![CDATA[Excellent book by DC Comics illustrator Frederick E. Williams II  shows how to create comic book art using paint software and has clues for improving CinePaint By Robin Rowe HOLLYWOOD, CA (CinePaint.org) 2011/12/4 &#8211; DC Comics illustrator Frederieck E. Williams II uses many digital tools for creating comics including Adobe Photoshop and Google SketchUp. While [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Excellent book by DC Comics illustrator Frederick E. Williams II  shows how to create comic book art using paint software and has clues for improving CinePaint</strong></p>
<p><em>By Robin Rowe</em></p>
<div id="attachment_142" class="wp-caption alignleft" style="width: 210px"><img class="size-medium wp-image-142" title="The DC Comics Guide to Digitally Drawing Comics, book has clues how to improve CinePaint" src="http://www.cinepaint.org/wp-content/uploads/2011/12/dc-comics-guide3-200x280.jpg" alt="The DC Comics Guide to Digitally Drawing Comics, book has clues how to improve CinePaint" width="200" height="280" /><p class="wp-caption-text">The DC Comics Guide to Digitally Drawing Comics, book has clues how to improve CinePaint</p></div>
<p>HOLLYWOOD, CA (CinePaint.org) 2011/12/4 &#8211; DC Comics illustrator Frederieck E. Williams II uses many digital tools for creating comics including Adobe Photoshop and Google SketchUp. While artists like Williams must operate within the limits of what their tools are designed to do, CinePaint has the flexibility to have new features added through open source programming. This video from Williams gives an overview the process of using a <a href="http://freddieart.com/QuickTools/index.php?page=detail&amp;get_id=5&amp;category=2">master page template</a> to create comic book pages for comic book publishers <a href="http://www.dccomics.com/dccomics/">DC Comics</a>, <a href="http://www.darkhorse.com/">Dark Horse</a>, <a href="http://www.imagecomics.com/">Image Comics</a> or <a href="http://marvel.com/">Marvel</a>.  This process is much the same no matter what tools you use. Williams has a <a href="http://www.freddieart.com/QuickTools/FreeDownloads/MPT-FreeStandard11x17.tif">free template</a> in TIFF format that you can use in CinePaint.</p>
<div class="iframe-wrapper">
  <iframe src="http://www.youtube.com/v/JUtPYwjlysI&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" frameborder="0" style="height:360px;width:640px;">Please upgrade your browser</iframe>
</div>
<p>The technique Williams teaches is to<span id="more-135"></span> start with a very rough drawing then refine it by adding layer after layer. The lower rough layers are used as a guide then turned off to disappear from the final drawing. The most significant layers are Rough, Breakdown, Wireframe and Inking. Rough is just a doodle. Breakdown has the proportions of the final drawing. Wireframe is the image as line art with no shading. Inking adds shadows and shading. There are many more layers than these, such as Script and Reference layers. The Reference layer contains reference art from the artist&#8217;s library or other sources.  The Gesture layer looks like a storyboard, with a page of the script on the left and four or five panels of sketches down the right hand side.</p>
<p>Stat backgrounds are reusable backgrounds that characters can be moved in front of after characters have been made into cut-outs. To add half-tones, Zip-a-tones are added to selections made with the Lasso tool. These are newsprint-like dot patterns. Another trick is adding motion lines, a layer with a series of lines radiating from the vanishing point toward the viewer. Williams uses Transforms with warp for such tasks as exaggerating perspective on buildings and fitting superhero logos (e.g., the Superman &#8220;S&#8221;) onto uniforms. Another way he achieves perspective is to draw backgrounds in 3D using Google Sketch. To keep perspective under control in 2D, Williams uses a <a href="http://freddieart.com/QuickTools/index.php?page=detail&amp;get_id=1&amp;category=-2--4-">Perspective Path</a>. More in this video&#8230;</p>
<div class="iframe-wrapper">
  <iframe src="http://www.youtube.com/v/8YLk96PKSek&amp;hl=en_US&amp;feature=player_embedded&amp;version=3" frameborder="0" style="height:360px;width:640px;">Please upgrade your browser</iframe>
</div>
<p>Seems like a lot of work for the artist to do This is a good example of something we could implement better inside of CinePaint.</p>
<p>Actions (recorded macros) enable Photoshop to repeat tedious tasks to save time for the artist. Actions can be mapped to a function key or saved to a file as a Droplet. Once it&#8217;s a Droplet, you can drop image files onto the to automate the same task across many files without opening them one-by-one. Having a good macro-recorder in CinePaint is something I&#8217;d like to see finished soon.  Work on that was disrupted by the GTK1/GTK2/FLTK GUI coding challenges. The plan was to take CinePaint from GTK1 to FLTK, and when that got delayed CinePaint adopted GTK2 in the interim.  All the GUI work was vastly delayed by build system obstacles from legacy code in CinePaint. Enhancements are being made to the build system to overcome that.</p>
<p>Photoshop CS supports using JavaScript, which Williams says he doesn&#8217;t know how to use. Most artists are not programmers. CinePaint has a Scheme-based interpreter it can use or Perl or Python, but none of these are ideal. Many programmers are repelled by Scheme and using Perl and Python creates build and platform problems. Using JavaScript, Squirrel or UnderC would probably serve CinePaint better.  Adding embedded Java using JamVM was researched, but had enough technical obstacles to prevent going forward.  Using a small embedded language is key for making the build and portability reasonable.</p>
<p>Because CinePaint has similar features, any digital art tutorial tends to be a good source of inspiration for working in CinePaint. Here are some magazines that provide tutorials&#8230;</p>
<ul>
<li><a href="http://www.advancedphotoshop.co.uk/"><a href="http://www.3dartistonline.com/">3D Artist</a></a></li>
<li><a href="http://www.advancedphotoshop.co.uk/">Advanced Photoshop</a></li>
<li><a href="http://www.photoshopuser.com/">Photoshop User</a></li>
<li><a href="http://www.practicalphotoshopmag.com/">Practical Photoshop</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.cinepaint.org/2011/12/04/cinepaint-and-the-dc-comics-guide-to-digitally-drawing-comics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Planning CinePaint 1.1 Release</title>
		<link>http://www.cinepaint.org/2011/12/02/planning-cinepaint-1-1-release/</link>
		<comments>http://www.cinepaint.org/2011/12/02/planning-cinepaint-1-1-release/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 19:51:01 +0000</pubDate>
		<dc:creator>Robin Rowe</dc:creator>
				<category><![CDATA[CinePaint]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">http://www.cinepaint.org/?p=127</guid>
		<description><![CDATA[Plans underway for the next release of CinePaint open source deep paint tool By Robin Rowe HOLLYWOOD, CA (CinePaint.org) 2011/12/2 &#8220;Good to see that there is a new version of CinePaint even there are mainly bug fixes and not new features,&#8221; says a CinePaint user. &#8220;I would like to know if you plan to develop [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Plans underway for the next release of CinePaint open source deep paint tool</strong></p>
<p><em>By Robin Rowe</em></p>
<div id="attachment_130" class="wp-caption alignleft" style="width: 291px"><img class="size-full wp-image-130" title="Navy Photo Archive: USS Abraham Lincoln in the Gulf of Oman" src="http://www.cinepaint.org/wp-content/uploads/2011/12/uss-lincoln2.jpg" alt="Navy Photo Archive: USS Abraham Lincoln in the Gulf of Oman" width="281" height="160" /><p class="wp-caption-text">Navy Photo Archive: USS Abraham Lincoln in the Gulf of Oman</p></div>
<p>HOLLYWOOD, CA (CinePaint.org) 2011/12/2 &#8220;Good to see that there is a new version of CinePaint even there are     mainly bug fixes and not new features,&#8221; says a CinePaint user. &#8220;I would like to know if you     plan to develop CinePaint in the future or if this was just a bug fix release and that´ s all? I would love it, having CinePaint further developed.&#8221;</p>
<p>Yes, working on the next release. Everybody agrees, I assume, with Eric Raymond that it&#8217;s best to<a href="http://en.wikipedia.org/wiki/Release_early,_release_often"> release early and release often</a>. What Eric doesn&#8217;t say is how to do that when you take over a large project like CinePaint that had never had a proper release before and has such a complex build system that even small changes can mean a whole day of building and testing. To make release early/often more feasible, changes are being made to simplify the CinePaint build system.</p>
<p><strong>Planned for CinePaint 1.1 on 2011/12/25</strong></p>
<ol>
<li>Build all code using stricter C++ rules to try to catch more bugs at compile time.</li>
<li>Fix build configure bugs reported in 1.0 to exist on distros other than Ubuntu.</li>
<li>Fix version # bug reported in 1.0.</li>
<li>Research libpng-1.5 bug reported in 1.0.</li>
<li>Test with Valgrind for memory leak reported in 1.0.</li>
<li>Test CinePaint on Lubuntu as in 1.0 and add testing for CentOS and FreeBSD.</li>
<li>Remove ScriptFu and other interpreter plug-ins. Python and Perl are too difficult to support. Researching adding Squirrel or JavaSccript.</li>
<li>Add a user registration dialog so we have a better idea who&#8217;s using CinePaint.</li>
<li>Debian deb</li>
</ol>
<p>The next CinePaint release is expected  sometime before Christmas. Comments welcome.</p>
<p><em>Photo courtesy of U.S. Navy. The Gulf of Oman, Dec. 30, 2000 — USS Abraham Lincoln (CVN-72) and her battle group sail in the waters of the Gulf of Oman after spending three months in the Persian Gulf in support of Operation Southern Watch. U.S Navy photo by Photographer&#8217;s Mate 2nd Class Gabriel Wilson (<a href="http://www.navsource.org/archives/02/027237.jpg">photo # 001230-N-0147W-002</a>).</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.cinepaint.org/2011/12/02/planning-cinepaint-1-1-release/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

