<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
    <channel>
        <title>g200kg</title>
        <link>http://www.g200kg.com/</link>
        <description>g200kg Music &amp; Softwares</description>
        <language>en</language>
        <copyright>Copyright 2012</copyright>
        <lastBuildDate>Thu, 17 May 2012 10:34:08 +0900</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <item>
            <title>.knob file format</title>
            <description><![CDATA[<p>Can anyone write a Mac Finder extension for  JKnobMan's .knob thumbnailing...?
Unfortunately, I'm not so familiar with mac development. Anyway the necessary information is here.</p>

<p>There are 2 types of .knob format
<h4>Old version : "PNG" type</h4>
<p>The first 2bytes are "0x89, 0x50". The file extension is ".knob" but the file contents is the thumbnail PNG image itself (The knob information is embedded in the PNG's text chunk). This format is obsoleted because some browser (IE) forcibly process as Image-file.
</p>
<h4>Current version : "KM" type</h4>
<p> The first 2bytes are "0x4b, 0x4d" (KM).
<table>
<tr><td>Signature</td><td>2bytes</td><td>0x4b, 0x4d //"KM"</td></tr>
<tr><td>Offset</td><td>4bytes</td><td>Offset to KnobData</td></tr>
<tr><td>PNG Image</td><td>vairable length</td><td>thumbnail PNG image (lacking the first 6bytes)</td></tr>
<tr><td>KnobData</td><td>variable length</td><td>Information for knob</td></tr>
</table>
<p>Because PNG's first 8 bytes are fixed header, knob-file can be easily processed as a thumbnail png image with overwriting the first 6byte to "0x89,0x50,0x4e,0x47,0x0d,0x0a".
</p>
]]></description>
            <link>http://www.g200kg.com/archives/2012/05/knob-file-forma.html</link>
            <guid>http://www.g200kg.com/archives/2012/05/knob-file-forma.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">diary_e</category>
            
            
            <pubDate>Mon, 14 May 2012 01:19:22 +0900</pubDate>
        </item>
        
        <item>
            <title>JKnobMan 1.2.2 Release</title>
            <description><![CDATA[JKnobMan updated to 1.2.2

<a href="http://www.g200kg.com/en/software/knobman.html">http://www.g200kg.com/en/software/knobman.html</a>

    BugFix: Anti-aliasing is not work properly when Zoom< about 20%
    BugFix: Export result become not completed image in some cases.
    BugFix: Crush on some illegal dynamic text syntax in the 'Text' primitive
    BugFix: Cannot launch normally from .knob association (exe version)
    Help menu is added

Online help for JKnobMan is now available
<a href="http://www.g200kg.com/en/docs/jknobman/index.html">JKnobMan Online Help</a>

]]></description>
            <link>http://www.g200kg.com/archives/2012/05/jknobman-122-re.html</link>
            <guid>http://www.g200kg.com/archives/2012/05/jknobman-122-re.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">diary_e</category>
            
            
            <pubDate>Sat, 12 May 2012 10:05:18 +0900</pubDate>
        </item>
        
        <item>
            <title>KnobMan 1.51 / JKnobMan 1.2.1 Release</title>
            <description><![CDATA[KnobMan 1.51 / JKnobMan 1.2.1 is released.
<a href="http://www.g200kg.com/en/software/knobman.html">http://www.g200kg.com/en/software/knobman.html</a>

KnobMan 1.51 is a bug-fixed version of 1.50. probably this is the last release of the windows-native version. the development is already migrated to Java based 'JKnobMan', I recommend to use JKnobMan than KnobMan.

The difference of KnobMan and JKnobMan
* JKnobMan's edge-hilight effect makes a little different speculation (more smooth)
* better quality of decimation about over-sampling mode.
* better quality of the gif-animation
* animation curve parameters are  expanded
* JKnobMan has no external prog API.

JKnobMan 1.2.0=>1.2.1
* Image primitive without 'auto-fit' behavior is adjusted to KnobMan
* improved image primitive / oversampling decimation
* fixed launch error in some environment ( japanese windows).
* dmg packed mac version
* minor bug fixes / expanded localizable parameters
]]></description>
            <link>http://www.g200kg.com/archives/2012/05/knobman-151-jkn-1.html</link>
            <guid>http://www.g200kg.com/archives/2012/05/knobman-151-jkn-1.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">diary_e</category>
            
            
            <pubDate>Fri, 04 May 2012 21:01:52 +0900</pubDate>
        </item>
        
        <item>
            <title>JKnobMan 1.2.0 release</title>
            <description><![CDATA[JKnobMan 1.2.0 is released
<a href="http://www.g200kg.com/en/software/knobman.html">http://www.g200kg.com/en/software/knobman.html</a>

In this version, the exe wapped jar with "Launch4j" is prepared for windows. Though needed Java run-time, this can be handled as if it is normal win app.
<a href="http://launch4j.sourceforge.net/">http://launch4j.sourceforge.net/</a>

JKnobMan 1.2.0
* full localizable GUI parts.
* direct file drop to the 'Image' primitve's filename field.
* number of animation curve and curve points are expanded.
* improved oversampling decimation algo generating better results.
* other bug-fixes

<a href="/image/20120425jknobman.png"><img src="/image/20120425jknobman.png" width=800></a>
]]></description>
            <link>http://www.g200kg.com/archives/2012/04/jknobman-120-re.html</link>
            <guid>http://www.g200kg.com/archives/2012/04/jknobman-120-re.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">diary_e</category>
            
            
            <pubDate>Wed, 25 Apr 2012 21:39:59 +0900</pubDate>
        </item>
        
        <item>
            <title>JKnobMan 1.10 release</title>
            <description><![CDATA[JKnobMan is updated to 1.10
<a href="http://www.g200kg.com/en/software/knobman.html">http://www.g200kg.com/en/software/knobman.html</a>

* performance improved
* support Undo / Redo
* export to Animation (AnimGIF / APNG)
* multi-language suport
* menu, mnemonic, shortcuts suport & customaizable
* texture-image direct drop support

Probably already better than Native-version.

- switchable look&feel / language [file]-[config]
- attached Resource & Texture folder should be placed to same folder to JKnobMan.jar
- image files can be dropped directly to 'Texture-combobox' from explorer / finder.
- menu mnemonic / shortcuts are custmizable.
    Resource/Lang/xxx.ini => menus&menu mnemonic.
    Resource/Shortcuts/xxx.ini =>accelerator keys.
  these files are UTF16 text file. can be edit by Notepad.

gif encoding is better than native-version. animation-gif output may be useful in JKnobMan.

<img src="/image/20120422aqua.gif"/> JKnobMan
<img src="/image/20120422aqua-2.gif"/> KnobMan

]]></description>
            <link>http://www.g200kg.com/archives/2012/04/jknobman-110-re.html</link>
            <guid>http://www.g200kg.com/archives/2012/04/jknobman-110-re.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">diary_e</category>
            
            
            <pubDate>Mon, 23 Apr 2012 00:25:46 +0900</pubDate>
        </item>
        
        <item>
            <title>JKnobMan 1.00 release</title>
            <description><![CDATA[JKnobMan, the java port of the KnobMan is released.

<a href="http://www.g200kg.com/en/software/knobman.html">http://www.g200kg.com/en/software/knobman.html</a>

Almost equivalent to the Windows native version (just lacking Undo/Redo, Animation exporting...).
JKnobMan can work on Mac / Windows or others if the JRE is available.

On Mac:
<img src="/image/20120417jknobman-mac.png" width=800>

On Win: Nimbus Look&Feel
<img src="/image/20120417jknobman-nimbus.png" width=800>
]]></description>
            <link>http://www.g200kg.com/archives/2012/04/jknobman-100-re.html</link>
            <guid>http://www.g200kg.com/archives/2012/04/jknobman-100-re.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">diary_e</category>
            
            
            <pubDate>Tue, 17 Apr 2012 01:23:12 +0900</pubDate>
        </item>
        
        <item>
            <title>MyKazoo demo video</title>
            <description><![CDATA[MyKazoo demo video. And the MyKazoo version is updated to 0.6
<iframe width="420" height="315" src="http://www.youtube.com/embed/wRBwIieh-_s" frameborder="0" allowfullscreen></iframe>
]]></description>
            <link>http://www.g200kg.com/archives/2012/03/mykazoo-demo-vi.html</link>
            <guid>http://www.g200kg.com/archives/2012/03/mykazoo-demo-vi.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">diary_e</category>
            
            
            <pubDate>Sun, 18 Mar 2012 07:41:44 +0900</pubDate>
        </item>
        
    </channel>
</rss>

