|
|
Handling graphics files - Linux
|
Views : 339
|
|
Tagged in : Linux
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
Handling graphics files
Images are stored in bitmap files which have extensions .gif, .jpg, .png, .tiff, eps...
To display an image, e.g. file.gif, use:
display file.gif
To convert from one format to another:
convert file.jpg file.eps
The 'display', 'convert' and 'import' commands are part of the package ImageMagick, which provides other commands to manipulate bitmap graphic files. To know more, type:
man ImageMagick
|
|
By Sanju, On - 2009-11-10 |
|
|
|