fractorium/Source/Ember
Person de613404de Features:
--Add support for Exr files which use 32-bit floats for each RGBA channel. Seems to come out too washed out.
--Allow for clearing an individual color curve.
--Allow for saving multiple image types in EmberRender and EmberAnimate. All writes are threaded.
--Remove --bpc command line argument. Add format png16 as a replacement.
--Remove --enable_jpg_comments and --enable_png_comments command line arguments, and replace them with --enable_comments which applies to jpg, png and exr.
--Add menu items to variations and affine spinners which allow for easy entry of specific numeric values like pi.
--Make final render dialog be wider rather than so tall.

Bug fixes:
--Fix some OpenCL compile errors on Mac.
--Remove ability to save bitmap files on all platforms but Windows.

Code changes:
--New dependency on OpenEXR.
--Allow Curves class to interact with objects of a different template type.
--Make m_Curves member of Ember always use float as template type.
--Set the length of the curves array to always be 2^17 which should offer enough precision with new 32-bit float pixel types.
--Set pixel types to always be 32-bit float. This results in a major reduction of code in the final accumulation part of Renderer.h/cpp.
--Remove corresponding code from RendererCL and FinalAccumOpenCLKernelCreator.
--Remove Transparency, NumChannels and BytesPerPixel setters from Renderer.h/cpp.
--Add new global functions to format final image buffers and place all alpha calculation and scaling code in them.
--Blending is no longer needed in OpenGLWidget because of the new pixel type.
--Make new class, AffineDoubleSpinBox.
--Attempt to make file save dialog code work the same on all OSes.
--Remove some unused functions.
2017-07-22 13:43:35 -07:00
..
Affine2D.cpp --User changes 2017-02-26 00:02:21 -08:00
Affine2D.h --User changes 2017-02-26 00:02:21 -08:00
CarToRas.h --User changes 2016-04-03 18:55:12 -07:00
Curves.h Features: 2017-07-22 13:43:35 -07:00
DensityFilter.h 06/09/2017 2017-06-09 19:38:06 -07:00
DllMain.cpp --Bug fixes 2016-03-01 17:26:45 -08:00
Ember.cpp --Bug fixes 2017-02-26 09:34:43 -08:00
Ember.h Features: 2017-07-22 13:43:35 -07:00
EmberDefines.h Features: 2017-07-22 13:43:35 -07:00
EmberMotion.h --User changes 2016-04-03 18:55:12 -07:00
EmberPch.cpp Initial source commit 2014-07-08 00:11:14 -07:00
EmberPch.h 1.0.0.2 12/05/2016 2016-12-05 19:04:33 -08:00
EmberToXml.cpp --Bug Fixes: 2017-02-28 19:01:49 -08:00
EmberToXml.h --User changes 2017-02-26 00:02:21 -08:00
Interpolate.h 06/09/2017 2017-06-09 19:38:06 -07:00
Isaac.h --User changes 2016-04-03 18:55:12 -07:00
Iterator.h --Code changes 2017-03-27 18:05:06 -07:00
Palette.h --Bug fixes 2017-07-04 23:08:06 -07:00
PaletteList.cpp 05/31/2017 2017-05-31 19:50:05 -07:00
PaletteList.h --Bug fixes 2017-02-26 09:34:43 -08:00
Point.h --Code changes 2017-03-27 18:05:06 -07:00
Renderer.cpp Features: 2017-07-22 13:43:35 -07:00
Renderer.h Features: 2017-07-22 13:43:35 -07:00
RendererBase.cpp Features: 2017-07-22 13:43:35 -07:00
RendererBase.h Features: 2017-07-22 13:43:35 -07:00
SheepTools.h Features: 2017-07-22 13:43:35 -07:00
SpatialFilter.h --User changes 2016-02-11 21:38:21 -08:00
TemporalFilter.h --User changes 2016-03-28 18:49:10 -07:00
Timing.h 06/6/2017 2017-06-06 20:13:30 -07:00
Utils.h 06/09/2017 2017-06-09 19:38:06 -07:00
VarFuncs.h Misc intermediate fixes, more work on these to follow. 2016-04-21 15:33:00 -07:00
Variation.h 06/09/2017 2017-06-09 19:38:06 -07:00
VariationList.cpp --User changes 2017-02-26 00:02:21 -08:00
VariationList.h --User changes 2016-05-18 16:48:40 -07:00
Variations01.h --Bug fixes 2017-07-04 23:08:06 -07:00
Variations02.h --Bug fixes 2017-07-04 23:08:06 -07:00
Variations03.h --Bug fixes 2017-07-04 23:08:06 -07:00
Variations04.h --Bug fixes 2017-07-04 23:08:06 -07:00
Variations05.h --Bug fixes 2017-07-04 23:08:06 -07:00
Variations06.h --Bug fixes 2017-07-04 23:08:06 -07:00
Variations07.h --Bug fixes 2017-07-04 23:08:06 -07:00
VariationsDC.h --User changes 2016-04-13 20:59:57 -07:00
Xform.h 06/09/2017 2017-06-09 19:38:06 -07:00
XmlToEmber.cpp --Bug fixes 2017-02-26 09:34:43 -08:00
XmlToEmber.h --Bug fixes 2017-02-26 09:34:43 -08:00