We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you don't want to code just use these tools in your terminal. They do basically everything the library does but without the effort
This is the main tool. It changes images into WIMF and back. It also does batch stuff if you have a lot of files
wimf-convert -i ./*.jpg -o ./output_folder/
--benchmark
wimf-convert -i huge.wimf -o patch.png --roi 0 0 500 500
A native terminal image viewer. It renders the image directly in your terminal using ANSI magic. Useful for remote servers where you don't have a GUI
wimf-cat -i photo.wimf -w 80
Use this to fix your "forensic" tags. It lets you change the author or copyright info instantly without having to wait for the whole image to re-save
# update the author name without re-encoding wimf-meta photo.wimf --set author "BenchWare" --show