EgonOlsen71 / petsciiator

A converter tool to convert JPG/PNG images into Commodore PETSCII (and Multicolor / Koala-Painter)
https://jpct.de/petscii
Other
43 stars 3 forks source link

How its works? #4

Closed x1pepe closed 1 year ago

x1pepe commented 1 year ago

Hi! and sorry for my rude question but I couldn't make it works, I am in Linux, I put a alien.jpg in the /dist folder. If I type: java -jar petsciiator.jar alien.jpg ... I get: "There is not attribute i petsciiator.jar" Please, can you type a complete line to convert alien.jpg and use the final result on a BBS? Thanks in advance.

EgonOlsen71 commented 1 year ago

Sorry for the late reply, I haven't seen this. Anyway...there is no manifest in the jar specifying the main class, which is why it doesn't work with -jar.

You can use the petsii.sh script instead. Like so:

./petscii.sh /format=bbs alien.jpg

You might have to set file permissions before being able to run the script though. Or just look at the script and do something similar yourself.