Skip to content

Releases: frasalt/PhotoGENius

Version 2.1.0

21 Jun 18:53
f775c14

Choose a tag to compare

New release of PhotoGENius.

With this program you can:

  1. render your own photorealistic images;
  2. convert PFM file to PNG;

Since previous release you will find the following improvements:

  • Add verbosity functionality

Version 2.0.1

21 Jun 18:28
2ec23bc

Choose a tag to compare

New release of PhotoGENius.

With this program you can:

  1. render your own photorealistic images;

  2. convert PFM file to PNG;

Since previous release you will find the following improvements:

  • Bug fixed in Pointlight Renderer.

Version 2.0.0

20 Jun 14:57
03432fa

Choose a tag to compare

New release of PhotoGENius.

With this program you can:

  1. render your own photorealistic images;
  2. convert PFM file to PNG;

Since previous release you will find the following improvements:

  • save output file also in JPEG format

Version 1.0.0

18 Jun 18:00

Choose a tag to compare

First official release of PhotoGENius.

With this program you can:

  1. render your own photorealistic images;
  2. convert PFM file to PNG;

Since previous release you will find the following improvements:

  • Available renderers are OnOff, Flat, PathTracer and PointLight;
  • Antialiasing allows to remove Moiré patterns from images;
  • Added Lexer and Parser to read input files containing the scene description;
  • Cylinder shape is now available;
  • Some bugs were fixed.

Version 0.2.0

18 May 14:23

Choose a tag to compare

Second release of PhotoGENius. The following functionalities are implemented:

  • read a PFM file and convert it to a PNG file, given an output luminosity parameter alpha and a calibration factor gamma.
  • generate demonstrative scene in both PNG and PFM format, given a set of options, including view angle.
  • assemble different frames to generate a simple animation.

Version 0.1.0

05 Apr 13:29

Choose a tag to compare

First release of PhotoGENius. The following functionalities are implemented:

  • PFM file reading;
  • tone mapping;
  • gamma correction;
  • saving of file in PNG format.