Gimp/libgimpcolor
Idriss Fekir ade0bdc487 libgimpcolor: create gegl buffers with gegl_buffer_new instead of gegl_buffer_linear_new_from_data
Creating a gegl buffer from some data (e.g. cairo surface) through gegl_buffer_linear_new_from_data
causes crashes if the cairo surface is too big, because the gegl buffer will have only one huge tile
so tile_size will overflow if surface size > INT_MAX. Using the appropriate api, gegl will calculate
tile size and create the needed tiles automatically.
2025-11-08 20:11:09 +01:00
..
gimpadaptivesupersample.c libgimpcolor, operations, plug-ins: Replace GimpRGB in GimpAdaptiveSuperSample 2024-09-13 01:12:13 +00:00
gimpadaptivesupersample.h Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
gimpbilinear.c libgimpcolor: Remove unneeded GimpRGB functions 2024-09-08 23:32:54 +00:00
gimpbilinear.h Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
gimpcairo.c libgimpcolor: create gegl buffers with gegl_buffer_new instead of gegl_buffer_linear_new_from_data 2025-11-08 20:11:09 +01:00
gimpcairo.h Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
gimpcolor-parse.c core, libgimpcolor: CMKY & HSL to float 2024-04-23 13:38:59 +00:00
gimpcolor-private.h Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
gimpcolor.c app, app, libgimp*: hide struct for several GParamSpec based off GimpParamSpecObject. 2025-01-24 23:44:43 +01:00
gimpcolor.def libgimpcolor: Remove GimpHSL and GimpRGB 2024-10-13 16:56:20 +02:00
gimpcolor.h Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
gimpcolormanaged.c core: Add simulation intent and BPC to GimpImage 2022-08-13 19:39:47 +00:00
gimpcolormanaged.h Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
gimpcolorprofile.c libgimpcolor: Make GimpColorProfile a final type 2024-07-28 05:28:31 +00:00
gimpcolorprofile.h Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
gimpcolortransform.c libgimpcolor: GimpColorTransform made final. 2024-10-17 22:38:25 +02:00
gimpcolortransform.h Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
gimpcolortypes.h Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
gimppixbuf.c gir: Add missing annotations 2020-05-04 02:11:57 +02:00
gimppixbuf.h Revert "pdb, libgimp: more #pragma once, and formatting cleanup" 2025-08-14 00:54:55 +02:00
meson.build Declare gexiv2 dependency on many targets (due to gimpmetadata.h) 2025-10-03 18:31:53 -03:00