No description
Find a file
2025-07-07 16:07:14 +07:00
src connect to csharp 2025-07-07 16:07:14 +07:00
StitchImg connect to csharp 2025-07-07 16:07:14 +07:00
.env connect to csharp 2025-07-07 16:07:14 +07:00
.gitignore connect to csharp 2025-07-07 16:07:14 +07:00
Cargo.lock connect to csharp 2025-07-07 16:07:14 +07:00
Cargo.toml connect to csharp 2025-07-07 16:07:14 +07:00
global.json connect to csharp 2025-07-07 16:07:14 +07:00
README.md connect to csharp 2025-07-07 16:07:14 +07:00
shell.nix connect to csharp 2025-07-07 16:07:14 +07:00
WebApplication1.sln connect to csharp 2025-07-07 16:07:14 +07:00

Stitch only png image

Installation

  1. Install nix
curl -fsSL https://install.determinate.systems/nix | sh -s -- install --determinate

Follow the installation guide. For complete information: https://github.com/DeterminateSystems/nix-installer

Then run this (and wait :))

nix-shell --pure

you can exit from the shell later.

  1. finally
cd StitchImg/
cargo run --release & dotnet run -c Release