mkdir -p ~/bin
echo '[[ -e ~/bin ]] && export PATH=$PATH:~/bin' >> ~/.bashrc
curl -o ~/bin/wsl-open https://raw.githubusercontent.com/4U6U57/wsl-open/master/wsl-open.sh
source ~/.bashrc
sudo apt-get install libgtk-4-dev
brew install gtk4 pkg-config
Link for the XLaunch[https://sourceforge.net/projects/vcxsrv/]
gcc main.c helpers.c -o image_editor pkg-config --cflags --libs gtk4 -lm
./image_filter
The repo has to be cloned in the Ubuntu
- In windows system :
Go to File Explorer, click on the address bar and then type\\wsl$and hit Enter
Click on the Ubuntu-24.04 -> home -> -> Ubuntu-24.04
Choose the Project Folder and then choose the output image. - In Ubuntu System:
Install wsl-open using the above procedure and then use the commandwsl-openfiltered-image.png