spatie / pdf-to-image

Convert a pdf to an image
https://murze.be/2015/07/convert-a-pdf-to-an-image-using-php/
MIT License
1.32k stars 228 forks source link

Adding webp to the validOutputFormats #221

Closed ntaylor-86 closed 8 months ago

ntaylor-86 commented 10 months ago

Adding webp to the validOutFormats array.

This addresses the issue #218

Tests have been added, hope others find this useful as well.

Cheers, Nathan.

bobvandevijver commented 8 months ago

@ntaylor-86 If you are open to switch to another package based on this one (features and methods are not fully compatible), maybe you can add this there as well? See https://github.com/Drenso/pdf-to-image.

patinthehat commented 8 months ago

Thanks!