-
For reasons specified or not, this won't be implemented.
2009-11-19 22:54:26 UTC in WideImage
-
No response, I assume this isn't an issue anymore.
2009-11-19 22:54:26 UTC in WideImage
-
gasper_k committed revision 173 to the WideImage SVN repository, changing 1 files.
2009-10-31 12:55:39 UTC in WideImage
-
two methods to create images, aliases for create methods in subclasses
- createTrueColor(int width, int height, bool transparent)
- createPalette(int width, int height, bool transparent, transparent_color)
2009-10-31 12:47:39 UTC in WideImage
-
gasper_k committed revision 172 to the WideImage SVN repository, changing 1 files.
2009-10-31 12:35:03 UTC in WideImage
-
fixed in r171.
2009-10-31 12:34:13 UTC in WideImage
-
This bug has been fixed in SVN. Visit http://sourceforge.net/svn/?group_id=190526 to browse or checkout the source code.
Thank you for your report.
2009-10-31 12:34:11 UTC in WideImage
-
gasper_k committed revision 171 to the WideImage SVN repository, changing 1 files.
2009-10-31 12:33:46 UTC in WideImage
-
also, please note the bug in the recent version:
https://sourceforge.net/tracker/index.php?func=detail&aid=2854710&group_id=190526&atid=933712.
2009-10-30 22:17:00 UTC in WideImage
-
This results in the second parameter to saveToFile() being ignored. So if you want to save a PNG with compression (or JPEG with quality), you should pass these values as the THIRD parameter:
$Image->saveToFile('image.png', null, 7);
$Image->saveToFile('image.jpg', null, 90);.
2009-10-30 22:16:34 UTC in WideImage