ImageConv: Difference between revisions

From FreeCAD Documentation
No edit summary
No edit summary
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<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>
<syntaxhighlight>
/trunk/src/Tools/ImageTools/ImageConv
/trunk/src/Tools/ImageTools/ImageConv
</syntaxhighlight>
<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-->
{{languages| {{es|ImageConv/es}} {{it|ImageConv/it}} }}

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

</translate>
{{clear}}

Revision as of 13:24, 4 August 2018

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.