From 968749c2521c25c71fb2aa9147923a62ed4f92b7 Mon Sep 17 00:00:00 2001 From: MarkLagodych Date: Thu, 22 Oct 2020 01:25:04 +0300 Subject: [PATCH] new file: README.md --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1ef83f6 --- /dev/null +++ b/README.md @@ -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) \ No newline at end of file