Comments

Log in with itch.io to leave a comment.

could you add a different download i think this one has issues got like a trojan or something

(1 edit)

Hi @BadTimez, there's nothing wrong with the executable. It must be just windows defender (or other antivirus software?) being over-protective with unknown executables. Unfortunately this is a common issue with c++ apps (see here, for example https://answers.microsoft.com/en-us/protect/forum/all/windows-defender-flagged-m...) and I am not sure how to solve it atm :(

p.s. I suggest a leap of faith!

(+3)

Super nice idea and implementation!

Sometimes there are multiple images which i would like to mutate to see where it goes. Maybe some kind of 'undo' functionality (to go one or two steps back and select another image) would be a cool feature for future implementation.

Also the possibility to choose the image resolution would be a cool feature.

Keep it up!

(1 edit) (+2)

Hello @DevDudeDD, thanks for your kind words!

I totally see your point(s) :) . For example I also get frustrated when I accidentally select something by mistake, so an 'undo' button would be really cool, indeed.

At the moment I have lots of ideas for user control, such as selecting the types of functions that are used by the network, the color - encoding at its output (RGB / HSV / XYZ / LAB etc)  and many more, but I am not sure if / when I will find the time to put them together in a well - organized application with a good UI.

As a first step towards that diretion I am planning to include a settings file, where the user may edit some of these options (such as resolution, functions, output etc) so if you are interested stay in touch!