1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 16 hours ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for Imagine::load() in Gmagick and Imagick More... about 13 years ago
Added support for loading images from a binary string More... about 13 years ago
Imagine\Gd\Image does not take the Imagine instance as second param More... about 13 years ago
Check if we really have a resource More... about 13 years ago
fixed doc-blocks' formatting, added missing @throws annotations
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
fixed doc-blocks' formatting, added missing @throws annotations
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
Move strtolower() down or it's converted to string, and "" never matches null More... about 13 years ago
Filename must always be in the argument list, even if null More... about 13 years ago
fixed doc-blocks
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
added test for recent Color::__toString() test
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
Fix for imagine\color::__tpString() not returning valid hex colors as not zero padding. Eg: its hex representation of 0 is single 0 - fine when you have 3 zeros, but if you have one of the other channels with a 2 digit hex value, you get a 4/5 digit hex code, which gives weird results when passed on to imagick (i am using it with drawer::text ). More... about 13 years ago
Correct drawing doc error More... about 13 years ago
fixed formatting
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
fixed typos
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
added doc-blocks to Font class, added Font class to Drawing section
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
added Gmagick Drawer::text() implementation, removed unnecessary stroke from Imagick Drawer::text()
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
removed deprecated ImagineInterface::font() and all implementations
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
fixed DrawerInterface, added Imagick Drawer::text() implementation
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
remove FontInterface, added Font value object, updated DrawerInterface, added GD DrawerInterface::text() implementation
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
small refactoring
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
removed Imagine dependency from Imagick\Image
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
re-arranged use statements
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
updated ImagineInterface to handle fonts
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
added Imagine\Gd\Imagine::font() implementation
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
removed Imagine from Image, added doc-blocks
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
added doc-blocks to gd drawer
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
removed unused line from drawer interface
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
added initial implementation of Imagine\Gd\Font and test
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
added font interface
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago
fixed coding style, added doc blocks in Color
avalanche123
as Bulat Shakirzyanov
More... about 13 years ago