Linux version doesn't work
See original GitHub issuehans@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:
- Created 3 years ago
- Comments:7 (6 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

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 OutputIf 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 ./OutputLinux 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.
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! 😉