You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just confirmeds this-but GIMP could not open it either, so that leads me to believe either something is wrong with the image, or that SVG files this big have problems on both. The browser spiked CPU on displaying it as well-this on 8 "core" AMD bulldozer. I could hear the fans throttle up when loading the fullsize image in browser
I think the issue with this file is that it has fairly crazy dimensions:
$ rsvg-convert Interstellar_probes_trajectory.svg > o.png
The resulting image would be larger than 32767 pixels on either dimension.
Librsvg currently cannot render to images bigger than that.
Please specify a smaller size.
Rasterizing this file at its full dimensions would make for a 1536Mpx (!) image. You can get around that by asking for a smaller render: rsvg-convert -z 0.1 Interstellar_probes_trajectory.svg > o.png. This is already a reasonable 15Mpx image.
At any rate, I don't really feel bad that EOM can't handle a 1536Mpx image. Even less when Gimp and Display can't either.
This said, ideally EOM would render it at an appropriate scale for displaying, it doesn't actually need the full size, so that'd be a nice improvement.
EOM can't open svg drawing: interstellar probes trajectory.svg
The message comes out: Error displaying image.
Image page.
Full-size image.
The text was updated successfully, but these errors were encountered: