danigm / TBO

GTK/Gnome easy cómic creator
http://danigm.net/TBO
GNU General Public License v3.0
23 stars 8 forks source link

TBO is an easy and fun program to draw comic and make your presentations funnier.

Using TBO

When you run TBO you are in "page view", and here you can:

When you have a frame you can go to "frame view" by double clicking in the frame with "selector" tool. In frame view you can draw:

You can control the zoom with "+" and "-" keys or with zoom tools. You can set the 1:1 zoom with "1" key or fit to window with "2" key.

.tbo files

A .tbo file is a simple xml with the state of a TBO comic. You can create .tbo files to save you unfinished projects or to save projects in a modifiable format.

A .tbo file looks like that:

<tbo width="800" height="450">
 <page>
  <frame x="63" y="37" width="237" height="202" border="1" r="1,000000" g="1,000000" b="1,000000">
   <svgimage x="99" y="42" width="114" height="197" angle="0,000000" flipv="0" fliph="0" path="bar/body/left-hand.svg">
    </svgimage>
   <text x="16" y="22" width="100" height="46" angle="-0,410127" flipv="0" fliph="0" font="Sans 12" r="0,000000" g="0,000000" b="0,000000">
Text
   </text>
  </frame>
 </page>
</tbo>

Read HACKING for information about how you can collaborate.