Hello Internet! I am here to present to you the second version of Recolor Maker, A new more efficient and easy to use Interface to help with the color options of all your items! What's new? Not much to be honest, we mainly removed some things to be honest. But fear not, we have kept the most important. We have completely recreated it from the ground up, Going away from java, the program is now in C#. The new interface design is much more fluid and adapts better to scaling. The program is much more efficient, consuming in average 16 times less ram and cpu usage. A new better and enhanced color picker! Change Log V1.1 The modified color automatically changes when you update the value of one of the color panels (the things on the right) Fixed some crashes when picking a color Added a color analysis tool V1.1.1 Fixed a bug that would cause the json export to omit some releavent data Why do i need this? Making color options can take a while, having to restart your game all the time isn't exactly quick. This program will let you create, view and modify all your color options quicker and more efficiently! What does it look like? Here have a look! Where can i find this? Here have the download link. https://www.mediafire.com/file/1w61p03h4xjo7x5/Recolor_Maker_2_V1.1.1.exe/file http://www.mediafire.com/download/r63bc8g2xe78604/Recolor+Maker.jar Questions And Answers Q: How do i import a color option? A: File > Import from json (Ctrl+I) enter your color option (Example: { "ABCDEF" : "123456", "420024" : "BEEFEE", "133733" : "ABFEBC" } ) Q: How do i export my recolor? A: File > Export To JSON (Ctrl+E) If you have any recolor options that can be parsed to JSON, you will receive the JSON string. Well have fun! Common Creative Licence RecolorMaker2 by Guillaume Mercier is licensed under a Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License.
This looks pretty neat! If at all possible, I would love to see the colors automatically adjust when picking a new one. As of right now I'm using Paint.Net, as it let's me pick a color from the color picker and showing the updated color live.
Just Updated the thing! I fixed some crashes when picking a color, Added a color analysis tool made so that when you edit a color panel the color changes, a but like @Errors4l was speaking about
You can click right outside of the image (right or bottom side), and it will crash the application. I assume it's trying to fetch pixel data for a pixel beyond the dimensions of the source image. This applies to both the source and result preview image. http://i.los.so/e/recolorMakerCrash.mp4
I can't seem to be able to reproduce this error, any other information about it? Edit never mind: i found how