Nikita Popov
c5401854fc
Run tidy
...
This should fix most of the remaining issues with tabs and spaces
being mixed in tests.
2020-09-18 14:28:32 +02:00
Máté Kocsis
50765075db
Improve some ValueError messages
...
Closes GH-5340
2020-04-06 10:41:01 +02:00
Peter Cowburn
a43679632b
raise ValueError from imagecreate/imagecreatetruecolor
...
Raise a ValueError instead of a plain Error when calling imagecreate()
or imagecreatetruecolor() with too big or small values for the width or
height arguments.
2019-09-09 21:06:00 +01:00
Mark
fde52e8a2c
Warnings to Errors imagecreate(truecolor)
...
We also add a test helper which we will be using for other GD functions
as well.
2019-09-04 12:09:07 +02:00