<?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>Syahban Blog</title> <atom:link href="http://www.syahban.com/feed/" rel="self" type="application/rss+xml" /><link>http://www.syahban.com</link> <description>Graphic Artist &#38; Tutorial Writer Open Source 2D (Inkscape &#38; GIMP)</description> <lastBuildDate>Mon, 20 Feb 2012 04:05:01 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Getting CMYK colors from Inkscape to Scribus for printing</title><link>http://www.syahban.com/2012/02/10/getting-cmyk-colors-from-inkscape-to-scribus-for-printing/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=getting-cmyk-colors-from-inkscape-to-scribus-for-printing</link> <comments>http://www.syahban.com/2012/02/10/getting-cmyk-colors-from-inkscape-to-scribus-for-printing/#comments</comments> <pubDate>Fri, 10 Feb 2012 03:17:00 +0000</pubDate> <dc:creator>syahban</dc:creator> <category><![CDATA[Articles]]></category> <category><![CDATA[CMYK]]></category> <category><![CDATA[inkscape]]></category> <category><![CDATA[printing]]></category> <category><![CDATA[scribus]]></category> <guid
isPermaLink="false">http://www.syahban.com/?p=457</guid> <description><![CDATA[Getting CMYK colors from Inkscape to Scribus for printing LibreGraphicsWorld.org &#8211; The question of getting CMYK PDF output from Inkscape is a very often asked one. Let&#8217;s talk about getting CMYK colors from Inkscape to Scribus. In case of Inkscape 0.48 I see that a lot of people read the official release notes and get [...]]]></description> <content:encoded><![CDATA[<p><strong>Getting CMYK colors from Inkscape to Scribus for printing</strong></p><p><a
href="http://libregraphicsworld.org/blog/entry/getting-cmyk-colors-from-inkscape-to-scribus" target="_blank">LibreGraphicsWorld.org</a> &#8211; The question of getting CMYK PDF output from Inkscape is a very often asked one. Let&#8217;s talk about getting CMYK colors from Inkscape to Scribus.</p><p>In case of Inkscape 0.48 I see that a lot of people read the official release notes and get confused, because they see <a
href="http://wiki.inkscape.org/wiki/index.php/Release_notes/0.48#CMYK_and_ICC_support">mentioning of CMYK</a> and don&#8217;t quite understand what exactly is meant. Hence this article.</p><p>First of all, let&#8217;s explain why there still is no color separated output in Inkscape.</p><p>Inkscape relies on Cairo for rendering. It&#8217;s a great 2D vector graphics library that simplifies lots of things for developers and provides some rendering speed-ups for users, as well as modern antialiased graphics.</p><p>The problem with Cairo is that it doesn&#8217;t yet support CMYK, or, to put in in a more technical language, it doesn&#8217;t yet support color management, color separation and spot colors. This is not because Cairo folks are not interested in that, but because they don&#8217;t have a dedicated developer to work on it, and it&#8217;s a lot of work.</p><h2>The workaround</h2><p>Are there any workarounds then? I dare say yes. While Inkscape doesn&#8217;t do color separation or any of the fancy tricks like trapping, what it <em>can</em> do is saving colors in an ICC profile&#8217;s color space, and <em>you</em> can tell it which profile to use. Then you can import such an SVG document in <a
href="http://wiki.scribus.net/canvas/Download">Scribus</a>, and it will read the correct CMYK values, if you used a CMYK profile.</p><p>The only change in v0.48 regarding color profiles and, therefore, CMYK is that <em>before</em> 0.48 only colors of flat fills could be using color space of an ICC profile. And <em>now</em> with 0.48 color stops of gradients fills can also handle that.</p><p>Here is how you do it.</p><p>First of all, make sure your profiles are in <tt>~/.local/share/color/icc</tt> folder. Then start Inkscape and head over to <em>File / Document Properties</em> (or <strong>Ctrl+Shift+D</strong>), switch to <em>Color Management</em> tab and pick a profile from the list:</p><p
align="center"><img
title="Pick a profile" src="http://i.minus.com/isSkdPNVQLpAS.png" alt="isSkdPNVQLpAS Getting CMYK colors from Inkscape to Scribus for printing" width="432" height="270" border="0" /></p><p>Then click the <strong>Link Profile</strong> button. The profile will go the the list of available color profiles:</p><p
align="center"><img
title="List of profiles" src="http://i.minus.com/iWNXsy3SwyYg9.png" alt="iWNXsy3SwyYg9 Getting CMYK colors from Inkscape to Scribus for printing" width="432" height="270" border="0" /></p><p>Now draw an object, open <em>Fill&#8217;n'Stroke</em> dialog (<strong>Ctrl+Shift+F</strong>) and switch to <em>CMS</em> tab. In the combo box pick one of the profiles you linked to from the <em>Document Properties</em> dialog. Et voila!</p><p
align="center"><img
title="Color managed color selection" src="http://i.minus.com/id3ivRqAnr22L.png" alt="id3ivRqAnr22L Getting CMYK colors from Inkscape to Scribus for printing" width="340" height="361" border="0" /></p><p>What happens here is that Inkscape reads color space from the color profile and uses available colors, automagically creating sliders for color channel of that space.</p><p>If you look inside the SVG file you will see exactly this (follow the selected bit):</p><p
align="center"><img
title="Markup in SVG" src="http://i.minus.com/ihSb5dHxqkLpH.png" alt="ihSb5dHxqkLpH Getting CMYK colors from Inkscape to Scribus for printing" width="396" height="441" border="0" /></p><p>All you need now is to import this file to Scribus (<em>&#8220;File &gt; Import &gt; Get vector file&#8221;</em>) and make sure it worked:</p><p
align="center"><img
title="Result" src="http://i.minus.com/iBPg32yTZXZ9A.png" alt="iBPg32yTZXZ9A Getting CMYK colors from Inkscape to Scribus for printing"  /></p><p>So let&#8217;s see:</p><table
border="0" align="center"><thead><tr><td></td><td><strong>Inkscape</strong></td><td><strong>Scribus</strong></td></tr></thead><tbody><tr><td><strong>C</strong></td><td>0.79987793</td><td>80.00%</td></tr><tr><td><strong>M</strong></td><td>0.51754025</td><td>51.76%</td></tr><tr><td><strong>Y</strong></td><td>0.56966506</td><td>56.86%</td></tr><tr><td><strong>K</strong></td><td>0.33794156</td><td>33.73%</td></tr></tbody></table><p>Why this small shift? Let&#8217;s have a little more techie lingo. Inkscape stores values in float, while Scribus uses int. Simply put, those are different ways of storing values, and when you go from one to another, some rounding of values happens.</p><p>Now let&#8217;s see what happens if we don&#8217;t assign an ICC profile. First of all, colors will be in RGB color space:</p><p
align="center"><img
title="What it looks like when it's RGB" src="http://i.minus.com/iK1kq5ulH62Lq.png" alt="iK1kq5ulH62Lq Getting CMYK colors from Inkscape to Scribus for printing"  /></p><p>Next thing that happens is that when you go from RGB to CMYK in Scribus, color values (K channel aside) turn out to be completely different, even though Scribus uses the very same ICC profile for CMYK:</p><p
align="center"><img
title="From RGB to CMYK" src="http://i.minus.com/i98jC4KHaLlUW.png" alt="i98jC4KHaLlUW Getting CMYK colors from Inkscape to Scribus for printing"  /></p><p>One more thing should be mentioned here. Unlike Adobe Illustrator, Inkscape doesn&#8217;t make you decide whether you work in RGB or CMYK from ground up. As a consequence, in AI you can&#8217;t use some filters if you go for CMYK, which is not a problem for Inkscape where you can perfectly mix both RGB and CMYK in one document, if you really need it.</p><h2>Versions and limitations</h2><p>You need at least Scribus 1.3.5 to support icc-color in SVG. It&#8217;s up to you whether you want using most unstable 150 branch of Scribus, but the currently existing release candidate for 1.4.0 is safe enough.</p><p>Support for icc-color right now is more of a hack that works only when you use CMYK color profiles in Inkscape. It won&#8217;t work for either RGB or LAB color profiles. Scribus developers made this hack to specifically address the issue of getting CMYK colors from SVG documents to make Inkscape users happier people.</p><p>One more thing that should be mentioned in this section is that Scribus doesn&#8217;t support all of SVG features. Two major features that won&#8217;t work as you expect them to are SVG filters and text.</p><p>As already explained in an <a
href="http://libregraphicsworld.org/blog/entry/using-layer-effects-in-inkscape">earlier article</a> in details, SVG filters are bitmap effects applied to rasterized vector data. In Inkscape they are saved as textual descriptions and are recomputed every time you open that SVG document.</p><p>In order to start supporting that Scribus needs to be able to either render these descriptions to bitmaps, save them somewhere and link to these files when loading SVG, or gain native support for SVG filters which means extending its own file format and providing UI for editing filters.</p><p>Right now the workaround is to use <em>Edit / Make a Bitmap Copy</em> command in Inkscape for all objects that have SVG filters applied to them (default resolution can be set in <em>Preferences</em> dialog on the <em>Bitmap</em> page). That will embed a bitmap copy into SVG document which Scribus will load just fine. Just keep in mind that those bitmaps will always be in sRGB.</p><p>The other issue is text. There are two issues, in fact. First, it will outline all text (that is, convert it to Bezier paths) losing all information about letter spacing and word spacing. Second, it won&#8217;t import flowing text at all (which isn&#8217;t surprising given that it&#8217;s a non-standard feature, but that&#8217;s another story). So the workaround here, again, is to outline everything in Inkscape to ensure that you don&#8217;t lose anything. Use <em>Path / Object to Path</em> command for that.</p><p>Simply put, importing SVG works best for illustrations that don&#8217;t use anything but flat or gradient fills, paths and embedded bitmaps.</p><h2>Spot colors</h2><p>Another question that is raised at a terrifying rate is what Inkscape does about spot colors. Spot colors are basically fixed names of paints with a fixed recipe by a fixed paints vendor. There are over 300 vendors of spot color catalogs around the globe with Pantone (currently part of X-Rite) being the leader of the industry.</p><p>While Inkscape isn&#8217;t shipped with Pantone color palette which a lot of people seems to expect from it (and which cannot be done due to licensing rules set by Pantone), it does support the essential bit called named colors.</p><p>What Inkscape does is compare fill and stroke of a currently selected object to a restricted list of color names defined in the <a
href="http://www.w3.org/TR/REC-html40/types.html#h-6.5">HTML4 spec</a> referenced from <a
href="http://www.w3.org/TR/2008/REC-CSS2-20080411/syndata.html#value-def-color">CSS2 spec</a>. If the value matches one of those names, the named color is used in the style definition. This feature is optional and disabled by default. To enable it, go to &#8220;SVG Output&#8221; section of the Preferences dialog.</p><p>This doesn&#8217;t really solve the issue, especially since spot colors have to be written to PDF anyway, which Cairo doesn&#8217;t do yet, but it could be a first step to something better than that. And thus we arrive to&#8230;</p><h2>A possible short-term solution for spot colors</h2><p>I can see a way of automating use of spot colors via the Scribus workaround. What needs doing is using named colors in Inkscape, so that instead of icc-color trick or plain RGB values objects used names of colors in style definitions.</p><p>Here is a proposed workflow:</p><ol><li>Download Pantone palettes from Pantone website, or just use <a
href="http://www.selapa.net/swatchbooker/">SwatchBooker</a>.</li><li>Save the acquired palette to GPL file format (GIMP palette) using SwatchBooker.</li><li>Use named colors from this palette instead of RGB values or icc-color in style definitions of objects in your illustration.</li><li>In Scribus load the Pantone palette, <a
href="http://wiki.scribus.net/canvas/How_to_legally_obtain_spot_colour_palettes_for_use_in_Scribus_1.3.3.x_and_later_versions">one</a> way or <a
href="http://www.selapa.net/scribus/">another</a>.</li><li>Run a script to import an SVG document and match named colors to colors from Pantone catalog.</li><li>Export your PDF with spot colors.</li></ol><p>It sounds quite horrible, but it might just work. What needs doing is:</p><ol><li>Patch Inkscape to use named colors other than those 16 colors.</li><li>Patch Inkscape to allow using names of colors as you pick them from swatches palette.</li><li>Create the Scribus script for mapping named colors to Pantone colors (simple name match).</li></ol><p>Few more things should be mentioned.</p><p>First of all, Tav <a
href="http://tavmjong.free.fr/INKSCAPE/MANUAL/html/Customize-Files.html#Customize-Files-Preferences-SVG">mentions</a> in his manual that using named colors can cause some extensions to fail. This should be taken into consideration.</p><p>Another potential issue is compatibility. An arbitrary SVG renderer out there won&#8217;t have a clue about an arbitrary named color from a Pantone catalog. Therefore such a feature should be available only for people who really know what they are doing (if at all).</p><p>Finally, there is some slow, but ongoing work by Jon Cruz on the <a
href="http://wiki.inkscape.org/wiki/index.php/Swatch_Book#Why_OpenSwatchBook.3F">Open Swatch Book</a> project. There already is some infrastructure in Inkscape to address the needs of that project (the <em>Auto</em> color palette and the <strong>Swatch</strong> button to add colors to it from <em>Fill&#8217;n'Stroke</em> dialog), but it is going to take some time to get it done.</p><p>So while The Real Solution™, i.e. native CMYK output and support for spot colors, isn&#8217;t there yet, any takers to improve compatibility between Inkscape and Scribus regarding spot colors which we need anyway?</p><h2>The long-term solution</h2><p>When it comes to a real solution, first part of it is going to be covered by upcoming SVG2 specification that <a
href="http://dev.w3.org/SVG/modules/color/publish/SVGColor.html" target="_blank">extends</a> the existing color syntax to LAB colors, ICC named colors and uncalibrated device color.</p><p>ICC named colors look like a nice solution for dealing with spot colors. Unfortunately, there still is the second part which is rendering appropriate PDF output.</p><p>Many thanks to ~suv for pointing out specifics of the existing named colors implementation in Inkscape, and to Guillermo Espertino for being insistent on being more specific regarding Jon&#8217;s work on swatches.</p><p>&nbsp;</p><p>By Alexandre Prokoudine.</p> ]]></content:encoded> <wfw:commentRss>http://www.syahban.com/2012/02/10/getting-cmyk-colors-from-inkscape-to-scribus-for-printing/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Membuat Aurora Efek dengan GIMP</title><link>http://www.syahban.com/2012/02/09/membuat-aurora-efek-dengan-gimp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=membuat-aurora-efek-dengan-gimp</link> <comments>http://www.syahban.com/2012/02/09/membuat-aurora-efek-dengan-gimp/#comments</comments> <pubDate>Thu, 09 Feb 2012 05:05:41 +0000</pubDate> <dc:creator>syahban</dc:creator> <category><![CDATA[Effects]]></category> <category><![CDATA[Tutorial Gimp]]></category> <category><![CDATA[aurora effect]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[windows vista]]></category> <guid
isPermaLink="false">http://www.syahban.com/?p=416</guid> <description><![CDATA[Membuat Aurora Efek dengan GIMP &#160;]]></description> <content:encoded><![CDATA[<p>Membuat Aurora Efek dengan GIMP</p><p><a
href="http://www.syahban.com/wp-content/uploads/2012/02/Tutorial_Efek_Windows_Vista_by_dzinc.jpg"><img
class="alignnone size-full wp-image-417" title="Tutorial GIMP Aurora Effect Windows Vista" src="http://www.syahban.com/wp-content/uploads/2012/02/Tutorial_Efek_Windows_Vista_by_dzinc.jpg" alt="Tutorial Efek Windows Vista by dzinc Membuat Aurora Efek dengan GIMP" width="465" height="1717" /></a></p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://www.syahban.com/2012/02/09/membuat-aurora-efek-dengan-gimp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Membuat Poster Film dengan GIMP</title><link>http://www.syahban.com/2012/02/08/membuat-poster-film-dengan-gimp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=membuat-poster-film-dengan-gimp</link> <comments>http://www.syahban.com/2012/02/08/membuat-poster-film-dengan-gimp/#comments</comments> <pubDate>Wed, 08 Feb 2012 09:04:56 +0000</pubDate> <dc:creator>syahban</dc:creator> <category><![CDATA[Photo Effect]]></category> <category><![CDATA[Tutorial Gimp]]></category> <category><![CDATA[dr. who]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[photo manipulation]]></category> <category><![CDATA[poster]]></category> <guid
isPermaLink="false">http://www.syahban.com/?p=406</guid> <description><![CDATA[Membuat Poster Film dengan GIMP &#160; &#160; &#160;]]></description> <content:encoded><![CDATA[<p>Membuat Poster Film dengan GIMP</p><p><img
class="alignnone size-full wp-image-407" title="Tutorial GIMP Membuat Poster Film" src="http://www.syahban.com/wp-content/uploads/2012/02/Tutorial-GIM-Membuat-Poster-Film.jpg" alt="Tutorial GIM Membuat Poster Film Membuat Poster Film dengan GIMP" width="408" height="1957" /></p><p>&nbsp;</p><p>&nbsp;</p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://www.syahban.com/2012/02/08/membuat-poster-film-dengan-gimp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Making of Icon Wilber (GIMP Mascot)</title><link>http://www.syahban.com/2012/02/08/the-making-of-icon-wilber-mascot-gimp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-making-of-icon-wilber-mascot-gimp</link> <comments>http://www.syahban.com/2012/02/08/the-making-of-icon-wilber-mascot-gimp/#comments</comments> <pubDate>Wed, 08 Feb 2012 03:00:28 +0000</pubDate> <dc:creator>syahban</dc:creator> <category><![CDATA[Icon Design]]></category> <category><![CDATA[Tutorial Gimp]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[GIMP mascot]]></category> <category><![CDATA[Graphics]]></category> <category><![CDATA[Image Editing]]></category> <category><![CDATA[wilber]]></category> <guid
isPermaLink="false">http://www.syahban.com/?p=379</guid> <description><![CDATA[Gambar berikut adalah icon Wilber yang sedang dalam pembuatan tutorial GIMP. Bagi teman-teman yang ingin mengunduh, silahkan Unduh Data SVG disini. This picture is the making icon Wilber and the tutorial is still progressing. You can download  SVG file here.]]></description> <content:encoded><![CDATA[<p><img
class="wp-image-380 alignleft" title="The Making of Icon Wilber" src="http://www.syahban.com/wp-content/uploads/2012/02/the-making-of-icon-wilber.png" alt="the making of icon wilber The Making of Icon Wilber (GIMP Mascot)" width="229" height="228" />Gambar berikut adalah icon Wilber yang sedang dalam pembuatan tutorial <a
class="zem_slink" title="GIMP" href="http://www.gimp.org/" rel="homepage">GIMP</a>.<br
/> Bagi teman-teman yang ingin mengunduh, silahkan <a
href="http://www.syahban.com/wp-content/plugins/downloads-manager/upload/making%20of%20icon%20wilber.svg">Unduh Data SVG disini.</a></p><div
class="mceTemp"></div><div
class="mceTemp"><em>This picture is the making icon Wilber and the tutorial is still progressing. You can download  <a
href="http://www.syahban.com/wp-content/plugins/downloads-manager/upload/making%20of%20icon%20wilber.svg">SVG file here.</a></em></div><div
class="zemanta-pixie" style="margin-top: 10px; height: 15px;"></div> ]]></content:encoded> <wfw:commentRss>http://www.syahban.com/2012/02/08/the-making-of-icon-wilber-mascot-gimp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Membuat Icon Api dengan Inkscape</title><link>http://www.syahban.com/2012/01/26/membuat-icon-api-dengan-inkscape/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=membuat-icon-api-dengan-inkscape</link> <comments>http://www.syahban.com/2012/01/26/membuat-icon-api-dengan-inkscape/#comments</comments> <pubDate>Thu, 26 Jan 2012 15:15:44 +0000</pubDate> <dc:creator>syahban</dc:creator> <category><![CDATA[Icon Design]]></category> <category><![CDATA[Tutorial Inkscape]]></category> <category><![CDATA[icons]]></category> <category><![CDATA[tutorial inkscape]]></category> <guid
isPermaLink="false">http://www.syahban.com/?p=262</guid> <description><![CDATA[download: Softcopy Tutorial Inkscape Membuat Icon Api (50.69KB) added: 26/01/2012 clicks: 2 description: Softcopy Tutorial Inkscape Membuat Icon Api]]></description> <content:encoded><![CDATA[<p><img
class="alignnone  wp-image-263" title="Membuat Icon Api dengan Inkscape" src="http://www.syahban.com/wp-content/uploads/2012/01/Tutorial_INKS_Api_Tameng_1.png" alt="Tutorial INKS Api Tameng 1 Membuat Icon Api dengan Inkscape" width="452" height="1686" /></p><p><table
style="border: 1px solid #CCC;" cellpadding="3" width="100%"><tr><td
width="35"> <img
src="http://www.syahban.com/wp-content/plugins/downloads-manager/img/icons/winrar.gif" alt="winrar Membuat Icon Api dengan Inkscape"  title="Membuat Icon Api dengan Inkscape" /></td><td> <b>download:</b> <a
href="http://www.syahban.com/?file_id=5">Softcopy Tutorial Inkscape Membuat Icon Api</a> <small>(50.69KB)</small><br
/> <b>added:</b> 26/01/2012 <br
/> <b>clicks:</b> 2 <br
/> <b>description:</b> Softcopy Tutorial Inkscape Membuat Icon Api <br
/></td></tr></table></p> ]]></content:encoded> <wfw:commentRss>http://www.syahban.com/2012/01/26/membuat-icon-api-dengan-inkscape/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Membuat Karakter Flap-flap dengan Inkscape</title><link>http://www.syahban.com/2012/01/26/membuat-karakter-flap-flap-dengan-inkscape/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=membuat-karakter-flap-flap-dengan-inkscape</link> <comments>http://www.syahban.com/2012/01/26/membuat-karakter-flap-flap-dengan-inkscape/#comments</comments> <pubDate>Thu, 26 Jan 2012 15:05:28 +0000</pubDate> <dc:creator>syahban</dc:creator> <category><![CDATA[Tutorial Inkscape]]></category> <category><![CDATA[Vector]]></category> <category><![CDATA[bird]]></category> <category><![CDATA[burung]]></category> <category><![CDATA[karakter flap-flap]]></category> <guid
isPermaLink="false">http://www.syahban.com/?p=255</guid> <description><![CDATA[&#160; download: Softcopy Tutorial Inkscape Membuat Karakter Flap-flap (161.19KB) added: 26/01/2012 clicks: 1 description: Softcopy Tutorial Inkscape Membuat Karakter Flap-flap]]></description> <content:encoded><![CDATA[<p><img
class="alignnone  wp-image-258" title="Membuat Karakter Flap-flap dengan Inkscape" src="http://www.syahban.com/wp-content/uploads/2012/01/Tutorial_INKS_Flap_flap.jpg" alt="Tutorial INKS Flap flap Membuat Karakter Flap flap dengan Inkscape" width="490" height="1803" /></p><p>&nbsp;</p><p><table
style="border: 1px solid #CCC;" cellpadding="3" width="100%"><tr><td
width="35"> <img
src="http://www.syahban.com/wp-content/plugins/downloads-manager/img/icons/winrar.gif" alt="winrar Membuat Karakter Flap flap dengan Inkscape"  title="Membuat Karakter Flap flap dengan Inkscape" /></td><td> <b>download:</b> <a
href="http://www.syahban.com/?file_id=4">Softcopy Tutorial Inkscape Membuat Karakter Flap-flap</a> <small>(161.19KB)</small><br
/> <b>added:</b> 26/01/2012 <br
/> <b>clicks:</b> 1 <br
/> <b>description:</b> Softcopy Tutorial Inkscape Membuat Karakter Flap-flap <br
/></td></tr></table></p> ]]></content:encoded> <wfw:commentRss>http://www.syahban.com/2012/01/26/membuat-karakter-flap-flap-dengan-inkscape/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Cara Retouching Photo Dasar dengan GIMP</title><link>http://www.syahban.com/2012/01/26/cara-retouching-photo-dasar-dengan-gimp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=cara-retouching-photo-dasar-dengan-gimp</link> <comments>http://www.syahban.com/2012/01/26/cara-retouching-photo-dasar-dengan-gimp/#comments</comments> <pubDate>Thu, 26 Jan 2012 14:44:34 +0000</pubDate> <dc:creator>syahban</dc:creator> <category><![CDATA[Photo Effect]]></category> <category><![CDATA[Tutorial Gimp]]></category> <category><![CDATA[basic retouching]]></category> <category><![CDATA[make over photo]]></category> <category><![CDATA[photo manipulation]]></category> <guid
isPermaLink="false">http://www.syahban.com/?p=245</guid> <description><![CDATA[]]></description> <content:encoded><![CDATA[<p><img
class="alignnone  wp-image-247" title="Cara Retouching Photo Dasar dengan GIMP" src="http://www.syahban.com/wp-content/uploads/2012/01/Tutorial_GIMP_Retouch_01.png" alt="Tutorial GIMP Retouch 01 Cara Retouching Photo Dasar dengan GIMP" width="400" height="1705" /></p> ]]></content:encoded> <wfw:commentRss>http://www.syahban.com/2012/01/26/cara-retouching-photo-dasar-dengan-gimp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Membuat Bola Naga(Dragon Ball) dengan GIMP</title><link>http://www.syahban.com/2012/01/26/membuat-bola-nagadragon-ball-dengan-gimp/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=membuat-bola-nagadragon-ball-dengan-gimp</link> <comments>http://www.syahban.com/2012/01/26/membuat-bola-nagadragon-ball-dengan-gimp/#comments</comments> <pubDate>Thu, 26 Jan 2012 14:36:54 +0000</pubDate> <dc:creator>syahban</dc:creator> <category><![CDATA[Effects]]></category> <category><![CDATA[Tutorial Gimp]]></category> <category><![CDATA[dragon ball]]></category> <category><![CDATA[sphere]]></category> <guid
isPermaLink="false">http://www.syahban.com/?p=244</guid> <description><![CDATA[&#160; &#160; Here softcopy tutorial dragon ball. download: Softcopy Tutorial GIMP Bola Naga (Dragon Ball) (135.12KB) added: 26/01/2012 clicks: 3 description: Softcopy Tutorial GIMP - Dragon Ball]]></description> <content:encoded><![CDATA[<p>&nbsp;</p><p><img
class="alignnone  wp-image-246" title="Membuat Bola Naga(Dragon Ball) dengan GIMP" src="http://www.syahban.com/wp-content/uploads/2012/01/Tutorial_GIMP_Dragon_ball.png" alt="Tutorial GIMP Dragon ball Membuat Bola Naga(Dragon Ball) dengan GIMP" width="465" height="1735" /></p><p>&nbsp;</p><p>Here softcopy tutorial dragon ball.</p><p><table
style="border: 1px solid #CCC;" cellpadding="3" width="100%"><tr><td
width="35"> <img
src="http://www.syahban.com/wp-content/plugins/downloads-manager/img/icons/winrar.gif" alt="winrar Membuat Bola Naga(Dragon Ball) dengan GIMP"  title="Membuat Bola Naga(Dragon Ball) dengan GIMP" /></td><td> <b>download:</b> <a
href="http://www.syahban.com/?file_id=2">Softcopy Tutorial GIMP Bola Naga (Dragon Ball)</a> <small>(135.12KB)</small><br
/> <b>added:</b> 26/01/2012 <br
/> <b>clicks:</b> 3 <br
/> <b>description:</b> Softcopy Tutorial GIMP - Dragon Ball <br
/></td></tr></table></p> ]]></content:encoded> <wfw:commentRss>http://www.syahban.com/2012/01/26/membuat-bola-nagadragon-ball-dengan-gimp/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>New Brush Pack from GIMP 2.8</title><link>http://www.syahban.com/2012/01/26/brush-pack-gimp-2-8/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=brush-pack-gimp-2-8</link> <comments>http://www.syahban.com/2012/01/26/brush-pack-gimp-2-8/#comments</comments> <pubDate>Thu, 26 Jan 2012 04:37:08 +0000</pubDate> <dc:creator>syahban</dc:creator> <category><![CDATA[Reviews]]></category> <category><![CDATA[Color balance]]></category> <category><![CDATA[gimp]]></category> <category><![CDATA[Graphics]]></category> <category><![CDATA[review gimp 2.8]]></category> <guid
isPermaLink="false">http://www.syahban.com/?p=204</guid> <description><![CDATA[Libre Graphic World &#8211; The upcoming new version of GIMP is going to feature a much improved default set of brushes thanks to Ramon Miranda and Guillermo Espertino. The taskforce targeted three major shortcomings of GIMP 2.7: outdated set of default brushes, insufficient coverage of the new tagging system for resources and total lack of [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://libregraphicsworld.org/blog/entry/gimp-2.8-gets-a-new-default-brush-pack" target="_blank"><strong>Libre Graphic World</strong></a> &#8211; The upcoming new version of <a
class="zem_slink" title="GIMP" href="http://en.wikipedia.org/wiki/GIMP" rel="wikipedia">GIMP</a> is going to feature a much improved default set of brushes thanks to <a
href="http://www.ramonmiranda.com/" target="_blank">Ramon Miranda</a> and <a
href="http://ohweb.com.ar/" target="_blank">Guillermo Espertino</a>.</p><p>The taskforce targeted three major shortcomings of GIMP 2.7: outdated set of default brushes, insufficient coverage of the new tagging system for resources and total lack of coverage regarding the new tools presets system.</p><p>Porting at least part of the brushes from GIMP Paint Studio project is something users have been asking the team for a while now. So Ramon teamed up with Gez to improve the default pack of resources that hasn&#8217;t been touched in years apart from a single contribution by Johannes Engelhardt in 2009 and minor revisions by the core team.</p><p
style="text-align: left;" align="center"><a
href="http://www.syahban.com/wp-content/uploads/2012/01/iD0Z0MSV1tmFg.png"><img
class="alignnone  wp-image-206" title="iD0Z0MSV1tmFg" src="http://www.syahban.com/wp-content/uploads/2012/01/iD0Z0MSV1tmFg.png" alt="iD0Z0MSV1tmFg New Brush Pack from GIMP 2.8" width="525" height="359" /></a></p><p>GIMP will now be shipping 44 brushes in 7 categories (basic, fuzzy, media, round, sketch, splatters and texture): fuzzy round brushes, calligraphic lines, bristles, chalk, acrylic and vegetation of all sorts.</p><p>All the brushes are tagged to simplify browsing the collection. 17 brushes in the new default pack are animated, so for complex shapes you won&#8217;t get the same object stamped across your image over and over again as you paint.</p><p>The brushes are complemented by a set of 39 tools presets in 4 categories: FX, Paint, Selection, Sketch.</p><p>The new system of tools presets allows saving not just settings of tools, but also FG/BG color, paint dynamics and more options. The current presets library is built mostly around brush-based tools.</p><p>GIMP 2.8 is now in the final stage of development with no <a
class="zem_slink" title="new features" href="http://www.misterlinky.net/blog/" rel="homepage">new features</a> accepted and ca. 20 bugs left to fix. The date of v2.8 release isn&#8217;t set in stone.</p><div
class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a
class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img
class="zemanta-pixie-img" style="float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=2b83fda7-e67c-4882-ac83-a5a5cc92851d" alt=" New Brush Pack from GIMP 2.8"  title="New Brush Pack from GIMP 2.8" /></a></div> ]]></content:encoded> <wfw:commentRss>http://www.syahban.com/2012/01/26/brush-pack-gimp-2-8/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>The Largest Online Protest In History Started Here</title><link>http://www.syahban.com/2012/01/26/largest-online-protest-history-started/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=largest-online-protest-history-started</link> <comments>http://www.syahban.com/2012/01/26/largest-online-protest-history-started/#comments</comments> <pubDate>Thu, 26 Jan 2012 04:13:15 +0000</pubDate> <dc:creator>syahban</dc:creator> <category><![CDATA[News]]></category> <category><![CDATA[online protest]]></category> <guid
isPermaLink="false">http://www.syahban.com/?p=199</guid> <description><![CDATA[SFGate.com &#8211; Yesterday, you couldn&#8217;t access Wikipedia and thousands of other sites because the sites were protesting two bills, the Stop Online Piracy Act (SOPA) and Protect-IP Act (PIPA). Like the Occupy Movement, this movement started from somewhere. The group behind the largest online protest in history is Fight for the Future, which began in [...]]]></description> <content:encoded><![CDATA[<p><a
href="http://www.syahban.com/wp-content/uploads/2012/01/sopa-sf-protest.jpg"><img
class="alignnone size-full wp-image-202" title="sopa-sf-protest" src="http://www.syahban.com/wp-content/uploads/2012/01/sopa-sf-protest.jpg" alt="sopa sf protest The Largest Online Protest In History Started Here" width="400" height="300" /></a></p><p><a
href="http://www.sfgate.com/cgi-bin/article.cgi?f=/g/a/2012/01/19/businessinsiderlargest-protest-in-h.DTL" target="_blank"><strong>SFGate.com</strong></a> &#8211; Yesterday, you couldn&#8217;t access <a
href="http://www.businessinsider.com/blackboard/wikipedia">Wikipedia</a> and thousands of other sites because the <a
href="http://www.businessinsider.com/heres-the-blacked-out-logo-google-is-using-to-protest-sopa-2012-1">sites were protesting two bills</a>, the <a
href="http://www.businessinsider.com/what-is-this-scary-sopa-bill-everyone-is-talking-about-2011-11">Stop Online Piracy Act (SOPA)</a> and Protect-IP Act (PIPA).</p><p>Like the Occupy Movement, this movement started from somewhere. The group behind the largest online protest in history is Fight for the Future, which began in October.</p><p>Tiffiniy Cheng, a co-founder of Fight for the Future said, &#8220;we began with a first day of action on November 16, 2011. We&#8217;ve been working with groups since then to take action before the last vote in the Senate on their version of the bills.&#8221; The vote on PIPA is going to happen next week on January 24.</p><p>Cheng and her team are in their thirties. Some of them went to high school together. They are open source advocates, DJs, writers, and video producers. When the team of five made a video to show what SOPA and PIPA would do, it got <a
href="http://fightforthefuture.org/pipa">2 million views</a>. Cheng was happy it went viral.</p><p>&#8220;We have built tools and a ground work for organizing protests and opposition to SOPA and PIPA,&#8221; Cheng said, pointing me to the <a
href="http://sopastrike.com/timeline">timeline of events</a>.</p><p><em><a
href="http://www.sfgate.com/cgi-bin/article.cgi?f=/g/a/2012/01/19/businessinsiderlargest-protest-in-h.DTL" target="_blank">read more&#8230;<br
/> </a></em></p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://www.syahban.com/2012/01/26/largest-online-protest-history-started/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Dynamic page generated in 1.828 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-20 04:51:33 -->
<!-- Compression = gzip -->
