-
Notifications
You must be signed in to change notification settings - Fork 0
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
6814bf9
commit 968749c
Showing
1 changed file
with
28 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# FtpImager | ||
This program views images on a certain FTP server. | ||
The whole functionality is ONLY VIEWING, not moving/copying or whatever. | ||
|
||
|
||
# Features | ||
* Supported formats: jpeg, png, gif, bmp, ico, ps, tiff, pcx, ppm, sgi, sun, tga, xbm, xpm. | ||
* Image can be rotated and fited to the screen size. | ||
* UTF-8 support. | ||
|
||
|
||
# Notes | ||
A server address, port and other settings can be specified in by modifying ```ftp_settings.tcl``` file. | ||
|
||
The main color can be set by modifying ```gui_theme.tcl``` file. | ||
|
||
|
||
# Building | ||
**Prerequisites:** MS Windows, GCC, GNU Make, Active Tcl | ||
``` | ||
make init | ||
make | ||
``` | ||
|
||
# Gallery | ||
![](https://github.com/MarkLagodych/assets/blob/main/ftpImager/1.png?raw=true) | ||
![](https://github.com/MarkLagodych/assets/blob/main/ftpImager/2.png?raw=true) | ||
![](https://github.com/MarkLagodych/assets/blob/main/ftpImager/3.png?raw=true) |