1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_graphics/images
reuk 86732069c7
Image: Respect pixelStride when converting between image formats
Previously, this code assumed that a single channel image would always
have a pixel stride of 1. For image types where this assumption did not
hold, such as OpenGL, this function would produce incorrect results.
2025-05-19 13:32:52 +01:00
..
juce_Image.cpp Image: Respect pixelStride when converting between image formats 2025-05-19 13:32:52 +01:00
juce_Image.h Image::BitmapData: Update getters to allow for negative lineStride 2025-05-19 13:30:27 +01:00
juce_ImageCache.cpp Singleton: Add new macros to simplify singleton creation 2024-10-16 10:36:52 +01:00
juce_ImageCache.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ImageConvolutionKernel.cpp ImageConvolutionKernel: Refactor and fix bugs in single-channel convolution 2024-04-18 14:16:01 +01:00
juce_ImageConvolutionKernel.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ImageFileFormat.cpp Update licensing information 2024-04-16 11:39:35 +01:00
juce_ImageFileFormat.h Update licensing information 2024-04-16 11:39:35 +01:00
juce_ImagePixelDataNativeExtensions.h Direct2D: Move ImagePixelDataNativeExtensions into separate header 2025-04-24 13:58:23 +01:00
juce_ScaledImage.h Update licensing information 2024-04-16 11:39:35 +01:00