Commit Graph

9 Commits (3dd8221447bfa11dd504219da9dc0d4739022ec0)

Author SHA1 Message Date
John Benediktsson a614efdbb2
images.loader: fix tests. 2020-04-11 20:36:25 -05:00
Doug Coleman c1ed591ad4
images.loader: fix using and kick the tires 2020-04-11 20:36:24 -05:00
Doug Coleman fb4550f30c
images.loader: Disable saving a bmp on win32.
This is probably fixable with enough auditing of the gdiplus flat
interface.
2020-04-11 20:36:23 -05:00
Doug Coleman d60aaca120
images.loader: Windows can save bmp files.
If there is a crasher, we can debug it.
2020-04-11 20:36:14 -05:00
John Benediktsson 75e50ec5e0 images.loader: use accessors in tests. 2015-09-06 08:23:17 -07:00
Björn Lindqvist 5684fab484 images.loader.gdiplus: fix for the call to GdipBitmapLockBits
GdipBitmapLockBits might trigger gc so the GpRect struct must be copied
to stable stack memory so that the collector doesn't move it.
2015-09-06 15:15:01 +02:00
Björn Lindqvist 78830a476a images.loader.tests: restructure the tests because the gtk linux backend doesn't handle some formats that the windows backend does 2014-10-10 10:55:52 -07:00
Björn Lindqvist c0b4537e1a images.loader.gdiplus: implementation of the image>stream word for GDI+
for Windows
2014-10-09 14:37:58 -07:00
Björn Lindqvist 3a8164cd8a images.loader: support for saving images on the gtk-image backend 2014-03-14 07:32:26 -07:00