ImageConv: Difference between revisions

From FreeCAD Documentation
m (template fr)
(<translate>)
Line 1: Line 1:
<translate>
'''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 ==
ImageConv is located in the source tree of FreeCAD:
ImageConv is located in the source tree of FreeCAD:
</translate>
<syntaxhighlight>
/trunk/src/Tools/ImageTools/ImageConv
/trunk/src/Tools/ImageTools/ImageConv
</syntaxhighlight>
<translate>
Building is easy with the ''Makefile'' or the VisualStudio-Project.
Building is easy with the ''Makefile'' or the VisualStudio-Project.


== Usage ==
== Usage ==
ImageConv is a command line tool.
ImageConv is a command line tool.

{{languages| {{es|ImageConv/es}} {{fr|ImageConv/fr}} {{it|ImageConv/it}} }}


[[Category:Developer]]
[[Category:Developer]]

</translate>
{{clear}}
<languages/>

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.