https://github.com/hakankokcu/birdyimg
BirdyImg Image Viewer. Supports formats png, jpg, bmp, gif, ico, svg, webp, avif
https://github.com/hakankokcu/birdyimg
avif bmp cross-platform electron gamepad-support gif ico image-viewer jpg linux photo-viewer png svg webp windows
Last synced: 2 months ago
JSON representation
BirdyImg Image Viewer. Supports formats png, jpg, bmp, gif, ico, svg, webp, avif
- Host: GitHub
- URL: https://github.com/hakankokcu/birdyimg
- Owner: HAKANKOKCU
- License: mit
- Created: 2022-08-18T16:46:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T12:23:05.000Z (over 2 years ago)
- Last Synced: 2025-02-26T04:41:43.229Z (8 months ago)
- Topics: avif, bmp, cross-platform, electron, gamepad-support, gif, ico, image-viewer, jpg, linux, photo-viewer, png, svg, webp, windows
- Language: JavaScript
- Homepage: https://tbudgie.netlify.app/birdyimg.html
- Size: 502 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BirdyImg



BirdyImg Image Viewer Version 1.0 Beta 12 Download

# Downloading
## Windows
* Minimum Windows Version To Run: Windows 7 x86
* Recomended Minimum Windows Version: Windows 10 x64
* 32 Bit: Download For Windows 32Bit
* 64 Bit: Download For Windows 64Bit
## Linux
* 64 Bit: Download For Linux (Zip)
### How to run in linux
* Extract the zip
* Make "BirdyImg" executable
* Run it via terminal (`./BirdyImg`) or your file manager
# Features
* Cross-Platform (There isn't mac version because it's not tested.)
* Can Play Gifs And APng
* Low Memory Usage (Unlike other electron apps)
* Tabs Support
* Info About Zoom Precent (and also defaulty disabled, you can also get current displayed size and position)
* "Favorites" List
* Editor
* Extensions Support (Info)
* -Useless Feature- Gamepad Support
# How much memory it uses?
* When you open it it uses around 57mb (i also dont know how electron uses this low amount of ram)
* When you open 9mb image (9.030 KB) it uses around 70mb
* When you open lots of images, after some time it uses around 100mb
# Keyboard Shortcuts
* Right Arrow: Next Image
* Left Arrow: Previous Image
* O: Open
* Ctrl + T: New Tab
* Ctrl + Tab: Next Tab
* Ctrl + Shift + Tab: Previous Tab
Other shortcuts can be seen at app menu bar
# Supported Languages
* English
* Turkish
* Romanian (Somone made this for me and i dont know if it has issues. So please tell me if it has)
# How to run
* Download all files or clone this repo
* Instal Needed Modules
* Type npm start in terminal/cmd
# Needed Modules
* electron
* image-size
* fs-extra
* exif-parser