davidbyttow / govips

A lightning fast image processing and resizing library for Go
MIT License
1.23k stars 196 forks source link

SVG embedded PNG/JPG dimensions limit #437

Closed Melomate closed 2 months ago

Melomate commented 2 months ago

When trying to convert a SVG which contains png/jpg images (for example resolution 15,000 X 15,000 px) conversion result is just a blank image.

10,000 X 10,000px is working without issues

Can't tell whats the exact limit. Is it possible to remove that limit?

tonimelisma commented 2 months ago

Hey @Melomate. Thanks for the query. Unfortunately I don't have the information at hand. I'm not sure if it's something we would have implemented in govips or whether this is something upstream or perhaps a bug in govips resulting from the interactions.

Is it possible you look at debugging the issue yourself?

Melomate commented 2 months ago

Hi unfortunately right now I do not have any possibility to debug

tonimelisma commented 2 months ago

Ok