Kitty Corp Meow Mix Forums

Super Smash Bros. Brawl Hacking => Programming => Topic started by: Peardian on February 16, 2015, 11:14:41 PM



Title: Texture Remix (my image manipulation tool)
Post by: Peardian on February 16, 2015, 11:14:41 PM
This is a tool I have been working on since before Christmas, and now it is finally ready for release.

(http://imageshack.com/a/img540/7441/LmhCZj.png)

Texture Remix (Beta 1.0.0) (http://www.mediafire.com/download/9xa794j9wb5ofzl/Texture+Remix.zip) - Feb. 16, 2015

This is Texture Remix, a tool I whipped up to help people convert compressed textures ripped from modern games. Most people here who have ripped or downloaded models from an Xbox, PS3, or modern PC game have no doubt seen shadowy transparent normal maps or technicolor images that look like they are important but can't be used.

This is where Texture Remix comes in. It allows you to re-map the color channels of an image without having to do crazy Photoshop magic. When you load an image (or images) into the tool, you have access to all four channels of the image. You can then map them in any fashion to a new image. You can also split the image into four separate channel images or combine multiple images together. Up to four different images can be generated at once. I've included tutorial images inside the archive to demonstrate how to use the tool.

Keep in mind, this is a beta version. This is my first Java program, and I had to (re)learn Java just to make it. There are some features I wanted to implement that I just couldn't pull off with my current skill level. I'm going to release the source code soon, and may even put it up on GitHub if people are interested.

If you are interested in helping me develop and improve this tool, please let me know, because otherwise it probably won't get any better than it currently is.



Fancy Demonstration image!
Quote
([url]http://imageshack.com/a/img913/2932/93OqJw.png[/url])

(textures are from Sonic Generations and Halo: Combat Evolved)


Title: Re: Texture Remix (my image manipulation tool)
Post by: windhunter7 on February 17, 2015, 09:44:35 AM
I'm still a little confused about what it does with the textures, though; does it increase contrast? Does it change hue levels? Does it change the color? Does it calculate what it will do with the texture?


Title: Re: Texture Remix (my image manipulation tool)
Post by: Peardian on February 17, 2015, 07:47:55 PM
I'm still a little confused about what it does with the textures, though; does it increase contrast? Does it change hue levels? Does it change the color? Does it calculate what it will do with the texture?
No, it lets you manipular the red, green, blue, and alpha channels of an image and create new images from them. If it still doesn't make sense to you, try it for yourself and it should become apparent.


Title: Re: Texture Remix (my image manipulation tool)
Post by: windhunter7 on February 17, 2015, 07:49:46 PM
No, it lets you manipular the red, green, blue, and alpha channels of an image and create new images from them. If it still doesn't make sense to you, try it for yourself and it should become apparent.

Nope; that I understand; so it basically changes colors and alpha values, then.


Title: Re: Texture Remix (my image manipulation tool)
Post by: Spex130 on February 17, 2015, 09:24:21 PM
Wow! This is super cool, Peardian. I look forward to seeing what I can do with it!