-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fdf3c23
commit 057cb23
Showing
4 changed files
with
48 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
# `eog` | ||
|
||
![Example use of eog](./img/eog.png) | ||
|
||
|
||
`eog` is a tool to view images on an UPPMAX cluster. | ||
|
||
To be able to see the images, | ||
either use [SSH with X-forwarding](../software/ssh_x_forwarding.md) | ||
or [login to a remote desktop](../getting_started/login.md) | ||
|
||
Usage: | ||
|
||
|
||
``` | ||
eog [filename] | ||
``` | ||
|
||
for example: | ||
|
||
``` | ||
eog my.png | ||
``` | ||
|
||
???- question "Need an example image to work with?" | ||
|
||
In the terminal, do: | ||
|
||
``` | ||
convert -size 32x32 xc:transparent my.png | ||
``` | ||
|
||
This will create an empty PNG image. | ||
|
||
???- question "How does this look like?" | ||
|
||
![Example use of eog](./img/eog.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters