dbohdan / hicolor

🎨 Convert images to 15/16-bit RGB color with dithering
MIT License
194 stars 5 forks source link

Simply don't work #4

Closed smdstudios closed 1 year ago

smdstudios commented 1 year ago

I click on the program and there is a command line that briefly shows up before closing. Alright, I figure I then have to run it through CMD itself.

So I type cd:\Users\Me into CMD (which is where I put the executable and the image, and then enter hicolor-v0.3.1-win32.exe hicolor quantize -5 example.png

But then it says "invalid command" and simply tells me: hicolor (encode|decode|quantize) [options] src [dest] hicolor info file hicolor version hicolor help

I don't know what I'm being asked to do. Even hicolor help produces "invalid command"

dbohdan commented 1 year ago

Instead of

hicolor-v0.3.1-win32.exe hicolor quantize -5 example.png

type

hicolor-v0.3.1-win32.exe quantize -5 example.png

In the usage instructions hicolor is the name of the program.

smdstudios commented 1 year ago

Sweet that worked! tysm

dbohdan commented 1 year ago

You're welcome!