psliwa / PHPPdf

Pdf and graphic files generator library written in php
http://ohey.pl
MIT License
339 stars 77 forks source link

Included Imagine\Image\Box breaks Imagine Thumbnail generation #83

Closed elzekool closed 9 years ago

elzekool commented 9 years ago

The included Imagine\Image\Box breaks the thumbnail generation of Imagine, The thumbnail filter uses Imagine\Image\Box::contains() to check if the thumbnail should be generated or that the original image should be returned

psliwa commented 9 years ago

Thanks for info. I think the best solution will be to change images drawing algorithm and remove Imagine\Image\Box class from PHPPdf.

psliwa commented 9 years ago

Ok, Imagine\Image\Box has been removed in 1.2.6 version.