All Projects → Palexer → image-viewer

Palexer / image-viewer

Licence: MIT License
A simple image viewer with some editing functionality.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to image-viewer

Quick Picture Viewer
🖼️ Lightweight, versatile desktop image viewer for Windows. The best replacement for the default Windows photo viewer.
Stars: ✭ 237 (+664.52%)
Mutual labels:  desktop-app, image-viewer
Isolate
Lightweight image browser
Stars: ✭ 284 (+816.13%)
Mutual labels:  desktop-app, image-viewer
Picview
Fast Picture Viewer with compact UI, that can be hidden. Features image effects, galleries, image info and more. The app can automatically adjusts itself to your screen.
Stars: ✭ 259 (+735.48%)
Mutual labels:  desktop-app, image-viewer
html-mangareader
A lightweight offline CBZ/CBR and image viewer with full continuous scrolling
Stars: ✭ 84 (+170.97%)
Mutual labels:  desktop-app, image-viewer
angular2-instagram
🔥Instagram like photo filter playground built with Angular2 (Web | Desktop)
Stars: ✭ 91 (+193.55%)
Mutual labels:  desktop-app
ssh
A file transfer application
Stars: ✭ 18 (-41.94%)
Mutual labels:  desktop-app
DouBanReptile
豆瓣租房小组多线程爬虫。爬取后自动按时间排序生成markdown文件。
Stars: ✭ 31 (+0%)
Mutual labels:  fyne
vue-flexible-link
Tiny Vue component for Electron to open links in a browser. Ideal for cross environment apps (Web & Native)
Stars: ✭ 22 (-29.03%)
Mutual labels:  desktop-app
vue-photoswipe
PhotoSwipe demo built with vue
Stars: ✭ 55 (+77.42%)
Mutual labels:  image-viewer
breakout-compose
Breakout clone built with Compose
Stars: ✭ 27 (-12.9%)
Mutual labels:  desktop-app
carina-demo
Carina demo project.
Stars: ✭ 40 (+29.03%)
Mutual labels:  desktop-app
joplin-plugin-hotfolder
A plugin to Monitor a locale folder and import the files as a new note.
Stars: ✭ 24 (-22.58%)
Mutual labels:  desktop-app
FD-Daily-Task
Create responsive dashboard Daily Task design using Flutter
Stars: ✭ 181 (+483.87%)
Mutual labels:  desktop-app
joplin-note-tabs
Allows to open several notes at once in tabs and pin them.
Stars: ✭ 150 (+383.87%)
Mutual labels:  desktop-app
touchbar-emoji
使用touchbar来控制飘落emoji表情雨。
Stars: ✭ 18 (-41.94%)
Mutual labels:  desktop-app
graderjs
💦 Turn your full-stack NodeJS application into a downloadable cross-platform binary. Also works for SPAs, or regular web-sites.
Stars: ✭ 147 (+374.19%)
Mutual labels:  desktop-app
gallery-server
Beautiful and powerful yet simple local image viewer on your PC or mobile.
Stars: ✭ 16 (-48.39%)
Mutual labels:  image-viewer
TelegramClone
JetGram is an open source desktop app Telegram clone made with JavaFx.
Stars: ✭ 50 (+61.29%)
Mutual labels:  desktop-app
image-zoom-view
Imageview zoom library for android
Stars: ✭ 52 (+67.74%)
Mutual labels:  image-viewer
SmartsApp
💬📱 An End to End Encrypted Cross Platform messenger app.
Stars: ✭ 69 (+122.58%)
Mutual labels:  desktop-app

Image Viewer

About

This is a simple image viewer written in Go (and the technologies listed below). It also includes some basic editing functionality. Prebuilt packages are currently available for Windows, macOS and Linux here.

Screenshot

Screenshot

Used Tools

  • language: Go
  • UI framework: fyne
  • image processing backend: gift
  • cross compilation: fyne-cross

Installation

Packages are currently available for Windows, macOS and Linux. On Windows and macOS, just download the packages from the releases section and install it as usual.

*Note for Mac users: There might be a warning, that the OS doesn't trust the application. In this case press Ctrl+left click on the application and select open. Next time the app should open like any other program.

On Linux you'll need download the package from the releases section too. Then extract the archive. To install type (in the folder that contains the Makefile):

sudo make install

To uninstall type:

sudo make uninstall

Contributing

  1. Fork this repository to your local machine
  2. Add a new branch, make changes, merge to master branch
  3. Make a pull request

ToDo

  • undo/redo: change parameter values back to default
  • open recent images
  • write tests

Help

If you need any help, feel free to open a new Issue.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].