Credits to face-hh for the original coding. I just modified it.
-
Download the repo /
git cloneit. -
Open a command prompt in the directory /
cd viv -
Run
cargo run compilefollowed by apath/to/image.pngto compile PNG to VIV. Example:cargo run compile C:\Uses\User\Downloads\image.png -
Run
cargo runfollowed by apath/to/image.vivto show the image
-
Double-click on
image.vivusing your File Explorer. -
Click on
More Apps -
Click on
Choose app from this PC
Tip: tick "Always use this app to open .viv files"
- Type the
path/to/this/project. - Select
viv.exeinside this folder.
That's it! You can now open .viv files!
If you know why something doesn't work please tell me in either issues or discussions tab. I will try and fix it.
- Preview window width & height are not exact.
- Huge file size on large images.
- Slow preview window.
- Some large images might include
#0hex which will crash the program. - No transparency.
- Only works on Windows
- EXE doesn't work properly for some reason. at least for me.