-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jonivesto edited this page Apr 11, 2019
·
3 revisions
- Install Java
- Download latest release of java-obj-to-png
- if you chose the zip package, extract
- Run the executable jar on command line:
java -jar png-to-obj.jar
- Type in absolute path to the png file. Example:
C:\Users\joni\images\sword.png
- Output files are created in the same directory where the input file (.png) was.
- The height and width of the image should be less than 256 pixels. This can be bypassed by editing the source code, but processing large images is really slow