NormalmapGenerator Versions Save

A simple program that converts images into normal maps

v0.4.5_beta

7 years ago
  • @arcashka added a 3D preview window powered by OpenGL, thanks!
  • Fixed issue #12 (unnecessary computations)

v0.4.4

7 years ago

fixed issue #21

v0.4.3

7 years ago

fixed issue #16 testing new 64 bit builds.

v0.4.2

7 years ago
  • improve performance and memory footprint by using pass by ref instead of value
  • fixed missing event for tab switching (e.g. scrolling while hovering the tabs)

v0.4.1

7 years ago

Invert the default normal orientation because it looked wrong in renders and required to always tick "invert height" checkbox.

0.4.1

8 years ago

Changelog:

  • New gaussian blur filter for displacement maps, faster and better looking than the old box filter
  • Can now load whole folders at once (e.g. via drag and drop)
  • Can now set custom colors for the user interface
  • New shortcuts: Ctrl+O to open images, numbers 1-4 to switch between tabs, Ctrl+S to save images

The Windows 32bit binary is now statically linked and cross-compiled (built on Linux). This means that it is now a single .exe. If you have problems running this build, please open a bug report in the issue tracker.

v0.4.0

9 years ago

Changelog:

  • 50% faster
  • Many user interface improvements, should be easier to use now
  • Can now drop images into the queue list (more intuitive and consistent)

v0.3.5

9 years ago

fixes for Linux wrapper script (takes command line arguments now) added experimental SSAO generator (unfinished, don't expect good results) fixed issue #5: save dialog does not ask for file overwrite permission anymore when it's not necessary fixed issue #6: user can now disable saving of maps for normal save process, too (in addition to queue)

v0.3.4

9 years ago

v0.3.3

9 years ago

Panning and zooming in preview window now possible. New autodetection that tries to find the best settings for the KeepLargeDetail feature.