Changed direct link to dropbox so i dont have to update the link every time i publish a new version
Poseidon wrote:
Can you make it possible so you can input any color you want, maybe like an custom RGB option?
AriSphinX wrote:
This is absolutely gorgeous and amazing dude... But you can add some things?
1. More styles of scorebars (or add an option to make your own one...)
2. A RGB color picker.... (pretty sure that someone said that before.. :p )
Besides that it's a very useful tool
I thought of adding a color picker instead of fixed color themes but it turns out that programmatically recoloring an image is really tricky. However. I'll try to add it when I have more free time (I have finals this week).
About having more scorebar styles, I could add them but it's definitely a lot more work than just adding an extra color to the existing one
Adding an option to provide your own template is not viable because I need to know exactly where to place your avatar and print your text, and that would need a way more complex GUI which would be very similar to just working with <insert your favourite image editing tool>
spintu wrote:
Maybe an option to disable the profile picture for people who don't like that would be nice. Someone already suggested this, but different styles/themes would be a great addition too. It's awesome and looks very nice, though. Great work!
Hmm, that seems nice, will add it to the TO-DO
Palivion wrote:
There's an error for me. It's stuck at composing image. Here is the error message
An error occured, if you need to report it please provide the following information:
Username: Palivion
Using flag: true
Selected theme: Blue
Invoked URL: https://osu.ppy.sh/u/Palivion
java.lang.NullPointerException
at javax.imageio.ImageIO.write(Unknown Source)
at gen.HealthBarGenerator.go(HealthBarGenerator.java:170)
at gui.MainPanel$Work.run(MainPanel.java:213)
at java.lang.Thread.run(Unknown Source)
xLolicore- wrote:
An error occured, if you need to report it please provide the following information:
Username: xLolicore-
Using flag: true
Selected theme: Green
Invoked URL: https://osu.ppy.sh/u/xLolicore-
java.lang.NullPointerException
at javax.imageio.ImageIO.write(Unknown Source)
at gen.HealthBarGenerator.go(HealthBarGenerator.java:170)
at gui.MainPanel$Work.run(MainPanel.java:213)
at java.lang.Thread.run(Unknown Source)
What on earth happened?
Looks like you two had the exact same error, and I've not been able to reproduce it. Can you try it again with the current version? It adds more information to the error log which could be useful.
It may could be an outdated java version, that nullpointerexception is really weird