ImageConv: Difference between revisions

From FreeCAD Documentation
(<translate>)
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
'''ImageConv''' is a program used to convert images from various formats to the XPM-format, that can be compiled into FreeCAD.
'''ImageConv''' is a program used to convert images from various formats to the XPM-format, that can be compiled into FreeCAD.


== Building ==
== Building == <!--T:2-->
ImageConv is located in the source tree of FreeCAD:
ImageConv is located in the source tree of FreeCAD:
</translate>
</translate>
Line 9: Line 10:
</syntaxhighlight>
</syntaxhighlight>
<translate>
<translate>
<!--T:3-->
Building is easy with the ''Makefile'' or the VisualStudio-Project.
Building is easy with the ''Makefile'' or the VisualStudio-Project.


== Usage ==
== Usage == <!--T:4-->
ImageConv is a command line tool.
ImageConv is a command line tool.


<!--T:5-->
[[Category:Developer]]
[[Category:Developer]]



Revision as of 21:30, 2 March 2014

ImageConv is a program used to convert images from various formats to the XPM-format, that can be compiled into FreeCAD.

Building

ImageConv is located in the source tree of FreeCAD:

 /trunk/src/Tools/ImageTools/ImageConv

Building is easy with the Makefile or the VisualStudio-Project.

Usage

ImageConv is a command line tool.