Using geimage PreviousNext

Command-line options

The usual way to invoke geimage is as follows:

geimage <image_filename>
This will read the file <image_filename> containing the image and generate an Eiffel class in the current working directory embedding this image. By default the class name is inferred from the name of the image file. For example if the image filename is my_image.png then the class name will be MY_IMAGE and the name of the generated file will be my_image.e.

Here is the list of options that can be used with geimage:

-h
--help
Print a summary of the command-line options of geimage and exit.
--class=<class_name>
Name of the Eiffel class to be generated. (default: inferred from the image filename)
-V
--version
Print the version number of geimage and exit.


Copyright © 2020, Eric Bezault
mailto:ericb@gobosoft.com
http://www.gobosoft.com
Last Updated: 17 May 2020
HomeTocPreviousNext