https://github.com/tomgp/image-compose
https://github.com/tomgp/image-compose
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tomgp/image-compose
- Owner: tomgp
- License: mit
- Created: 2019-03-04T16:44:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T16:57:52.000Z (over 7 years ago)
- Last Synced: 2025-03-03T09:44:36.828Z (over 1 year ago)
- Language: HTML
- Size: 18.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
This is an [Electron JS](https://electronjs.org) based application. When given a directory containing a bunch of images it will display two of them, at random, side by side. There are some keyboard commands that let you change the images ...
* __E__ changes the right hand image
* __Q__ changes the left
* __W__ changes both
* __-__ reduces the margins
* __=/+__ increases the margins
If an image pairing appears and you particularly like it you can press
* _P_ to save save it to list of favourites
You can scroll down to see the currently selected favourite parings. Each one will have a 'Remove' button next to it to remove it from the list. The list is automatically saved in the images directory as a file called 'faves.json' so that when you restart the app you can review all the parings already saved.
I think that's about it.
---
The idea came from [this _Ask MetaFilter_ question](https://ask.metafilter.com/331637/This-goes-well-with-that)
---
This software is provided as is and I take no responsibility for it frying your computer, crashing your car or eating all the cake in your fridge or anything else. Basically, you're on your own.