ImageConv: Difference between revisions

From FreeCAD Documentation
mNo edit summary
(Marked this version for translation)
Line 5: Line 5:
'''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:6-->


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


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


<!--T:4-->
<!--T:4-->

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.