Gregwar / Image

A PHP library to handle images
MIT License
993 stars 190 forks source link

SVG image #176

Open highstrike opened 2 years ago

highstrike commented 2 years ago

Trying to resize a SVG logo and output it as PNG fails, apparently this library doesn't know SVG files can be images too?

All because gmail and other email providers can't figure out SVG images either, so silly

Wondering if SVG support can be added, so that I can use this library in my mail template directly converting my SVG logo to PNG for silly email providers instead of having a separate png file in my project.

Thanks!