https://github.com/marklagodych/ftpimager
A program that views images on an FTP server
https://github.com/marklagodych/ftpimager
cpp ftp ftp-client ftp-image-processing image-viewer images tcl tcl-tk
Last synced: 11 days ago
JSON representation
A program that views images on an FTP server
- Host: GitHub
- URL: https://github.com/marklagodych/ftpimager
- Owner: MarkLagodych
- Created: 2020-10-21T18:57:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T08:59:26.000Z (over 5 years ago)
- Last Synced: 2025-01-07T06:45:51.409Z (over 1 year ago)
- Topics: cpp, ftp, ftp-client, ftp-image-processing, image-viewer, images, tcl, tcl-tk
- Language: Tcl
- Homepage:
- Size: 580 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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.
* Automatic extension checking. Can be disabled in Options menu.
* 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


