twolfson / multi-image-mergetool

Resolve multiple image conflicts at the same time
The Unlicense
2 stars 0 forks source link

Catch-all issue #1

Open twolfson opened 7 years ago

twolfson commented 7 years ago

We have a lot of development work left but the initial proof of concept is out in the wild. Here's what's left on our plate:

twolfson commented 7 years ago

We will be using the following screenshot (test/browser/actual-screenshots/find-similar-matching.png) for our README. Please update screenshot images in this thread and update the link in the README. We don't want to bloat our repo with screenshot images (it's about 30kb crushed).

screenshot

We initially had a setup for this but we didn't like the bloat:

"test-browser": "npm run build && npm run test-karma-single && npm run test-copy-docs-screenshot",
"test-copy-docs-screenshot": "if which pngcrush &> /dev/null; then src_file=\"test/browser/actual-screenshots/find-similar-matching.png\"; test -f \"$src_file\" && pngcrush \"$src_file\" docs/screenshot.png; fi",
twolfson commented 7 years ago

Proof of concept test for a base64 image in GitHub issues:

diagonal.png

Doesn't work =(

twolfson commented 7 years ago

According to blog posts, we can't submit email attachments either =( It also looks like email thread ids are random UUIDs =/

https://github.com/blog/811-reply-to-comments-from-email

twolfson commented 7 years ago

Latest screenshot for README:

find-similar-matching

twolfson commented 7 years ago

Latest screenshot: find-similar-matching