1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-01 03:10:06 +00:00
JUCE/src/gui/graphics/imaging
2010-02-22 15:28:18 +00:00
..
image_file_formats Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_CameraDevice.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_Image.cpp The Point and Rectangle classes are now templated, so can be used for either float or int co-ordinates. This means that wherever you've used these classes, you'll need to replace them with Rectangle<int> or Point<float> in your code. A couple of methods in Path have changed to take advantage of the new ability. 2010-02-07 00:52:30 +00:00
juce_Image.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ImageCache.cpp Removed the (rather pointless) granularity value from the array objects. Converted a few macros into functions and other misc code clean-ups. 2010-01-13 18:58:40 +00:00
juce_ImageCache.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ImageConvolutionKernel.cpp Changed some 'int's to 'size_t's, to improve 64-bit compatibility. Also changed jmin and jmax to use templates, so they can take any type. These changes might mean that you'll need to add some more explicit casts to get your existing code to compile, but this is actually a good thing - it brought to light a few dodgy implicit casts in my code, and may do the same in yours. Also added a function roundToInt(), which replaces roundDoubleToInt() and roundFloatToInt(), but takes any size of floating point number (I've left the old roundDoubleToInt() and roundFloatToInt() functions there for convenience, but will probably remove them in the future). 2010-01-14 14:49:25 +00:00
juce_ImageConvolutionKernel.h Minor code clean-ups. 2010-02-22 15:28:18 +00:00
juce_ImageFileFormat.cpp Minor clean-ups. 2010-01-04 15:24:13 +00:00
juce_ImageFileFormat.h Minor clean-ups. 2010-01-04 15:24:13 +00:00