Michael Stefaniuc
5fce51236c
gdiplus/tests: Make use of todo_wine_if().
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-08-05 14:50:30 -05:00
Vincent Povirk
7fbf0deede
gdiplus: Implement GdipGetImageAttributesAdjustedPalette.
...
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-06-14 12:16:59 +09:00
André Hentschel
1ff3264deb
gdiplus/tests: Use todo_wine_if() in tests.
...
Signed-off-by: André Hentschel <nerv@dawncrow.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-02-16 12:09:39 +09:00
Thomas Faber
9b82368c36
gdiplus/tests: Fix build with MSVC.
...
VC 2010 can't initialize a structure with a structure.
Signed-off-by: Thomas Faber <thomas.faber@reactos.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-27 15:38:16 +09:00
Vincent Povirk
2dc5685897
gdiplus: Placeable is optional in GdipCreateMetafileFromWmf.
...
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-11-03 13:47:56 +09:00
Vincent Povirk
f6c104b322
gdiplus/tests: Add a test for CompositingModeSourceCopy.
...
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-21 12:40:40 +09:00
Michael Stefaniuc
3708d53373
gdiplus/tests: Test the return of GdipImageSelectActiveFrame().
...
Signed-off-by: Michael Stefaniuc <mstefani@redhat.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-21 01:04:34 +09:00
Alistair Leslie-Hughes
71294e2a11
gdiplus: Add GdipCreateEffect tests.
...
Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Vincent Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2015-10-11 13:44:59 +09:00
Dmitry Timoshkov
f78a6dd15c
gdiplus: Move the burden of supporting GIF encoding to the WIC backend.
2015-07-14 14:41:47 +09:00
Vincent Povirk
2827a1a460
gdiplus: Fix leak in test in todo_wine case.
2015-03-19 14:05:35 +09:00
Piotr Caban
59eef10f34
gdiplus: Fixed palette flags setting.
2015-03-16 15:03:21 +09:00
Piotr Caban
3ece08ff4d
gdiplus: Add pixel format test for transparent non-animated gif.
2015-03-13 21:52:53 +09:00
Piotr Caban
a3822f973e
gdiplus/tests: Add gif frames composition tests.
2015-03-13 21:52:49 +09:00
Piotr Caban
799362a0b7
gdiplus: Convert animated gif to PixelFormat32bppARGB on load.
2015-03-13 21:52:46 +09:00
Huw Davies
6df5ce7c9e
gdiplus: Blend in the background colour.
2014-10-29 20:31:01 +09:00
Qian Hong
deb1f047a7
gdiplus: Set outer pointer to NULL when image loading functions fail.
2014-07-11 16:59:38 +02:00
Dmitry Timoshkov
865b503af8
gdiplus/tests: Mark some GdipGetPropertyItem test results as broken under XP.
2014-03-06 13:36:04 +01:00
Dmitry Timoshkov
d4db49efc2
gdiplus/tests: Use trace instead of printf.
2013-11-06 12:01:55 +01:00
Dmitry Timoshkov
df367c3399
gdiplus: Reimplement GdipCloneBitmapArea without using GdipBitmapLockBits.
2013-10-18 16:56:56 +02:00
Dmitry Timoshkov
4e14c45b8b
gdiplus/tests: Add a test for GdipCloneBitmapArea called on an already locked bitmap.
2013-10-17 10:47:09 +02:00
Dmitry Timoshkov
1c8d4aaa4b
gdiplus/tests: Fix tests compilation with __WINESRC__ defined.
2013-10-16 11:41:20 +02:00
Andrew Eikum
2b8b64f9ab
gdiplus: Implement GdipResetImageAttributes.
2013-05-22 19:32:44 +02:00
Francois Gouget
06489c6501
gdiplus/tests: Skip the tests if unable to load the TIFF image.
...
On Windows XP most versions of gdiplus (i.e. older than 5.2) do not support TIFF.
2013-03-04 17:32:02 +01:00
Dmitry Timoshkov
d23bfd8dfc
gdiplus: Round up when converting from 32-bit ARGB to PARGB.
2013-02-25 10:40:36 +01:00
Dmitry Timoshkov
ada3aea736
gdiplus: Add some tests for ARGB conversions.
2013-02-25 10:40:36 +01:00
Dmitry Timoshkov
9d49bb2b00
gdiplus: Use IFD_SHORT type for the TIFF compression tag to avoid test failures under some XP versions.
2012-10-11 20:22:54 +02:00
Dmitry Timoshkov
0ef523e2bf
gdiplus: Add GIF palette to the image properties.
2012-09-25 11:30:31 +02:00
Dmitry Timoshkov
a0424f33c0
gdiplus: Remove GIF properties test from generic tests, they are tested separately.
2012-09-25 11:30:11 +02:00
Dmitry Timoshkov
5f9be70570
gdiplus: Make GIF palettes in a custom test image slightly more different.
2012-09-24 22:27:26 +02:00
Dmitry Timoshkov
f39c140a88
gdiplus: Add more tests for GIF image properties.
2012-09-21 17:06:58 +02:00
Dmitry Timoshkov
d8d4bffb39
gdiplus: Test GIF properties using a specially created GIF image with a bunch of extensions.
2012-09-21 17:06:52 +02:00
Dmitry Timoshkov
058963282e
gdiplus: Add some tests for GIF properties.
2012-09-18 19:05:06 +02:00
Dmitry Timoshkov
556bdf249e
gdiplus: Add some tests for scaling an image with various pixel offset modes.
2012-09-18 19:04:44 +02:00
Dmitry Timoshkov
bf0f8c970f
gdiplus: Add a test for scaling an image with world transform.
2012-08-31 17:02:22 +02:00
Dmitry Timoshkov
6f630a4091
gdiplus: GdipGetImageThumbnail should return image in 32bppPARGB format.
2012-08-20 17:06:00 +02:00
Dmitry Timoshkov
938d42c148
gdiplus: When there is no target rectangle specified DrawImage should scale image to device dpi.
2012-08-16 11:58:42 +02:00
Dmitry Timoshkov
3b8f437f44
gdiplus: Add a test for GdipDrawImage scaling.
2012-08-15 13:54:59 +02:00
Dmitry Timoshkov
e536a128f7
gdiplus: Store device resolution in the graphics object.
2012-07-26 11:07:41 +02:00
Dmitry Timoshkov
c67951c70a
gdiplus: Handle image loading failures under some XP versions.
2012-07-25 20:14:57 +02:00
Dmitry Timoshkov
d104741a3c
gdiplus: Add support for converting RGB formats to 1bpp indexed.
2012-07-17 13:09:41 +02:00
Dmitry Timoshkov
2ed1aaa930
gdiplus: Add support for converting RGB formats to 8bpp indexed.
2012-07-17 13:09:41 +02:00
Dmitry Timoshkov
85d3d760d7
gdiplus: Add some tests for GdipBitmapLockBits/GdipBitmapUnlockBits.
2012-07-17 13:09:21 +02:00
Dmitry Timoshkov
ebf31c0ac6
gdiplus: Fix palette flags for a not indexed 1-bpp image.
2012-07-16 18:19:46 +02:00
Dmitry Timoshkov
eca107412c
gdiplus: Make sure that 1bpp bitmap images get loaded in native format.
2012-07-16 18:19:38 +02:00
Alexandre Julliard
9ff2bbc3c8
gdiplus: Avoid out of bounds access warning.
2012-07-16 14:28:31 +02:00
Vincent Povirk
577740f0d7
gdiplus: Fix GdipImageRotateFlip for images from streams.
2012-07-12 11:48:52 -05:00
Dmitry Timoshkov
dfefd3a3b4
gdiplus: Add a test for palette associated with black&white TIFF image.
2012-07-12 11:48:27 -05:00
Dmitry Timoshkov
b61a1ba322
gdiplus: Add some tests for GdipGetPropertySize and GdipGetAllPropertyItems.
2012-07-02 11:00:37 +02:00
Dmitry Timoshkov
eb564a3160
gdiplus: Add a test for 'value' pointer in the PropertyItem structure.
2012-07-02 10:59:59 +02:00
Dmitry Timoshkov
c7ea378f6a
gdiplus: Add a test to show that GdipCloneImage is not supposed to increase refcount of the source image.
2012-07-02 10:59:51 +02:00