ImageConv: Difference between revisions

From FreeCAD Documentation
No edit summary
mNo edit summary
Line 1: Line 1:
<languages/>
<languages/>
<translate>
<translate>

<!--T:1-->
<!--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 == <!--T:2-->
== Building ==

<!--T:2-->
ImageConv is located in the source tree of FreeCAD:
ImageConv is located in the source tree of FreeCAD:

</translate>
</translate>
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
Line 11: Line 15:
</syntaxhighlight>
</syntaxhighlight>
<translate>
<translate>

<!--T:3-->
<!--T:3-->
Building is easy with the ''Makefile'' or the VisualStudio-Project.
Building is easy with the ''Makefile'' or the VisualStudio-Project.


== Usage == <!--T:4-->
== Usage ==

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


</translate>
</translate>
[[Category:Developer{{#translation:}}]]
[[Category:Developer{{#translation:}}]]
{{clear}}

Revision as of 21:51, 21 August 2021

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.