switched ImageInterface::resize() to accept SizeInterface, updated implementations |
|
More...
|
almost 14 years ago
|
switched ImageInterface::crop() and ImageInterface::thumbnail() to use SizeInterface |
|
More...
|
almost 14 years ago
|
added Center coordinate - it will always be bound to a center of a given box |
|
More...
|
almost 14 years ago
|
added SizeInterface and Size, updated ImageInterface to include getSize() method, updated implementations |
|
More...
|
almost 14 years ago
|
fixed variable name according to cs |
|
More...
|
almost 14 years ago
|
updated docs and code to expect CoordinateInterface instead of Coordinate |
|
More...
|
almost 14 years ago
|
added CoordinateInterface, switched Coordinate to be its implementation |
|
More...
|
almost 14 years ago
|
moved Coordinate under Cartesian namespace |
|
More...
|
almost 14 years ago
|
renamed Imagine\Point to Imagine\Coordinate |
|
More...
|
almost 14 years ago
|
added test for Color::__toString() |
|
More...
|
almost 14 years ago
|
fixed pixel generation |
|
More...
|
almost 14 years ago
|
added clear() and destroy() to every used ImagickPixel |
|
More...
|
almost 14 years ago
|
fixed color default, added clear() and destroy() to ImagickPixel instance |
|
More...
|
almost 14 years ago
|
Optimised Imagine\Color::__toString |
|
More...
|
almost 14 years ago
|
fixed Imagick transparency issue, still seeing background override if using opaque black |
|
More...
|
almost 14 years ago
|
removed extra backslashes |
|
More...
|
almost 14 years ago
|
fixed code formatting |
|
More...
|
almost 14 years ago
|
extracted ImageInterface reference into its own chapter |
|
More...
|
almost 14 years ago
|
corrected inaccuracy |
|
More...
|
almost 14 years ago
|
got rid of duplicate requirements section, updated dependencies in main README |
|
More...
|
almost 14 years ago
|
re-arranged drawing section a bit |
|
More...
|
almost 14 years ago
|
updated README to point to docs |
|
More...
|
almost 14 years ago
|
updated Transformation class and introduction chapter |
|
More...
|
almost 14 years ago
|
formatted introduction and drawing chapters |
|
More...
|
almost 14 years ago
|
started documenting the library |
|
More...
|
almost 14 years ago
|
extracted common AbstractImagineTest |
|
More...
|
almost 14 years ago
|
Merge branch 'drawing' |
|
More...
|
almost 14 years ago
|
transparent background doesn't work |
|
More...
|
almost 14 years ago
|
transparent background fix |
|
More...
|
almost 14 years ago
|
don't initialize color more than once per method |
|
More...
|
almost 14 years ago
|