question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Linux version doesn't work

See original GitHub issue
hans@G510:~/sanchez-v0.2.2-linux-x64$ ./Sanchez -s ./IMG_FD_018_IR105_20200804_030006.jpg -m ./Resources/Mask.jpg -u ./Resources/GK-2A/Underlay.jpg -o Output.jpg -t "#0096FA"

0 images composited
1 files ignored

Variations on this command line all resulted in the same: 0 images composited, 1 files ignored. Used the latest x64 version from Github.

Could you please also give instructions on how to compile sanchez on Linux.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
BX2ABTcommented, Aug 13, 2020

Brilliant! v0.2.3 does indeed work, so problem fixed. Thanks for the fast response, that really made my day.

BTW, the syntax for batch conversion doesn’t work.

./Sanchez -s "c:\images\Himawari8\**\*-IR*.jpg" -m Resources\Mask.jpg -u Resources\Himawari-8\Underlay-Hirez.jpg -o Output

If you specify an output directory like -o Output, then the input directory should be similarly specified. This worked for me…

./Sanchez -s ./Input -t #0070ba -m ./Resources/Mask.jpg -u ./Resources/GK-2A/Underlay.jpg -o ./Output

Linux only here, so couldn’t test this on Windows, Mac or WSL.

Again, brilliant work on this. I tried it manually using GIMP, but your process works much better. Hope you can do a write-up on what steps you have implemented to achieve this.

0reactions
nullpaintercommented, Aug 13, 2020

Oh, I forgot! I’m also applying a (default blueish) tint to the IR image so it doesn’t end up looking grey. And then, to avoid the bright clouds all looking blue, I’m blending the IR image with itself with a hard light. I think those two steps are the secret sauce! 😉

Read more comments on GitHub >

github_iconTop Results From Across the Web

linux - echo --version doesn't works
You are probably hitting the shell builtin echo . Try using the real program /bin/echo --version. For a help section of the builtin...
Read more >
Why can't Linux just work?
First thing building some software is to realize that having binary package (built version) does not yet mean having the necessary headers for ......
Read more >
uname -a doesn't show linux distribution version [duplicate]
I try to know the linux distribution version of a remote linux machine. After trying several commands, I still can't identify the linux...
Read more >
Troubleshooting Windows Subsystem for Linux
Provides detailed information about common errors and issues people run into while running Linux on the Windows Subsystem for Linux.
Read more >
Linux version doesn't work properly, page 1 - Forum
Just wanted to let you know that the developers are aware of the issues with the Linux version and they have informed me...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found