Download Latest Version RCSSLogoConverter.tar.gz (3.0 kB)
Email in envelope

Get an email when there's a new version of RCSS Team Logo Converter

Home / 1.0
Name Modified Size InfoDownloads / Week
Parent folder
src 2013-05-14
README 2013-05-14 1.9 kB
RCSSLogoConverter.tar.gz 2013-05-14 3.0 kB
Totals: 3 Items   5.0 kB 0
License:

    RCSS LOGO CONVERTER by Balázs Kóti (ShuffleSource)

    This file is part of RCSS Logo Converter.

    RCSS Logo Converter is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    RCSS Logo Converter is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with RCSS Logo Converter.  If not, see <http://www.gnu.org/licenses/>.

What is it?
    This program made for converting RoboCup Soccer Simulator team logos easily. 
    This program is optimised for C++ RCSS teams! 
    
How to use:
    -To complie, open project file (rcssLogoConverter.pro) with QT Creator, configure and build project!
    
    -You need a logo in png
    (This program only accepts logos in format Portable Network Graphics (PNG))
    
    -Recommended resolution is 256x64. Converter will automatically resize image to this resolution.
    
    -Steps of converting:
    1. start rcssLogoConverter.
    2. open your logo image file with file open dialog!
    3. set pattern for your code:
	@DATA, @ROW, @COL are variables.
	@DATA will be replaced with XPM pixmap data
	@ROW will be replaced with actual row index of tile
	@COL will be replaced with actual column index of tile
    4. Press 'OK' to process pattern and image
    5. Final code will appear after processing. Press CTRL+A to select the whole code, then press CTRL+C to copy it!
    6. Open your RCSS team code and paste the final code with CTRL+V
    7. Enjoy!
    
Version history:
   1.0: initial version
	-no known bugs.
Source: README, updated 2013-05-14