Marek Szymczuk
Marek Szymczuk
#42548
@Lustmored I'm not a fan of this because it looks like Intervention is "dead", and I don't want to be in a situation where I'm waiting for my PR to...
- Vips headers version: 8.10.0 - Vips library version: 8.10.0 - Vips ABI version: 54.3.12 I've tested it, and there are problems with the following commands: ### Pixelate It doesn't...
Here you can find my test image and font: [text.zip](https://github.com/osiemsiedem/intervention-image-vips-driver/files/5275283/text.zip) ```php Image::make('a.jpg')->text('The quick brown fox jumps over the lazy dog.', 250, 250, function ($font) { $font->file('b.ttf'); $font->size(32); $font->color('#fdf6e3'); $font->align('center'); $font->valign('top');...
> @bonzai could we have this merged, or are there still blocking issues here? At least the ResizeCanvasCommand is needed for using this library with Silverstripe. I'll add `ResizeCanvasCommand` from...
@forsdahl: I've merged `ResizeCanvas` command. Can you test it and if something is wrong, send PR with fixes? Thanks!
Thanks! I will check it in the coming days.